P_SERVICEORDERCONFIRMATION
P_SERVICEORDERCONFIRMATION is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ServiceOrderConfirmation | view | from | COMPOSITE | Service Confirmations |
@ClientHandling.algorithm:#SESSION_VARIABLE
//@EndUserText.label: 'Service Order Confirmation API'
@VDM: {
private: true,
viewType: #COMPOSITE,
lifecycle.contract.type: #NONE
}
@AbapCatalog: {
sqlViewName: 'PSRVORDCONF',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
representativeKey: 'ServiceOrder',
createEnabled: true,
updateEnabled: true,
deleteEnabled: true,
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #B,
sizeCategory: #L
}
}
@Metadata.ignorePropagatedAnnotations: true
define view P_ServiceOrderConfirmation
as select from I_ServiceDocumentSuccessor as ServiceOrderConfirmation
association [0..1] to I_ServiceDocumentEnhcd as _ServiceOrder on $projection.ServiceOrderUUID = _ServiceOrder.ServiceDocumentUUID
{
key _ServiceOrder.ServiceDocument as ServiceOrder,
key ServiceOrderConfirmation._ServiceDoc.ServiceDocument as ServiceConfirmation,
ServiceDocumentUUID as ServiceOrderUUID
}
where
ServiceDocSuccessorBusObjType = 'BUS2000117'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTENHCD",
"I_SERVICEDOCUMENTSUCCESSOR"
],
"ASSOCIATED":
[
"I_SERVICEDOCUMENTENHCD"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/