R_ACMSALESORDERTP
Sales Oder transactional processing view
R_ACMSALESORDERTP is a CDS View in S/4HANA. Sales Oder transactional processing view. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMSalesOrder | view_entity | projection | CONSUMPTION | Sales Oder projection view |
@ObjectModel: {
sapObjectNodeType:{
name: 'SalesOrder'
},
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
},
semanticKey: ['SalesOrder']
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Sales Oder transactional processing view'
define root view entity R_ACMSalesOrderTP
as select from I_ACMSalesOrder as ACMSalesOrder
composition [*] of R_ACMSalesOrderItemTP as _ACMSalesOrderItem
composition [1] of R_ACMSlsOrdPlanningRelevanceTP as _ACMSlsOrdPlanningRelevance
{
key SalesOrder,
CompanyCode,
SalesOrganization,
SalesGroup,
CreationDate,
Counterparty,
SalesDocumentType,
DeliveryBlockReason, //DeliveryBlock
TransactionCurrency,
//Associations
_ACMSalesOrderItem,
_ACMSlsOrdPlanningRelevance
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSALESORDER"
],
"ASSOCIATED":
[
"R_ACMSALESORDERITEMTP",
"R_ACMSLSORDPLANNINGRELEVANCETP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/