R_ACMTRDGCONTRTEXTOBJTYPETXTTP

CDS View

Master Data for ACM Text Object Type Text TP View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMTrdgContrTextObjTypeTxt view_entity projection CONSUMPTION Master Data for ACM Text Object Type Text View
@AbapCatalog.sqlViewName: 'RCONTRTXTOBJTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    usageType.serviceQuality: #D,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Master Data for ACM Text Object Type Text TP View'
define view R_ACMTrdgContrTextObjTypeTxtTP
  as select from I_ACMTrdgContrTextObjTypeTxt
  association to parent R_ACMTrdgContrTextObjTypeTP as _ACMTextObject on  
      $projection.TextObjectCategory = _ACMTextObject.TextObjectCategory and 
      $projection.TextObjectType     = _ACMTextObject.TextObjectType
{
  key TextObjectCategory,
  key TextObjectType,
  key Language,
      TextObjectTypeName,
      
      _ACMTextObject
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRTEXTOBJTYPETXT"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRTEXTOBJTYPETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/