I_ES_ElectronicDocAccountDoc
Spain SII Header eDocument Consistency
I_ES_ElectronicDocAccountDoc is a Composite CDS View that provides data about "Spain SII Header eDocument Consistency" in SAP S/4HANA. It reads from 5 data sources (I_JournalEntry, I_Address_2, I_ElectronicDoc, I_ES_ElectronicDocSIISingleDoc, I_CompanyCode) and exposes 6 fields with key field ElectronicDocUUID. Part of development package GLO-EDO-ES-SII-EDC.
Data Sources (5)
| Source | Alias | Join Type |
|---|---|---|
| I_JournalEntry | _AccDocItem | inner |
| I_Address_2 | _Address | inner |
| I_ElectronicDoc | _CustElectronicDoc | from |
| I_ES_ElectronicDocSIISingleDoc | _EDSIISingleDoc | inner |
| I_CompanyCode | _SourceCompanyCode | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Spain SII Header eDocument Consistency | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ElectronicDocUUID | I_ElectronicDoc | ElectronicDocUUID | eDocument GUID |
| TaxFulfillmentDate | I_JournalEntry | TaxFulfillmentDate | Tax Settlement Date | |
| FiscalYear | I_JournalEntry | FiscalYear | G/L Fiscal Year | |
| FiscalPeriod | ||||
| ES_ElectronicDocSIIIssuerIdn | I_ES_ElectronicDocSIISingleDoc | ES_ElectronicDocSIIIssuerIdn | Issuer ID Number | |
| CompanyName | I_Address_2 | OrganizationName1 | 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_ES_ElectronicDocAccountDoc.
-- 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_ES_ElectronicDocAccountDoc AS
SELECT
_CustElectronicDoc.ElectronicDocUUID AS ElectronicDocUUID,
_AccDocItem.TaxFulfillmentDate AS TaxFulfillmentDate,
_AccDocItem.FiscalYear AS FiscalYear,
cast (substring(_AccDocItem.FiscalPeriod,2,2) as abap.numc( 3 )) AS FiscalPeriod,
_EDSIISingleDoc.ES_ElectronicDocSIIIssuerIdn AS ES_ElectronicDocSIIIssuerIdn,
_Address.OrganizationName1 AS CompanyName
FROM I_ElectronicDoc AS _CustElectronicDoc
INNER JOIN I_JournalEntry AS _AccDocItem ON /* join condition not captured in parsed metadata */
INNER JOIN I_ES_ElectronicDocSIISingleDoc AS _EDSIISingleDoc ON /* join condition not captured in parsed metadata */
INNER JOIN I_CompanyCode AS _SourceCompanyCode ON /* join condition not captured in parsed metadata */
INNER JOIN I_Address_2 AS _Address ON /* join condition not captured in parsed metadata */
;
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