R_ACMTRDGCONTRTEXTOBJTYPETP

CDS View

Master Data for ACM Text Object Type TP View

R_ACMTRDGCONTRTEXTOBJTYPETP is a CDS View in S/4HANA. Master Data for ACM Text Object Type TP View. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMTrdgContrTextObjType view_entity projection CONSUMPTION Master Data for ACM Text Object Type View
@AbapCatalog.sqlViewName: 'RCONTRTXTOBJ'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
               usageType: {
                 dataClass: #MASTER,
                 serviceQuality: #A,
                 sizeCategory: #S
               }
}

@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
  }
@EndUserText.label: 'Master Data for ACM Text Object Type TP View'
define root view R_ACMTrdgContrTextObjTypeTP
  as select from I_ACMTrdgContrTextObjType
  composition [*] of R_ACMTrdgContrTextObjTypeTxtTP as _ACMTextObjectTypeText
{
  key TextObjectType,
  key TextObjectCategory,
  
  _ACMTextObjectTypeText  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRTEXTOBJTYPE"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRTEXTOBJTYPETXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/