ACE_ACEPSOI_BASIC
basic view for ACEPSOI
ACE_ACEPSOI_BASIC is a CDS View that provides data about "basic view for ACEPSOI" in SAP S/4HANA. It reads from 3 data sources (acac_objects, acepsoi, acesobj) and exposes 17 fields with key fields mandt, comp, bukrs, gjahr, objid.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| acac_objects | acac_objects | left_outer |
| acepsoi | acepsoi | from |
| acesobj | acesobj | left_outer |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACEV_ACEPSOIBSC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | basic view for ACEPSOI | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | acepsoi | mandt | Editing Client |
| KEY | comp | acepsoi | comp | Legal competence |
| KEY | bukrs | acepsoi | bukrs | Value |
| KEY | gjahr | gjahr | Settlement Year | |
| KEY | objid | acepsoi | objid | Work Center |
| KEY | subid | acepsoi | subid | Topic ID |
| KEY | acrtype | acrtype | Accrual Type | |
| KEY | accrule | accrule | Accounting Principle | |
| cumvalcap | cumvalcap | Cuml.Asset Val. PYs | ||
| cumvalaccr | cumvalaccr | Cumul.Recog. PYears | ||
| valcap | valcap | Asset Amt | ||
| valaccr | valaccr | Recognition | ||
| valretire | valretire | Prem Finish Amt | ||
| currency | currency | Valuation Crcy | ||
| ref_key | acesobj | ref_key | Source Reference Key | |
| ref_subkey | acesobj | ref_subkey | Ext Ref of Subobject | |
| acac_objtype | acac_objects | acac_objtype | Accr Object Cat |
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 ACE_ACEPSOI_BASIC.
-- 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: ACEV_ACEPSOIBSC
CREATE VIEW ACE_ACEPSOI_BASIC AS
SELECT
acepsoi.mandt AS mandt,
acepsoi.comp AS comp,
acepsoi.bukrs AS bukrs,
gjahr,
acepsoi.objid AS objid,
acepsoi.subid AS subid,
acrtype,
accrule,
cumvalcap,
cumvalaccr,
valcap,
valaccr,
valretire,
currency,
acesobj.ref_key AS ref_key,
acesobj.ref_subkey AS ref_subkey,
acac_objects.acac_objtype AS acac_objtype
FROM acepsoi
LEFT OUTER JOIN acesobj ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acac_objects ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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