R_ACMTRDGCONTRAPPLSTSTXTTP

CDS View

TP View : Contract Application Status Text

R_ACMTRDGCONTRAPPLSTSTXTTP is a CDS View in S/4HANA. TP View : Contract Application Status Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMTrdgContrApplStsText view_entity projection CONSUMPTION Application Status Text
@AbapCatalog.sqlViewName: 'RACMAPPLSTSTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP View : Contract Application Status Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

define view R_ACMTrdgContrApplStsTxtTP 
as select from I_ACMTrdgContrApplStatusText 
association to parent R_ACMTrdgContrApplStsTP as _ContractApplStatus 
on $projection.ACMTradingContractApplStatus=_ContractApplStatus.ACMTradingContractApplStatus
{
  key Language,
  key ACMTradingContractApplStatus,
  LanguageISOCode,
  ContractApplicationStatusTxt,
  /* Associations */
  _ContractApplStatus

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