P_MaterialPlant

DDL: P_MATERIALPLANT SQL: PMARC Type: view CONSUMPTION

Private View for Material Plant

P_MaterialPlant is a Consumption CDS View that provides data about "Private View for Material Plant" in SAP S/4HANA. It reads from 1 data source (I_ProductPlant) and exposes 3 fields.

Data Sources (1)

SourceAliasJoin Type
I_ProductPlant I_ProductPlant from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PMARC view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
EndUserText.label Private View for Material Plant view

Fields (3)

KeyFieldSource TableSource FieldDescription
Material I_ProductPlant Product
Plant I_ProductPlant Plant
MRPType I_ProductPlant MRPType
@AbapCatalog.sqlViewName: 'PMARC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Private View for Material Plant'

define view P_MaterialPlant as select from I_ProductPlant {

I_ProductPlant.Product as Material,
I_ProductPlant.Plant,
I_ProductPlant.MRPType



    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PRODUCTPLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/