I_CAPostingAreaData
Contract Accounting Posting Area Data
I_CAPostingAreaData is a Basic CDS View that provides data about "Contract Accounting Posting Area Data" in SAP S/4HANA. It reads from 1 data source (tfk033d) and exposes 20 fields with key fields CAApplicationArea, CAPostingArea, ChartOfAccounts, CAPostingAreaFirstKeyField, CAPostingAreaSecondKeyField. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk033d | tfk033d | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CAApplicationArea | _CAApplicationArea | $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea |
| [1..1] | I_CAPostingArea | _CAPostingArea | $projection.CAPostingArea = _CAPostingArea.CAPostingArea |
| [0..1] | I_ChartOfAccounts | _ChartOfAccounts | $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Contract Accounting Posting Area Data | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CAApplicationArea | applk | ApplicationArea | |
| KEY | CAPostingArea | buber | Posting area | |
| KEY | ChartOfAccounts | ktopl | G/L Chart of Accounts | |
| KEY | CAPostingAreaFirstKeyField | key01 | Key field | |
| KEY | CAPostingAreaSecondKeyField | key02 | Key field | |
| KEY | CAPostingAreaThirdKeyField | key03 | Key field | |
| KEY | CAPostingAreaFourthKeyField | key04 | Key field | |
| KEY | CAPostingAreaFifthKeyField | key05 | Key field | |
| KEY | CAPostingAreaSixthKeyField | key06 | Key field | |
| KEY | CAPostingAreaSeventhKeyField | key07 | Key field | |
| KEY | CAPostingAreaEighthKeyField | key08 | Key | |
| CAPostingAreaFirstFuncField | fun01 | Function | ||
| CAPostingAreaSecondFuncField | fun02 | Function | ||
| CAPostingAreaThirdFuncField | fun03 | Function | ||
| CAPostingAreaFourthFuncField | fun04 | Function | ||
| CAPostingAreaFifthFuncField | fun05 | Function | ||
| CAPostingAreaSixthFuncField | fun06 | Function | ||
| _CAApplicationArea | _CAApplicationArea | |||
| _CAPostingArea | _CAPostingArea | |||
| _ChartOfAccounts | _ChartOfAccounts |
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_CAPostingAreaData.
-- 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_CAPostingAreaData AS
SELECT
applk AS CAApplicationArea,
buber AS CAPostingArea,
ktopl AS ChartOfAccounts,
key01 AS CAPostingAreaFirstKeyField,
key02 AS CAPostingAreaSecondKeyField,
key03 AS CAPostingAreaThirdKeyField,
key04 AS CAPostingAreaFourthKeyField,
key05 AS CAPostingAreaFifthKeyField,
key06 AS CAPostingAreaSixthKeyField,
key07 AS CAPostingAreaSeventhKeyField,
key08 AS CAPostingAreaEighthKeyField,
fun01 AS CAPostingAreaFirstFuncField,
fun02 AS CAPostingAreaSecondFuncField,
fun03 AS CAPostingAreaThirdFuncField,
fun04 AS CAPostingAreaFourthFuncField,
fun05 AS CAPostingAreaFifthFuncField,
fun06 AS CAPostingAreaSixthFuncField
FROM tfk033d
LEFT OUTER JOIN I_CAApplicationArea AS _CAApplicationArea ON CAApplicationArea = _CAApplicationArea.CAApplicationArea -- association [1..1]
LEFT OUTER JOIN I_CAPostingArea AS _CAPostingArea ON CAPostingArea = _CAPostingArea.CAPostingArea -- association [1..1]
LEFT OUTER JOIN I_ChartOfAccounts AS _ChartOfAccounts ON ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts -- association [0..1]
;
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