A_ACMCharacteristicText

DDL: A_ACMCHARACTERISTICTEXT Type: view_entity CONSUMPTION

DPQS Characteristic Text

A_ACMCharacteristicText is a Consumption CDS View that provides data about "DPQS Characteristic Text" in SAP S/4HANA. It reads from 1 data source (R_ACMCharacteristicTextTP) and exposes 4 fields with key fields Language, ACMCharacteristicInternal. It is exposed through 1 OData service (API_ACMCHARACTERISTIC).

Data Sources (1)

SourceAliasJoin Type
R_ACMCharacteristicTextTP R_ACMCharacteristicTextTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name ACMCharacteristicTxt_Type view
EndUserText.label DPQS Characteristic Text view
AccessControl.authorizationCheck #CHECK view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

OData Services (1)

ServiceBindingVersionContractRelease
API_ACMCHARACTERISTIC API_ACMCHARACTERISTIC V4 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY ACMCharacteristicInternal ACMCharacteristicInternal
LanguageISOCode LanguageISOCode
ACMDescriptionCharacteristic ACMDescriptionCharacteristic
@OData.entityType.name: 'ACMCharacteristicTxt_Type'
@EndUserText.label: 'DPQS Characteristic Text'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view entity A_ACMCharacteristicText as projection on R_ACMCharacteristicTextTP {
  key Language,
  key ACMCharacteristicInternal,
  LanguageISOCode,
  ACMDescriptionCharacteristic,
  
  /* Associations */
  _DPQSCharacteristic : redirected to parent A_ACMCharacteristic
}