I_MATLPLNTCOMPASSEMBLECONTROL

CDS View

Component Assemble Control of a Material in a Plant

I_MATLPLNTCOMPASSEMBLECONTROL is a CDS View in S/4HANA. Component Assemble Control of a Material in a Plant. It contains 7 fields. 18 CDS views read from this table.

CDS Views using this table (18)

ViewTypeJoinVDMDescription
C_MfgOpActyComponentVH view inner CONSUMPTION Components
C_OpActyInstceReferenceCompVH view_entity inner CONSUMPTION Reference component of an OA instance
P_MfgOrderOperationCompMatl view inner CONSUMPTION
P_MfgProcgExecAssembledSrlNmbr view_entity inner COMPOSITE
P_MfgProcgExecBatchStock view inner COMPOSITE
P_MfgProcgExecNonAssySrlNmbr view inner COMPOSITE
P_MfgProcgExecNonSrlzdBatch view inner COMPOSITE
P_OpActyInstanceAssembledComp2 view inner COMPOSITE
P_OpActyInstcePlndComponent view_entity inner CONSUMPTION Planned Components at OA Instance
P_OpActyPlndMatlRetForMnlAssy view inner CONSUMPTION
P_OperationActivityComponent view inner CONSUMPTION
P_ProcgExecOpActySFIGrpCompCns view inner CONSUMPTION
P_SFIAssembledComponent2 view inner CONSUMPTION
P_SFINotAssldTrcblComponent1 view_entity inner COMPOSITE SFI Not Assembled Traceable Components
P_SFITraceableAssldComp view_entity inner CONSUMPTION
P_SFOTraceableAssldComp view_entity inner CONSUMPTION
P_ShopFloorItemAtOpActyComp2 view inner CONSUMPTION
P_ShopFloorItemComponents1 view_entity inner COMPOSITE

Fields (7)

KeyField CDS FieldsUsed in Views
KEY Plant Plant 1
_MatlCompAssembleControl _MatlCompAssembleControl 2
IsBatchManagementRequired IsBatchManagementRequired 9
MatlCompAssembleControl MatlCompAssembleControl 5
SerialNumberIsRqdForAssembly SerialNumberIsRqdForAssembly 8
SerialNumberProfile SerialNumberProfile 8
StockCheckMessageType StockCheckMessageType 7

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Component Assemble Control of a Material in a Plant
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MATLPLNTCOMPASSEMBLECONTROL (
    PLANT,
    _MATLCOMPASSEMBLECONTROL,
    ISBATCHMANAGEMENTREQUIRED,
    MATLCOMPASSEMBLECONTROL,
    SERIALNUMBERISRQDFORASSEMBLY,
    SERIALNUMBERPROFILE,
    STOCKCHECKMESSAGETYPE,
    PRIMARY KEY (PLANT)
);