P_PURORDMAINTAINPDOCACCASSHLPR

CDS View

P_PURORDMAINTAINPDOCACCASSHLPR is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PurOrdMaintainPDocAccAssLine view inner CONSUMPTION
@VDM.viewType: #CONSUMPTION
@VDM.private: true
@AbapCatalog.sqlViewName: 'PPOMAINTACCHELP'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
 
define view P_PurOrdMaintainPdocAccAssHlpr 
  as select from I_PurgDocAccountAssignment 

{
    key PurchasingDocument as PurchasingDocument,
                
    key PurchasingDocumentItem as PurchasingDocumentItem,
               
    min(AccountAssignmentNumber) as AccountAssignmentNumber
               
}

group by PurchasingDocument, PurchasingDocumentItem    
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURGDOCACCOUNTASSIGNMENT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/