P_PT_GLACCOUNTBOPCUSTUNION

CDS View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PT_GLAccountBOPLineItem view_entity from COMPOSITE
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@VDM.viewType: #COMPOSITE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}

define view entity P_PT_GLAccountBOPCustUnion as select from I_PT_BOPEndOfPeriodGLAccount{
  key CompanyCode          as CompanyCode,
  key LowerBoundaryAccount as Account_From,
  key UpperBoundaryAccount as Account_To
}
union select from I_PT_BOPEndOfPeriodBkAccount{
  key CompanyCode as CompanyCode,
  key GLAccount   as Account_From,
  key ''          as Account_To
 }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PT_BOPENDOFPERIODBKACCOUNT",
"I_PT_BOPENDOFPERIODGLACCOUNT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/