I_MatlBsdAfterProdnCompTP

DDL: I_MATLBSDAFTERPRODNCOMPTP Type: view TRANSACTIONAL

After Production Cmpnt in Mat.Bsd Cmpstn

I_MatlBsdAfterProdnCompTP is a Transactional CDS View that provides data about "After Production Cmpnt in Mat.Bsd Cmpstn" in SAP S/4HANA. It reads from 1 data source (I_MatlBasedCmpstnComponent) and exposes 27 fields. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_MatlBasedCmpstnComponent MatlBsdComponentAfterProdn from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_MatlBasedCompositionTP _MatlBasedComposition $projection.ChmlCompositionUUID = _MatlBasedComposition.ChmlCompositionUUID

Annotations (17)

NameValueLevelField
EndUserText.label After Production Cmpnt in Mat.Bsd Cmpstn view
AbapCatalog.sqlViewName IMCOMPONENTAPTP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.modelCategory #BUSINESS_OBJECT view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.writeDraftPersistence EHFNDW_MCMPS_APC view
ObjectModel.writeActivePersistence EHFNDV_MCMPS_CMP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view

Fields (27)

KeyFieldSource TableSource FieldDescription
MatlBsdCompUUID
MatlBsdCompUUIDasActiveMatlBsdCompUUID
ChmlCmplncInfoUUID
ChmlCompositionUUID
CreationUTCDateTime
CreatedByUser
LastChangeUTCDateTime
LastChangedByUser
MatlBsdCompProductionType
CompChmlCmplncInfoUUID
ChmlCompQty
ChmlCompQtyAsText
ChmlCompQtyUnit
ChmlCompOperatorLowerLimit
ChmlCompQtyLowerLimit
ChmlCompQtyLowerLimitAsText
ChmlCompOperatorUpperLimit
ChmlCompQtyUpperLimit
ChmlCompQtyUpperLimitAsText
ChmlCompIsNotContained
ChmlCompIsRemoved
_MatlBasedComposition _MatlBasedComposition
_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 I_MatlBsdAfterProdnCompTP.
-- 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 I_MatlBsdAfterProdnCompTP AS
SELECT *  -- field list not available in parsed metadata
FROM I_MatlBasedCmpstnComponent AS MatlBsdComponentAfterProdn
LEFT OUTER JOIN I_MatlBasedCompositionTP AS _MatlBasedComposition ON ChmlCompositionUUID = _MatlBasedComposition.ChmlCompositionUUID  -- association [1..1]
;