P_PHYSINTRYVALUATIONAREA

CDS View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_PhysInvtryKeyFiguresBase view inner COMPOSITE
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'PPIVALAREA'

@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.private: true
@VDM.viewType: #COMPOSITE
define view P_PhysIntryValuationArea
  as select from t001k
{
  key bwkey as ValuationArea,
      bukrs as CompanyCode
}