I_DocumentInfoRecObjLnkTP_2

DDL: I_DOCUMENTINFORECOBJLNKTP_2 Type: view_entity TRANSACTIONAL

Document Info Record Object Link - TP

I_DocumentInfoRecObjLnkTP_2 is a Transactional CDS View that provides data about "Document Info Record Object Link - TP" in SAP S/4HANA. It reads from 1 data source (R_DocumentInfoRecObjLnkTP) and exposes 22 fields with key fields DocumentInfoRecordDocType, DocumentInfoRecordDocNumber, DocumentInfoRecordDocVersion, DocumentInfoRecordDocPart, LinkedSAPObject.

Data Sources (1)

SourceAliasJoin Type
R_DocumentInfoRecObjLnkTP R_DocumentInfoRecObjLnkTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Document Info Record Object Link - TP view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType Document Type
KEY DocumentInfoRecordDocNumber DocumentInfoRecordDocNumber Document
KEY DocumentInfoRecordDocVersion DocumentInfoRecordDocVersion Doc. Version
KEY DocumentInfoRecordDocPart DocumentInfoRecordDocPart Document Part
KEY LinkedSAPObject LinkedSAPObject Object
KEY LinkedSAPObjectKey LinkedSAPObjectKey SAP Object Key
KEY DocObjectLinkCounter DocObjectLinkCounter Obj.Ctr
DocInfoRecdLinkStatus DocInfoRecdLinkStatus Link status
DocInfoRecdObjectLinkStatus DocInfoRecdObjectLinkStatus Object link status
ObjectTypeDatabaseTable ObjectTypeDatabaseTable Table
DocInfoRecdAdditionalObjectKey DocInfoRecdAdditionalObjectKey Object Key
DocLinkDirectionIsActive DocLinkDirectionIsActive Active
IsDefaultDocument IsDefaultDocument View indocator
DocInfoRecdIsMarkedForDeletion DocInfoRecdIsMarkedForDeletion Deletion ind.
DocInfoRecdLongTextUUID DocInfoRecdLongTextUUID UUID
IsDocInfoRecdCreatedFromCAD IsDocInfoRecdCreatedFromCAD CAD Indicator
DocInfoRecdConfignMgmtFixed DocInfoRecdConfignMgmtFixed Fixed
IsArchived IsArchived Archiving
CreationDateTime CreationDateTime Timestamp
CreatedByUser CreatedByUser User Name
ChangedDateTime ChangedDateTime Time Stamp
LastChangedByUser LastChangedByUser User Name

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_DocumentInfoRecObjLnkTP_2.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_DocumentInfoRecObjLnkTP_2 AS
SELECT
  DocumentInfoRecordDocType,
  DocumentInfoRecordDocNumber,
  DocumentInfoRecordDocVersion,
  DocumentInfoRecordDocPart,
  LinkedSAPObject,
  LinkedSAPObjectKey,
  DocObjectLinkCounter,
  DocInfoRecdLinkStatus,
  DocInfoRecdObjectLinkStatus,
  ObjectTypeDatabaseTable,
  DocInfoRecdAdditionalObjectKey,
  DocLinkDirectionIsActive,
  IsDefaultDocument,
  DocInfoRecdIsMarkedForDeletion,
  DocInfoRecdLongTextUUID,
  IsDocInfoRecdCreatedFromCAD,
  DocInfoRecdConfignMgmtFixed,
  IsArchived,
  CreationDateTime,
  CreatedByUser,
  ChangedDateTime,
  LastChangedByUser
FROM R_DocumentInfoRecObjLnkTP
;