R_ProdMatlBsdBeforeProdnCompTP

DDL: R_PRODMATLBSDBEFOREPRODNCOMPTP Type: view_entity TRANSACTIONAL

Before Prodn Comp in Mat Bsd Cmpstn - TP

R_ProdMatlBsdBeforeProdnCompTP is a Transactional CDS View that provides data about "Before Prodn Comp in Mat Bsd Cmpstn - TP" in SAP S/4HANA. It reads from 1 data source (I_MatlBasedCmpstnComponent) and exposes 20 fields.

Data Sources (1)

SourceAliasJoin Type
I_MatlBasedCmpstnComponent Component from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Before Prodn Comp in Mat Bsd Cmpstn - TP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (20)

KeyFieldSource TableSource FieldDescription
MatlBsdCompUUIDasChmlCompUUID
ChmlCmplncInfoUUID
ChmlCompositionUUID
CompChmlCmplncInfoUUID
MatlBsdCompProductionType
ChmlCompQty
ChmlCompQtyAsText
ChmlCompQtyUnit
ChmlCompOperatorLowerLimit
ChmlCompQtyLowerLimit
ChmlCompQtyLowerLimitAsText
ChmlCompOperatorUpperLimit
ChmlCompQtyUpperLimit
ChmlCompQtyUpperLimitAsText
_Composition _Composition
_ChmlCmplncInfo _ChmlCmplncInfo
_CompChmlCmplncInfo _CompChmlCmplncInfo
_UnitOfMeasure _UnitOfMeasure
_OperatorLowerLimit _OperatorLowerLimit
_OperatorUpperLimit _OperatorUpperLimit

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view R_ProdMatlBsdBeforeProdnCompTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW R_ProdMatlBsdBeforeProdnCompTP AS
SELECT *  -- field list not available in parsed metadata
FROM I_MatlBasedCmpstnComponent AS Component
;