P_COMPANYCODEADDLSPEC

CDS View

Additional Info for Company Code

P_COMPANYCODEADDLSPEC is a CDS View in S/4HANA. Additional Info for Company Code. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_RU_CompanyCodeData2_Lang view left_outer COMPOSITE Company Code Data
P_RU_VATInvcNmbrWthBranchCode view inner COMPOSITE Invoice number with Branch code
@AbapCatalog.sqlViewName: 'PCOCODEADDLSPEC'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private: true

define view P_CompanyCodeAddlSpec as select from t001z {

  t001z.mandt, 
  t001z.bukrs, 
  t001z.party, 
  t001z.paval
  
}