A_ACMTrdgContrHdrTextDet

DDL: A_ACMTRDGCONTRHDRTEXTDET Type: view_entity CONSUMPTION

Header Text

A_ACMTrdgContrHdrTextDet is a Consumption CDS View that provides data about "Header Text" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrHdrTextDetTP) and exposes 5 fields with key fields TradingContractNumber, TextObjectType.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrHdrTextDetTP R_ACMTrdgContrHdrTextDetTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name TradingContractHeaderText_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label Header Text view
AccessControl.authorizationCheck #CHECK view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TradingContractNumber TradingContractNumber
KEY TextObjectType TextObjectType
TextObjectCategory TextObjectCategory
ExternalRelevance ExternalRelevance
char1333
@OData.entityType.name: 'TradingContractHeaderText_Type'

@ObjectModel:{
               usageType: {
                 dataClass: #TRANSACTIONAL,
                 serviceQuality: #C,
                 sizeCategory: #L
               }
}
@VDM: {
    viewType : #CONSUMPTION,
    lifecycle.contract.type: #PUBLIC_REMOTE_API,
    usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@EndUserText.label: 'Header Text'
@AccessControl.authorizationCheck: #CHECK
define view entity A_ACMTrdgContrHdrTextDet
  as projection on R_ACMTrdgContrHdrTextDetTP
{
  key     TradingContractNumber,
  key     TextObjectType,
          TextObjectCategory,
          ExternalRelevance,
          
          @ObjectModel.virtualElement: true
          @ObjectModel.virtualElementCalculatedBy: 'ABAP:/ACCGO/CL_TEXT_VE_READ_TEXT'
  virtual TextDescription : abap.char(1333),
          /* Associations */
          _ContractHeader : redirected to parent A_ACMTrdgContractOverview
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRHDRTEXTDETTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRACTOVERVIEW",
"R_ACMTRDGCONTRHDRTP"
],
"BASE":
[
"R_ACMTRDGCONTRHDRTEXTDETTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/