ATOV_ARS_CLOUD_CUSTOM_DEV_OBJ
Custom development and key user objects
ATOV_ARS_CLOUD_CUSTOM_DEV_OBJ is a CDS View that provides data about "Custom development and key user objects" in SAP S/4HANA. It reads from 7 data sources and exposes 9 fields with key fields pgmid, object_type, object_name, object_type, object_name.
Data Sources (7)
| Source | Alias | Join Type |
|---|---|---|
| ato_w_item_bom | bom | inner |
| ato_w_item | header | union |
| ATOV_ABAP_CLOUD_SWCMP | swcmp | left_outer |
| ATOV_ABAP_CLOUD_SWCMP | swcmp | left_outer |
| tadir | tadir | from |
| tadir | tadir | union |
| tdevc | tdevc | inner |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ATO_ARS_CLD_CSTD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Custom development and key user objects | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | pgmid | tadir | pgmid | Program Name |
| KEY | object_type | tadir | object | TRFM Object |
| KEY | object_name | Technical Name | ||
| component_typeUthenINKelseendasorigin | ||||
| KEY | object_type | object | TRFM Object | |
| KEY | object_name | Technical Name | ||
| KEY | object_type | ato_w_item_bom | object | TRFM Object |
| KEY | object_name | ato_w_item_bom | object_name | Technical Name |
| origin |
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 ATOV_ARS_CLOUD_CUSTOM_DEV_OBJ.
-- 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: ATO_ARS_CLD_CSTD
CREATE VIEW ATOV_ARS_CLOUD_CUSTOM_DEV_OBJ AS
SELECT
tadir.pgmid AS pgmid,
tadir.object AS object_type,
cast(tadir.obj_name as trobj_name) AS object_name,
case when swcmp.component_type = 'B' then 'INS' when swcmp.component_type = 'J' or swcmp.component_type = 'K' or swcmp.component_type is initial then 'SCP' when swcmp.component_type = 'Q' then 'KUP' when swcmp.component_type = 'U' then 'INK' else ' ' end as origin AS component_typeUthenINKelseendasorigin,
'KUA' AS origin
FROM tadir
INNER JOIN tdevc ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ATOV_ABAP_CLOUD_SWCMP AS swcmp ON /* join condition not captured in parsed metadata */
INNER JOIN ato_w_item_bom AS bom ON /* join condition not captured in parsed metadata */
-- UNION with additional select branch(es): tadir, ato_w_item
;
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