P_ECMCA
P_ECMCA is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (ecmca) and exposes 56 fields with key field gl_sirid.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ecmca | ecmca | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCCECMCA | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view |
Fields (56)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | gl_sirid | gl_sirid | Record number | |
| rldnr | rldnr | Ledger (Compat.) | ||
| rrcty | rrcty | Record Type | ||
| rvers | rvers | Version: Tax rt | ||
| ryear | ryear | Ref. Year1 | ||
| rtcur | rtcur | Currency | ||
| runit | runit | Unit/Area | ||
| drcrk | drcrk | Debit/Credit | ||
| poper | poper | Posting periods | ||
| docct | docct | Document Categ. | ||
| docnr | docnr | Well doc.no. | ||
| docln | docln | Matching Document Line Item | ||
| rcomp | rcomp | Trading Partner | ||
| rdimen | rdimen | Dimension | ||
| rbunit | rbunit | Consolidation Unit | ||
| ritclg | ritclg | Consolidation COA | ||
| ritem | ritem | Reporting Item | ||
| rbuptr | rbuptr | Partner Unit | ||
| rcongr | rcongr | Consolidation Group | ||
| robukrs | robukrs | Orig. CC | ||
| sityp | sityp | Trip Schedule Type | ||
| subit | subit | Subitem | ||
| plevl | plevl | Posting Level | ||
| rpflg | rpflg | Apportionment | ||
| rtflg | rtflg | Currency Translation Indicator | ||
| docty | docty | Document Type | ||
| yracq | yracq | Year of Acquisition | ||
| pracq | pracq | Period of Acquisition | ||
| coicu | coicu | Investee Unit | ||
| updhp | updhp | HighstUpdPer | ||
| tsl | tsl | Trans. Currency | ||
| hsl | hsl | Local Crcy Amt | ||
| ksl | ksl | GrpCurr | ||
| msl | msl | Stat. KeyFig. Qty | ||
| sgtxt | sgtxt | Text | ||
| autom | autom | Automatic Call | ||
| activ | activ | Transaction | ||
| bvorg | bvorg | Intercompany Transac | ||
| budat | budat | Posting Date | ||
| wsdat | wsdat | Value Date | ||
| refdocnr | refdocnr | Reference | ||
| refryear | refryear | Reference year | ||
| refdocln | refdocln | Reference Item | ||
| refdocct | refdocct | Ref. Doc. Cat. | ||
| refactiv | refactiv | Ref. Transactn | ||
| cpudt | cpudt | Imported On | ||
| cputm | cputm | Time | ||
| usnam | usnam | User Name | ||
| rvsdocnr | rvsdocnr | Reversed With | ||
| orndocnr | orndocnr | Reversed doc. | ||
| coiac | coiac | Investment Activity | ||
| coinr | coinr | Investment Activity Number | ||
| revyear | revyear | Year of reversal doc | ||
| awtyp | awtyp | Reference Document Type | ||
| aworg | aworg | Refer. Org.Unit | ||
| logsys | logsys | Source system |
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 P_ECMCA.
-- 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: PCCECMCA
CREATE VIEW P_ECMCA AS
SELECT
gl_sirid,
rldnr,
rrcty,
rvers,
ryear,
rtcur,
runit,
drcrk,
poper,
docct,
docnr,
docln,
rcomp,
rdimen,
rbunit,
ritclg,
ritem,
rbuptr,
rcongr,
robukrs,
sityp,
subit,
plevl,
rpflg,
rtflg,
docty,
yracq,
pracq,
coicu,
updhp,
tsl,
hsl,
ksl,
msl,
sgtxt,
autom,
activ,
bvorg,
budat,
wsdat,
refdocnr,
refryear,
refdocln,
refdocct,
refactiv,
cpudt,
cputm,
usnam,
rvsdocnr,
orndocnr,
coiac,
coinr,
revyear,
awtyp,
aworg,
logsys
FROM ecmca
;
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