R_CNSLDTNBILLINGDOCUMENTTYPETP

CDS View

Consolidation Billing Document Type - TP

R_CNSLDTNBILLINGDOCUMENTTYPETP is a CDS View in S/4HANA. Consolidation Billing Document Type - TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CnsldtnBillingDocumentType_2 view_entity projection COMPOSITE Consolidation Billing Document Type
I_CnsldtnBillingDocumentTypeTP view_entity projection TRANSACTIONAL Consolidation Billing Document Type - TP
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
  sapObjectNodeType:{
    name: 'CnsldtnBillingDocumentType'
  },
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #S
  }
}
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Consolidation Billing Document Type - TP'
define root view entity R_CnsldtnBillingDocumentTypeTP
  as select from I_CnsldtnBillingDocumentType as _CnsldtnBillingDocumentType

  /* associations for transactional processing */
  composition [0..*] of R_CnsldtnBillingDocTypeTextTP as _Text

{

  key cast ( _CnsldtnBillingDocumentType.BillingDocumentType as fincs_billingdocumenttype preserving type ) as BillingDocumentType,

      _CnsldtnBillingDocumentType.CnsldtnIsAdditionalMasterData,


      /* associations for transactional processing */
      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNBILLINGDOCUMENTTYPE"
],
"ASSOCIATED":
[
"R_CNSLDTNBILLINGDOCTYPETEXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/