I_ACMSettlmtOvwCostRevCkpt
Interface entity for Settlement CRC details
I_ACMSettlmtOvwCostRevCkpt is a Composite CDS View that provides data about "Interface entity for Settlement CRC details" in SAP S/4HANA. It reads from 1 data source (I_ACMSettlmtGrpHdrCostRevCkpt) and exposes 25 fields with key field SettlementDocGroupUUID. It has 6 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ACMSettlmtGrpHdrCostRevCkpt | _SettlmntGrp | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ACMSettlementSideText | _Side | _SettlmntGrp.ACMDocumentSide = _Side.Side and _Side.Language = $session.system_language |
| [0..1] | I_ACMSettlementScenarioText | _SettlementScenario | _SettlmntGrp.SettlementScenario = _SettlementScenario.SettlementScenario and _SettlementScenario.Language = $session.system_language |
| [0..1] | I_ACMSettlementCategoryText | _SettlementCategory | _SettlmntGrp.ACMReferenceSettlementCategory = _SettlementCategory.SettlmtCat and _SettlementCategory.Language = $session.system_language |
| [1..*] | I_ACMSettlmtCtnHdrCostRevCkpt | _StlCtnr | _StlCtnr.SettlementDocGroupUUID = _SettlmntGrp.SettlementDocGroupUUID |
| [1..*] | I_ACMSettlmtCmmdtyCostRevCkpt | _ContractCommodity | _ContractCommodity.SettlementDocGroupUUID = _SettlmntGrp.SettlementDocGroupUUID |
| [1..*] | I_ACMSettlmtGrpAmtCostRevCkpt | _Amounts | |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Interface entity for Settlement CRC details | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #REQUIRED | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SettlementDocGroupUUID | I_ACMSettlmtGrpHdrCostRevCkpt | SettlementDocGroupUUID | UUID 22 char. |
| ACMSettlementGroupYear | ||||
| SettlementGroupId | I_ACMSettlmtGrpHdrCostRevCkpt | SettlementGroupId | UUID | |
| SettlmtDocYear | I_ACMSettlmtGrpHdrCostRevCkpt | SettlmtDocYear | Grp Yr | |
| CompanyCode | I_ACMSettlmtGrpHdrCostRevCkpt | CompanyCode | Receiver Company Code | |
| ContractPlant | I_ACMSettlmtGrpHdrCostRevCkpt | ContractPlant | Receiving Plant | |
| PlantName | _Plant | PlantName | Plant Name | |
| ACMDocumentSide | I_ACMSettlmtGrpHdrCostRevCkpt | ACMDocumentSide | Side | |
| ACMReferenceSettlementCategory | I_ACMSettlmtGrpHdrCostRevCkpt | ACMReferenceSettlementCategory | Document Category | |
| SettlementScenario | I_ACMSettlmtGrpHdrCostRevCkpt | SettlementScenario | Settl Scenario | |
| ACMTrdgContrSettlementType | I_ACMSettlmtGrpHdrCostRevCkpt | ACMTrdgContrSettlementType | Settlement Type | |
| Counterparty | I_ACMSettlmtGrpHdrCostRevCkpt | Counterparty | Supplier | |
| CustomerName | _Counterparty | CustomerName | Name of Customer | |
| IsBusinessPurposeCompleted | _Counterparty | IsBusinessPurposeCompleted | Purpose Completed | |
| ACMSettlmtCrcy | I_ACMSettlmtGrpHdrCostRevCkpt | ACMSettlmtCrcy | Doc. Currency | |
| ACMSettlementUnitGrossAmount | _GrossAmount | ACMSettlementUnitGrossAmount | ||
| ACMSettlementStatusObject | I_ACMSettlmtGrpHdrCostRevCkpt | ACMSettlementStatusObject | Object number | |
| InternalOrderSystemStatus | _Status | InternalOrderSystemStatus | ||
| SystemStatusName | _Status | SystemStatusName | ||
| _Side | _Side | |||
| _SettlementScenario | _SettlementScenario | |||
| _SettlementCategory | _SettlementCategory | |||
| _Amounts | _Amounts | |||
| _StlCtnr | _StlCtnr | |||
| _ContractCommodity | _ContractCommodity |
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_ACMSettlmtOvwCostRevCkpt.
-- 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_ACMSettlmtOvwCostRevCkpt AS
SELECT
_SettlmntGrp.SettlementDocGroupUUID AS SettlementDocGroupUUID,
concat(concat(_SettlmntGrp.SettlementGroupId,'/'),_SettlmntGrp.SettlmtDocYear) AS ACMSettlementGroupYear,
_SettlmntGrp.SettlementGroupId AS SettlementGroupId,
_SettlmntGrp.SettlmtDocYear AS SettlmtDocYear,
_SettlmntGrp.CompanyCode AS CompanyCode,
_SettlmntGrp.ContractPlant AS ContractPlant,
_Plant.PlantName AS PlantName,
_SettlmntGrp.ACMDocumentSide AS ACMDocumentSide,
_SettlmntGrp.ACMReferenceSettlementCategory AS ACMReferenceSettlementCategory,
_SettlmntGrp.SettlementScenario AS SettlementScenario,
_SettlmntGrp.ACMTrdgContrSettlementType AS ACMTrdgContrSettlementType,
_SettlmntGrp.Counterparty AS Counterparty,
_Counterparty.CustomerName AS CustomerName,
_Counterparty.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
_SettlmntGrp.ACMSettlmtCrcy AS ACMSettlmtCrcy,
_GrossAmount.ACMSettlementUnitGrossAmount AS ACMSettlementUnitGrossAmount,
_SettlmntGrp.ACMSettlementStatusObject AS ACMSettlementStatusObject,
_Status.InternalOrderSystemStatus AS InternalOrderSystemStatus,
_Status.SystemStatusName AS SystemStatusName
FROM I_ACMSettlmtGrpHdrCostRevCkpt AS _SettlmntGrp
LEFT OUTER JOIN I_ACMSettlementSideText AS _Side ON _SettlmntGrp.ACMDocumentSide = _Side.Side AND _Side.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN I_ACMSettlementScenarioText AS _SettlementScenario ON _SettlmntGrp.SettlementScenario = _SettlementScenario.SettlementScenario AND _SettlementScenario.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN I_ACMSettlementCategoryText AS _SettlementCategory ON _SettlmntGrp.ACMReferenceSettlementCategory = _SettlementCategory.SettlmtCat AND _SettlementCategory.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN I_ACMSettlmtCtnHdrCostRevCkpt AS _StlCtnr ON _StlCtnr.SettlementDocGroupUUID = _SettlmntGrp.SettlementDocGroupUUID -- association [1..*]
LEFT OUTER JOIN I_ACMSettlmtCmmdtyCostRevCkpt AS _ContractCommodity ON _ContractCommodity.SettlementDocGroupUUID = _SettlmntGrp.SettlementDocGroupUUID -- association [1..*]
LEFT OUTER JOIN I_ACMSettlmtGrpAmtCostRevCkpt AS _Amounts ON /* condition not available in parsed metadata */ -- association [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