C_DocInfoRecdAttchDetForBusObj
DocumentInfoRecord file details for BO
C_DocInfoRecdAttchDetForBusObj is a Consumption CDS View that provides data about "DocumentInfoRecord file details for BO" in SAP S/4HANA. It reads from 1 data source (I_DocInfoRecdAttchDetForBusObj) and exposes 13 fields with key fields DocumentInfoRecordDocType, DocumentInfoRecordDocNumber, DocumentInfoRecordDocVersion, DocumentInfoRecordDocPart, DocumentIndex.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DocInfoRecdAttchDetForBusObj | DocAttchForBO | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCVOBJFILES | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | DocumentInfoRecord file details for BO | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DocumentInfoRecordDocType | I_DocInfoRecdAttchDetForBusObj | DocumentInfoRecordDocType | Document Type |
| KEY | DocumentInfoRecordDocNumber | I_DocInfoRecdAttchDetForBusObj | DocumentInfoRecordDocNumber | Document |
| KEY | DocumentInfoRecordDocVersion | I_DocInfoRecdAttchDetForBusObj | DocumentInfoRecordDocVersion | Doc. Version |
| KEY | DocumentInfoRecordDocPart | I_DocInfoRecdAttchDetForBusObj | DocumentInfoRecordDocPart | Document Part |
| KEY | DocumentIndex | I_DocInfoRecdAttchDetForBusObj | DocumentIndex | Counter |
| KEY | FileUUID | I_DocInfoRecdAttchDetForBusObj | FileUUID | UUID |
| KEY | PhysicalDocument | I_DocInfoRecdAttchDetForBusObj | PhysicalDocument | Phys. Document |
| KEY | LinkedSAPObject | LinkedSAPObject | Object | |
| DocumentDescription | DocumentDescription | Doc. Name | ||
| FileName | FileName | URL or Filenam Path | ||
| DocumentInfoRecord | DocumentInfoRecord | Document | ||
| _Document | _Document | |||
| _DocumentTypeText | _DocumentTypeText |
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 C_DocInfoRecdAttchDetForBusObj.
-- 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: CCVOBJFILES
CREATE VIEW C_DocInfoRecdAttchDetForBusObj AS
SELECT
DocAttchForBO.DocumentInfoRecordDocType AS DocumentInfoRecordDocType,
DocAttchForBO.DocumentInfoRecordDocNumber AS DocumentInfoRecordDocNumber,
DocAttchForBO.DocumentInfoRecordDocVersion AS DocumentInfoRecordDocVersion,
DocAttchForBO.DocumentInfoRecordDocPart AS DocumentInfoRecordDocPart,
DocAttchForBO.DocumentIndex AS DocumentIndex,
DocAttchForBO.FileUUID AS FileUUID,
DocAttchForBO.PhysicalDocument AS PhysicalDocument,
LinkedSAPObject,
DocumentDescription,
FileName,
DocumentInfoRecord
FROM I_DocInfoRecdAttchDetForBusObj AS DocAttchForBO
;
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