I_IMFGORDEROBJPGCONTACTS

CDS View

Manufacturing Order Contacts

I_IMFGORDEROBJPGCONTACTS is a CDS View in S/4HANA. Manufacturing Order Contacts. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_MfgOrderObjPgContacts view_entity inner CONSUMPTION Mfg Order Object Page Contacts
C_Pproutingobjpgcont view_entity inner CONSUMPTION Routing Object Page Contacts

Fields (2)

KeyField CDS FieldsUsed in Views
KEY InteractionContactType InteractionContactType 2
ContactCard ContactCard 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.

-- Manufacturing Order Contacts
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_IMFGORDEROBJPGCONTACTS (
    INTERACTIONCONTACTTYPE,
    CONTACTCARD,
    PRIMARY KEY (INTERACTIONCONTACTTYPE)
);