P_ORDEROPCOMPSTATUSBASICAGGRGN

CDS View

P_ORDEROPCOMPSTATUSBASICAGGRGN is a CDS View in S/4HANA. It contains 10 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MfgOrderComponentWithStatus view_entity inner COMPOSITE Manufacturing Order Component with Status

Fields (10)

KeyField CDS FieldsUsed in Views
_CompIsCreatedByOrderSplitCode _CompIsCreatedByOrderSplitCode 1
_ComponentIsCreatedCode _ComponentIsCreatedCode 1
_ComponentIsDeletedCode _ComponentIsDeletedCode 1
_ComponentIsPrintedCode _ComponentIsPrintedCode 1
_ComponentIsReleasedCode _ComponentIsReleasedCode 1
MaterialComponentIsCreated MaterialComponentIsCreated 1
MaterialComponentIsDeleted MaterialComponentIsDeleted 1
MaterialComponentIsPrinted MaterialComponentIsPrinted 1
MaterialComponentIsReleased MaterialComponentIsReleased 1
MatlCompIsCreatedByOrderSplit MatlCompIsCreatedByOrderSplit 1

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_ORDEROPCOMPSTATUSBASICAGGRGN (
    _COMPISCREATEDBYORDERSPLITCODE,
    _COMPONENTISCREATEDCODE,
    _COMPONENTISDELETEDCODE,
    _COMPONENTISPRINTEDCODE,
    _COMPONENTISRELEASEDCODE,
    MATERIALCOMPONENTISCREATED,
    MATERIALCOMPONENTISDELETED,
    MATERIALCOMPONENTISPRINTED,
    MATERIALCOMPONENTISRELEASED,
    MATLCOMPISCREATEDBYORDERSPLIT
);