P_AR_BRANCHPRINTCHAR

CDS View

P_AR_BRANCHPRINTCHAR is a CDS View in S/4HANA. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_AR_LatestOfficialDocNmbr view from COMPOSITE View Containing the latest Reference Document Number
P_AR_LatestRefDoc view from COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
KEY AR_PrintCharacter AR_PrintCharacter 2
KEY Branch Branch 2
KEY CompanyCode CompanyCode 2
@AbapCatalog.sqlViewName: 'PBRNCHPRNT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #COMPOSITE
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.private: true
//@EndUserText.label: 'Private View to display the combination of Branch Print Char'

define view P_AR_BranchPrintChar as select from I_Branch cross join I_AR_PrintCharacter 

{
 key CompanyCode,
 key Branch,
 AR_PrintCharacter
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_AR_PRINTCHARACTER",
"I_BRANCH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/