I_DOCINFORECDOBJTYPETODOCTYPE

CDS View

Document types associated to object type

I_DOCINFORECDOBJTYPETODOCTYPE is a CDS View in S/4HANA. Document types associated to object type. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_SrcgProjAttchDocumentTypeVH view from CONSUMPTION Attachment Document Type
I_DocInfoRecdAttchDetForBusObj view right_outer COMPOSITE Documents with files for Business Object
R_SupCosBrkTmplAttchType view from BASIC Attach Type Export for SupCosBrkTmpl

Fields (2)

KeyField CDS FieldsUsed in Views
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType 1
KEY LinkedSAPObject LinkedSAPObject 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.

-- Document types associated to object type
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DOCINFORECDOBJTYPETODOCTYPE (
    DOCUMENTINFORECORDDOCTYPE,
    LINKEDSAPOBJECT,
    PRIMARY KEY (DOCUMENTINFORECORDDOCTYPE, LINKEDSAPOBJECT)
);