R_ACMSALESORDERITEMTP
Sales Oder Item TP view
R_ACMSALESORDERITEMTP is a CDS View in S/4HANA. Sales Oder Item TP view. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMSalesOrderItem | view_entity | projection | CONSUMPTION | Sales Order Item projection view |
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Sales Oder Item TP view'
define view entity R_ACMSalesOrderItemTP
as select from I_ACMSalesOrderItem
composition [*] of R_ACMSalesOrdContractCallOffTP as _ACMSalesOrderContractCallOff
composition [0..*] of R_ACMSalesOrdDelivAssignmentTP as _ACMSalesOrdDelivAssignment
composition [0..*] of R_ACMSalesOrderItemUoMCnvrsnTP as _ACMSalesOrdItemUoMCnvrsn
composition [0..*] of R_ACMSalesOrderScheduleLineTP as _ACMSalesOrderScheduleLine
composition [1] of R_ACMSalesOrderItemExtensionTP as _ACMSalesOrderItemExtension
association to parent R_ACMSalesOrderTP as _ACMSalesOrder on $projection.SalesOrder = _ACMSalesOrder.SalesOrder
{
key SalesOrder,
key SalesOrderItem,
@Semantics.quantity.unitOfMeasure: 'OrderQuantityUnit'
OrderQuantity,
Plant,
IncotermsClassification, //Incoterms,
IncotermsLocation1,
Material,
CustomerPaymentTerms, //PaymentTerms
OrderQuantityUnit, //OrderQuantityUOM,
SalesDocumentRjcnReason, // ReasonForRejection,
ShippingPoint,
PurchaseOrderByCustomer, // CustomerReference
Route,
//Associations
_ACMSalesOrder,
_ACMSalesOrderContractCallOff,
_ACMSalesOrdDelivAssignment,
_ACMSalesOrdItemUoMCnvrsn,
_ACMSalesOrderScheduleLine,
_ACMSalesOrderItemExtension
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSALESORDERITEM"
],
"ASSOCIATED":
[
"R_ACMSALESORDCONTRACTCALLOFFTP",
"R_ACMSALESORDDELIVASSIGNMENTTP",
"R_ACMSALESORDERITEMEXTENSIONTP",
"R_ACMSALESORDERITEMUOMCNVRSNTP",
"R_ACMSALESORDERSCHEDULELINETP",
"R_ACMSALESORDERTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/