I_DOCUMENTINFORECORDOBJECTLINK

CDS View

Document Info Record Object Link

I_DOCUMENTINFORECORDOBJECTLINK is a CDS View in S/4HANA. Document Info Record Object Link. It contains 24 fields. 20 CDS views read from this table.

CDS Views using this table (20)

ViewTypeJoinVDMDescription
C_CharacteristicDocument view from CONSUMPTION Characteristic Document of DMS
C_InspLotDocument view_entity from CONSUMPTION Inspection Lot Document of DMS
C_InspMethodDocument view_entity from CONSUMPTION Inspection Method Document of DMS
I_DocForQltyInProcmt view_entity from COMPOSITE Documents for QltyInProcmt
I_DocInfoRecdBusObjAttachCntnt view from COMPOSITE DIR Business Object Attachment Content
I_DocInfoRecdObjLinkAttchDet view from COMPOSITE DocumentInfoRecord ObjLink Attach Detail
I_DocInfoRecdObjLinkBOMTP view from TRANSACTIONAL Doc Info Recd Obj Link BOM TP
I_DocInfoRecdObjLinkChgRecdTP view from TRANSACTIONAL CDS View for Change Record Object Link
I_DocInfoRecdObjLinkProdTP view from TRANSACTIONAL Doc Info Recd Obj Link Prod TP
I_DocInfoRecdObjLinkProduct view from BASIC Document Info Record Object Link Product
I_DocInfoRecordObjLinkAddlInfo view from COMPOSITE Document Info Record Object Link ( ESH )
I_DocumentInfoRecordLinkAttach view from COMPOSITE DIR and Attachment details
I_DocumentInfoRecordObjLinkTP view from TRANSACTIONAL Object Link Transactional View
I_LglCntntMDocInfoAttchAll view from COMPOSITE Document attachment fields
I_LglCntntMDocInfoRecord view from COMPOSITE Document Info record view
I_ShiftNoteDocumentLink view_entity inner COMPOSITE Shift Note Document Link
P_MfgOrderDocInfoRecdObjLink view inner COMPOSITE Mfg Order Document Info Record Object Link
P_NotifNmbrOfAttachedDocuments view_entity from COMPOSITE Num. of Original Files in Maint. Notif.
P_OrderNmbrOfAttachedDocuments view_entity from COMPOSITE Num. of Original Files in Maint. Order
R_DocumentInfoRecObjLnkTP view_entity from TRANSACTIONAL Doc Info Record Obj Link TP

Fields (24)

KeyField CDS FieldsUsed in Views
KEY DocObjectLinkCounter DocObjectLinkCounter 5
KEY DocumentInfoRecordDocNumber DocumentInfoRecord,DocumentInfoRecordDocNumber 11
KEY DocumentInfoRecordDocPart DocumentInfoRecordDocPart,DocumentPart 11
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType,DocumentType 11
KEY DocumentInfoRecordDocVersion DocumentInfoRecordDocVersion,DocumentVersion 11
KEY LinkedSAPObject LinkedSAPObject 14
KEY LinkedSAPObjectKey LinkedSAPObjectKey 15
_DocumentInfoRecordDesc _Text 1
_Text _Text 1
ChangedDateTime ChangedDateTime 2
CreatedByUser CreatedByUser 2
CreationDateTime CreationDateTime 2
DocInfoRecdAdditionalObjectKey DocInfoRecdAdditionalObjectKey 1
DocInfoRecdConfignMgmtFixed DocInfoRecdConfignMgmtFixed 1
DocInfoRecdIsMarkedForDeletion DocInfoRecdIsMarkedForDeletion 2
DocInfoRecdLinkStatus DocInfoRecdLinkStatus 3
DocInfoRecdLongTextUUID DocInfoRecdLongTextUUID 1
DocInfoRecdObjectLinkStatus DocInfoRecdObjectLinkStatus 2
DocLinkDirectionIsActive DocLinkDirectionIsActive 1
IsArchived IsArchived 1
IsDefaultDocument IsDefaultDocument 2
IsDocInfoRecdCreatedFromCAD IsDocInfoRecdCreatedFromCAD 1
LastChangedByUser LastChangedByUser 2
ObjectTypeDatabaseTable ObjectTypeDatabaseTable 2

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 Info Record Object Link
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DOCUMENTINFORECORDOBJECTLINK (
    DOCOBJECTLINKCOUNTER,
    DOCUMENTINFORECORDDOCNUMBER,
    DOCUMENTINFORECORDDOCPART,
    DOCUMENTINFORECORDDOCTYPE,
    DOCUMENTINFORECORDDOCVERSION,
    LINKEDSAPOBJECT,
    LINKEDSAPOBJECTKEY,
    _DOCUMENTINFORECORDDESC,
    _TEXT,
    CHANGEDDATETIME,
    CREATEDBYUSER,
    CREATIONDATETIME,
    DOCINFORECDADDITIONALOBJECTKEY,
    DOCINFORECDCONFIGNMGMTFIXED,
    DOCINFORECDISMARKEDFORDELETION,
    DOCINFORECDLINKSTATUS,
    DOCINFORECDLONGTEXTUUID,
    DOCINFORECDOBJECTLINKSTATUS,
    DOCLINKDIRECTIONISACTIVE,
    ISARCHIVED,
    ISDEFAULTDOCUMENT,
    ISDOCINFORECDCREATEDFROMCAD,
    LASTCHANGEDBYUSER,
    OBJECTTYPEDATABASETABLE,
    PRIMARY KEY (DOCOBJECTLINKCOUNTER, DOCUMENTINFORECORDDOCNUMBER, DOCUMENTINFORECORDDOCPART, DOCUMENTINFORECORDDOCTYPE, DOCUMENTINFORECORDDOCVERSION, LINKEDSAPOBJECT, LINKEDSAPOBJECTKEY)
);