R_ACMSALESREASONFORREJECTIONTP

CDS View

ACM SO RTP Reason for Rejection

R_ACMSALESREASONFORREJECTIONTP is a CDS View in S/4HANA. ACM SO RTP Reason for Rejection. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMSalesReasonForRejection view_entity projection CONSUMPTION ACM SO Reason for Rejection
@AbapCatalog.sqlViewName: 'RACMSLSRSNFRJCN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    usageType.serviceQuality: #B,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'ACM SO RTP Reason for Rejection'
define root view R_ACMSalesReasonForRejectionTP
  as select from I_ACMSalesReasonForRejection
  composition [*] of R_ACMSalesReasonForRjcnTextTP as _ACMSalesReasonForRjcnText
{
  key SalesDocumentRjcnReason,

      //Associations

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