ACM_DT_DEPENDENCIES_ROW
ACM DT-Dependencies for row-based access
ACM_DT_DEPENDENCIES_ROW is a CDS View that provides data about "ACM DT-Dependencies for row-based access" in SAP S/4HANA. It reads from 14 data sources and exposes 13 fields. Part of development package SACMTOOLS.
Data Sources (14)
| Source | Alias | Join Type |
|---|---|---|
| acmaccondition | acmaccondition | left_outer |
| acmaspect | acmaspect | left_outer |
| acmaspectpfcg | acmaspectpfcg | left_outer |
| acmasppfcgdetail | acmasppfcgdetail | left_outer |
| acmcte | acmcte | left_outer |
| acmctecolname | acmctecolname | left_outer |
| acmctecolnampart | acmctecolnampart | left_outer |
| acmctecolvalue | acmctecolvalue | left_outer |
| acmdclsrc | acmdclsrc | inner |
| acmdtcondition | acmdtcondition | left_outer |
| acmrole | acmrole | from |
| acmrule | acmrule | inner |
| acmruleforelem | acmruleforelem | left_outer |
| acmversion | version | left_outer |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACM_DT_DEPENDROW | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | ACM DT-Dependencies for row-based access | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| dclsrc_name | acmdclsrc | dclname | Acc. Ctrl. Name | |
| role_id | acmrole | id | WorklistID | |
| role_name | acmrole | name | Zone name | |
| rule_id | acmrule | id | WorklistID | |
| operation | acmrule | acm_operation | Operation | |
| idthenelseXendasis_functional_rule | ||||
| cte_id | acmcte | id | WorklistID | |
| cte_name | acmcte | name | Zone name | |
| cte_viewtype | acmcte | view_type | View Type | |
| aspect_id | acmaspect | id | WorklistID | |
| aspect_name | acmaspect | name | Zone name | |
| aspect_type | acmaspect | aspect_type | AspectType | |
| pfcgauth_pos | acmasppfcgdetail | pos | Table position |
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 ACM_DT_DEPENDENCIES_ROW.
-- 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: ACM_DT_DEPENDROW
CREATE VIEW ACM_DT_DEPENDENCIES_ROW AS
SELECT
acmdclsrc.dclname AS dclsrc_name,
acmrole.id AS role_id,
acmrole.name AS role_name,
acmrule.id AS rule_id,
acmrule.acm_operation AS operation,
case acmdtcondition.ruleid when acmrule.id then ' ' else 'X' end as is_functional_rule AS idthenelseXendasis_functional_rule,
acmcte.id AS cte_id,
acmcte.name AS cte_name,
acmcte.view_type AS cte_viewtype,
acmaspect.id AS aspect_id,
acmaspect.name AS aspect_name,
acmaspect.aspect_type AS aspect_type,
acmasppfcgdetail.pos AS pfcgauth_pos
FROM acmrole
INNER JOIN acmdclsrc ON /* join condition not captured in parsed metadata */
INNER JOIN acmrule ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmruleforelem ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmdtcondition ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmaccondition ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmcte ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmctecolname ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmctecolnampart ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmctecolvalue ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmaspect ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmaspectpfcg ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmasppfcgdetail ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acmversion AS version 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