P_PHYSINTRYVALUATIONAREA
P_PHYSINTRYVALUATIONAREA is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
}