R_DocumentInfoRecordTP
Document Info Record - TP
R_DocumentInfoRecordTP is a Transactional CDS View that provides data about "Document Info Record - TP" in SAP S/4HANA. It reads from 1 data source (I_DocumentInfoRecord) and exposes 22 fields with key fields DocumentInfoRecordDocType, DocumentInfoRecordDocVersion, DocumentInfoRecordDocNumber, DocumentInfoRecordDocPart. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DocumentInfoRecord | I_DocumentInfoRecord | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_DocumentInfoRecordRelationTP | _Relation | $projection.DocumentInfoRecordDocNumber = _Relation.DocInfoRecdDocNumberForEdit and $projection.DocumentInfoRecordDocPart = _Relation.DocInfoRecdDocPartForEdit and $projection.DocumentInfoRecordDocVersion = _Relation.DocInfoRecdDocVersionForEdit and $projection.DocumentInfoRecordDocType = _Relation.DocInfoRecdDocTypeForEdit |
| [0..*] | R_DocumentInfoRecObjLnkTP | _Link | |
| [0..*] | R_DocumentInfoRecordAttchTP | _Attachment | |
| [0..*] | R_DocumentInfoRecordDescTP | _Description | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Document Info Record - TP | view | |
| ObjectModel.sapObjectNodeType.name | DocumentInfoRecord | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #MANDATORY | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DocumentInfoRecordDocType | DocumentInfoRecordDocType | Document Type | |
| KEY | DocumentInfoRecordDocVersion | DocumentInfoRecordDocVersion | Doc. Version | |
| KEY | DocumentInfoRecordDocNumber | DocumentInfoRecordDocNumber | Document | |
| KEY | DocumentInfoRecordDocPart | DocumentInfoRecordDocPart | Document Part | |
| DocumentInfoRecord | DocumentInfoRecord | Document | ||
| InternalDocumentStatus | InternalDocumentStatus | Status | ||
| ExternalDocumentStatus | ExternalDocumentStatus | Status | ||
| LaboratoryOrDesignOffice | LaboratoryOrDesignOffice | Lab/Office | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| ChangeNumber | ChangeNumber | Change Number | ||
| DocInfoRecdIsMarkedForDeletion | DocInfoRecdIsMarkedForDeletion | Deletion ind. | ||
| IsDocInfoRecdCreatedFromCAD | IsDocInfoRecdCreatedFromCAD | CAD Indicator | ||
| ResponsiblePersonName | ResponsiblePersonName | User | ||
| CreationDateTime | CreationDateTime | Timestamp | ||
| CreatedByUser | CreatedByUser | User Name | ||
| ChangedDateTime | ChangedDateTime | Time Stamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| DocumentInfoRecordIsFrozen | DocumentInfoRecordIsFrozen | |||
| _Description | _Description | |||
| _Link | _Link | |||
| _Attachment | _Attachment | |||
| _Relation | _Relation |
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 R_DocumentInfoRecordTP.
-- 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 R_DocumentInfoRecordTP AS
SELECT
DocumentInfoRecordDocType,
DocumentInfoRecordDocVersion,
DocumentInfoRecordDocNumber,
DocumentInfoRecordDocPart,
DocumentInfoRecord,
InternalDocumentStatus,
ExternalDocumentStatus,
LaboratoryOrDesignOffice,
AuthorizationGroup,
ChangeNumber,
DocInfoRecdIsMarkedForDeletion,
IsDocInfoRecdCreatedFromCAD,
ResponsiblePersonName,
CreationDateTime,
CreatedByUser,
ChangedDateTime,
LastChangedByUser,
DocumentInfoRecordIsFrozen
FROM I_DocumentInfoRecord
LEFT OUTER JOIN R_DocumentInfoRecordRelationTP AS _Relation ON DocumentInfoRecordDocNumber = _Relation.DocInfoRecdDocNumberForEdit AND DocumentInfoRecordDocPart = _Relation.DocInfoRecdDocPartForEdit AND DocumentInfoRecordDocVersion = _Relation.DocInfoRecdDocVersionForEdit AND DocumentInfoRecordDocType = _Relation.DocInfoRecdDocTypeForEdit -- association [0..*]
LEFT OUTER JOIN R_DocumentInfoRecObjLnkTP AS _Link ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN R_DocumentInfoRecordAttchTP AS _Attachment ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN R_DocumentInfoRecordDescTP AS _Description ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA