I_CharcAttributeCodeStdVH

DDL: I_CHARCATTRIBUTECODESTDVH SQL: ICAC__VH Type: view COMPOSITE

Characteristic Attribute Code

I_CharcAttributeCodeStdVH is a Composite CDS View that provides data about "Characteristic Attribute Code" in SAP S/4HANA. It reads from 1 data source (I_CharcAttributeCode) and exposes 4 fields with key fields CharacteristicAttributeCodeGrp, CharacteristicAttributeCode.

Data Sources (1)

SourceAliasJoin Type
I_CharcAttributeCode I_CharcAttributeCode from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICAC__VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CharacteristicAttributeCode view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Characteristic Attribute Code view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CharacteristicAttributeCodeGrp CharacteristicAttributeCodeGrp
KEY CharacteristicAttributeCode CharacteristicAttributeCode
_Text _Text
_CharcAttributeCodeGrp _CharcAttributeCodeGrp
//GENERATED:003:GFBfhyK17jU{s1hmKjiD7m

@AbapCatalog.sqlViewName: 'ICAC__VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@VDM.viewType: #COMPOSITE

@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER ]
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CharacteristicAttributeCode'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A

@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Characteristic Attribute Code'
define view I_CharcAttributeCodeStdVH as select from I_CharcAttributeCode {
  @ObjectModel.foreignKey.association: '_CharcAttributeCodeGrp'
  key CharacteristicAttributeCodeGrp,
  @ObjectModel.text.association: '_Text'
  key CharacteristicAttributeCode,

  _Text,

  @Consumption.hidden: true
  _CharcAttributeCodeGrp
}