P_FRTORDWTHFRTDSPUTCASENEGCYC
P_FRTORDWTHFRTDSPUTCASENEGCYC 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 |
|---|---|---|---|---|
| P_FrtDsputCaseNegttnCyclesAvg | view_entity | from | COMPOSITE |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {usageType: {serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL}}
@VDM: {viewType: #COMPOSITE,
private: true}
//------------------------------------------------------------------------------------------//
//--- Freight Order and Dispute Cases combination ---//
//--- Negotiation Cycles per Dispute Case ---//
//------------------------------------------------------------------------------------------//
define view entity P_FrtOrdWthFrtDsputCaseNegCyc
as select from I_FrtDsputCaseForDshbrd2
association [1..1] to P_FrtDsputCaseNegttnCycles as _FrtDsputCaseNegttnCycles on _FrtDsputCaseNegttnCycles.SuplrFrtInvcReqUUID = $projection.SuplrFrtInvcReqUUID
{
// Freight Order
key FrtDsputCaseItemSourceUUID,
@Semantics.uuid: true
key SuplrFrtInvcReqUUID,
FreightDisputeCase,
@Semantics.uuid: true
FrtDsputCaseUUID,
// Number of Negotiation Cycles per Dispute Case
// duplicated, if more than 1 FO with the same Dispute Case, or 1 FO with several Dispute cases
_FrtDsputCaseNegttnCycles.NrOfFrtDsputCaseNegttnCycles
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FRTDSPUTCASEFORDSHBRD2",
"P_FRTDSPUTCASENEGTTNCYCLES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/