I_DocInfoRecdIndicatorStatus
Document Indicator Status
I_DocInfoRecdIndicatorStatus is a Basic CDS View that provides data about "Document Indicator Status" in SAP S/4HANA. It reads from 1 data source (I_DocInfoRecd) and exposes 12 fields with key fields DocumentType, DocumentVersion, DocumentPart, DocumentInfoRecord. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DocInfoRecd | Doc_Header | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_DocInfoRecdDocumentType | _DocumentType | $projection.DocumentType = _DocumentType.DocumentType --Get Document Number |
| [1..1] | I_DocInfoRecdNumber | _DocumentNumber | $projection.DocumentType = _DocumentNumber.DocumentType and $projection.DocumentInfoRecord = _DocumentNumber.DocumentInfoRecord --Get Document Version |
| [1..1] | I_DocInfoRecdDocumentVersion | _DocumentVersion | $projection.DocumentType = _DocumentVersion.DocumentType and $projection.DocumentInfoRecord = _DocumentVersion.DocumentInfoRecord and $projection.DocumentVersion = _DocumentVersion.DocumentVersion --Get Document Part |
| [1..1] | I_DocInfoRecdDocumentPart | _DocumentPart | $projection.DocumentType = _DocumentPart.DocumentType and $projection.DocumentPart = _DocumentPart.DocumentPart and $projection.DocumentInfoRecord = _DocumentPart.DocumentInfoRecord and $projection.DocumentVersion = _DocumentPart.DocumentVersion |
| [1..1] | I_DocInfoRecdIndiStatusText | _IndicatorText | $projection.DocumentType = _IndicatorText.DocumentType and $projection.DocumentInfoRecord = _IndicatorText.DocumentInfoRecord and $projection.DocumentVersion = _IndicatorText.DocumentVersion and $projection.DocumentPart = _IndicatorText.DocumentPart |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICVDOCINDISTATUS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | DocumentVersion | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | Document Indicator Status | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_DocumentInfoRecordIndSts | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DocumentType | I_DocInfoRecd | DocumentType | Order Type |
| KEY | DocumentVersion | I_DocInfoRecd | DocumentVersion | Docu. Version |
| KEY | DocumentPart | I_DocInfoRecd | DocumentPart | Document Part |
| KEY | DocumentInfoRecord | I_DocInfoRecd | DocumentInfoRecord | Document |
| DocInfoRecdIsMarkedForDeletion | I_DocInfoRecd | DocInfoRecdIsMarkedForDeletion | Deletion Indicator | |
| DocumentIsCreatedByCAD | I_DocInfoRecd | DocumentIsCreatedByCAD | CAD Indicator | |
| IsDocInfoRecdStructure | I_DocInfoRecd | IsDocInfoRecdStructure | Document Structure Indicator | |
| _IndicatorText | _IndicatorText | |||
| _DocumentType | _DocumentType | |||
| _DocumentPart | _DocumentPart | |||
| _DocumentVersion | _DocumentVersion | |||
| _DocumentNumber | _DocumentNumber |
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_DocInfoRecdIndicatorStatus.
-- 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.
-- SQL view name: ICVDOCINDISTATUS
CREATE VIEW I_DocInfoRecdIndicatorStatus AS
SELECT
Doc_Header.DocumentType AS DocumentType,
Doc_Header.DocumentVersion AS DocumentVersion,
Doc_Header.DocumentPart AS DocumentPart,
Doc_Header.DocumentInfoRecord AS DocumentInfoRecord,
Doc_Header.DocInfoRecdIsMarkedForDeletion AS DocInfoRecdIsMarkedForDeletion,
Doc_Header.DocumentIsCreatedByCAD AS DocumentIsCreatedByCAD,
Doc_Header.IsDocInfoRecdStructure AS IsDocInfoRecdStructure
FROM I_DocInfoRecd AS Doc_Header
LEFT OUTER JOIN I_DocInfoRecdDocumentType AS _DocumentType ON DocumentType = _DocumentType.DocumentType -- association [1..1]
LEFT OUTER JOIN I_DocInfoRecdNumber AS _DocumentNumber ON DocumentType = _DocumentNumber.DocumentType AND DocumentInfoRecord = _DocumentNumber.DocumentInfoRecord -- association [1..1]
LEFT OUTER JOIN I_DocInfoRecdDocumentVersion AS _DocumentVersion ON DocumentType = _DocumentVersion.DocumentType AND DocumentInfoRecord = _DocumentVersion.DocumentInfoRecord AND DocumentVersion = _DocumentVersion.DocumentVersion -- association [1..1]
LEFT OUTER JOIN I_DocInfoRecdDocumentPart AS _DocumentPart ON DocumentType = _DocumentPart.DocumentType AND DocumentPart = _DocumentPart.DocumentPart AND DocumentInfoRecord = _DocumentPart.DocumentInfoRecord AND DocumentVersion = _DocumentPart.DocumentVersion -- association [1..1]
LEFT OUTER JOIN I_DocInfoRecdIndiStatusText AS _IndicatorText ON DocumentType = _IndicatorText.DocumentType AND DocumentInfoRecord = _IndicatorText.DocumentInfoRecord AND DocumentVersion = _IndicatorText.DocumentVersion AND DocumentPart = _IndicatorText.DocumentPart -- association [1..1]
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- 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
- 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