A_ACMTrdgContrTextObjTypeTxt

DDL: A_ACMTRDGCONTRTEXTOBJTYPETXT Type: view_entity CONSUMPTION

Master Data for ACM Text Object Type Text View

A_ACMTrdgContrTextObjTypeTxt is a Consumption CDS View that provides data about "Master Data for ACM Text Object Type Text View" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrTextObjTypeTxtTP) and exposes 4 fields with key fields TextObjectCategory, TextObjectType, Language.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrTextObjTypeTxtTP R_ACMTrdgContrTextObjTypeTxtTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name ACMTradingContrTextObjTxt_Type view
AccessControl.authorizationCheck #CHECK view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Master Data for ACM Text Object Type Text View view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY TextObjectCategory TextObjectCategory
KEY TextObjectType TextObjectType
KEY Language Language
TextObjectTypeName TextObjectTypeName
@OData.entityType.name: 'ACMTradingContrTextObjTxt_Type'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
    usageType.serviceQuality: #D,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'Master Data for ACM Text Object Type Text View'
define view entity A_ACMTrdgContrTextObjTypeTxt 
as projection on R_ACMTrdgContrTextObjTypeTxtTP 
{
  key TextObjectCategory,
  key TextObjectType,
  key Language,
      TextObjectTypeName,
      
      _ACMTextObject : redirected to parent A_ACMTrdgContrTextObjType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRTEXTOBJTYPETXTTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRTEXTOBJTYPE"
],
"BASE":
[
"R_ACMTRDGCONTRTEXTOBJTYPETXTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/