I_ImpctMgmtObjectListTP
Impact Management Object List - TP
I_ImpctMgmtObjectListTP is a Transactional CDS View that provides data about "Impact Management Object List - TP" in SAP S/4HANA. It reads from 15 data sources and exposes 26 fields with key fields ImpctMgmtSourceEntityName, ImpctMgmtSourceFieldName, ImpctMgmtTargetEntityName, ImpctMgmtSourceFieldName, ImpctMgmtTargetEntityName.
Data Sources (15)
| Source | Alias | Join Type |
|---|---|---|
| I_Bodefinition | _BoDef | inner |
| I_Bodefinition | _BoDef | inner |
| I_Bodefinition | _BoDef1 | inner |
| I_ImpctMgmtConfiguration | _OBJ_SEL | from |
| I_ImpctMgmtConfiguration | _OBJ_SEL | union |
| I_ImpctMgmtConfiguration | _OBJ_SEL | union |
| I_ImpctMgmtConfiguration | _OBJ_SEL1 | inner |
| I_ImpctMgmtConfiguration | _OBJ_SEL1 | inner |
| I_ImpctMgmtConfiguration | _OBJ_SEL1 | inner |
| DDCDS_ENTITY_ELEMENTS | _source | inner |
| DDCDS_ENTITY_ELEMENTS | _source | inner |
| DDCDS_ENTITY_ELEMENTS | _source | inner |
| DDCDS_ENTITY_ELEMENTS | _target | inner |
| DDCDS_ENTITY_ELEMENTS | _target | inner |
| DDCDS_ENTITY_ELEMENTS | _target | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Impact Management Object List - TP | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ImpctMgmtSourceEntityName | |||
| KEY | ImpctMgmtSourceFieldName | DDCDS_ENTITY_ELEMENTS | element_name | Element Name |
| KEY | ImpctMgmtTargetEntityName | |||
| ImpctMgmtSourceObjDescription | _OBJ_SEL_T | ImpctMgmtObjectDescription | Object Description | |
| ImpctMgmtSourceIsKeyFld | DDCDS_ENTITY_ELEMENTS | is_key | Key field | |
| ImpctMgmtSourceFieldText | _source_field_desc | ddtext | Short text | |
| ImpctMgmtTargetFieldName | DDCDS_ENTITY_ELEMENTS | element_name | Element Name | |
| ImpctMgmtTargetIsKeyField | DDCDS_ENTITY_ELEMENTS | is_key | Key field | |
| ImpctMgmtTargetFieldText | _target_field_desc | ddtext | Short text | |
| KEY | ImpctMgmtSourceFieldName | DDCDS_ENTITY_ELEMENTS | element_name | Element Name |
| KEY | ImpctMgmtTargetEntityName | |||
| ImpctMgmtSourceObjDescription | _OBJ_SEL_T | ImpctMgmtObjectDescription | Object Description | |
| ImpctMgmtSourceIsKeyFld | DDCDS_ENTITY_ELEMENTS | is_key | Key field | |
| ImpctMgmtSourceFieldText | _source_field_desc | ddtext | Short text | |
| ImpctMgmtTargetFieldName | DDCDS_ENTITY_ELEMENTS | element_name | Element Name | |
| ImpctMgmtTargetIsKeyField | DDCDS_ENTITY_ELEMENTS | is_key | Key field | |
| ImpctMgmtTargetFieldText | _target_field_desc | ddtext | Short text | |
| KEY | ImpctMgmtSourceFieldName | DDCDS_ENTITY_ELEMENTS | element_name | Element Name |
| KEY | ImpctMgmtTargetEntityName | |||
| ImpctMgmtSourceObjDescription | _OBJ_SEL_T | ImpctMgmtObjectDescription | Object Description | |
| ImpctMgmtSourceIsKeyFld | DDCDS_ENTITY_ELEMENTS | is_key | Key field | |
| ImpctMgmtSourceFieldText | _source_field_desc | ddtext | Short text | |
| ImpctMgmtTargetFieldName | DDCDS_ENTITY_ELEMENTS | element_name | Element Name | |
| ImpctMgmtTargetIsKeyField | DDCDS_ENTITY_ELEMENTS | is_key | Key field | |
| ImpctMgmtTargetFieldText | _target_field_desc | ddtext | Short text | |
| ImpctMgmtTargetObjDescription | _OBJ_SEL_T_Target | ImpctMgmtObjectDescription | Object Description |
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_ImpctMgmtObjectListTP.
-- 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_ImpctMgmtObjectListTP AS
SELECT
upper(_source.entity_name) AS ImpctMgmtSourceEntityName,
_source.element_name AS ImpctMgmtSourceFieldName,
upper(_target.entity_name) AS ImpctMgmtTargetEntityName,
_OBJ_SEL_T.ImpctMgmtObjectDescription AS ImpctMgmtSourceObjDescription,
_source.is_key AS ImpctMgmtSourceIsKeyFld,
_source_field_desc.ddtext AS ImpctMgmtSourceFieldText,
_target.element_name AS ImpctMgmtTargetFieldName,
_target.is_key AS ImpctMgmtTargetIsKeyField,
_target_field_desc.ddtext AS ImpctMgmtTargetFieldText,
_OBJ_SEL_T_Target.ImpctMgmtObjectDescription AS ImpctMgmtTargetObjDescription
FROM I_ImpctMgmtConfiguration AS _OBJ_SEL
INNER JOIN DDCDS_ENTITY_ELEMENTS AS _source ON /* join condition not captured in parsed metadata */
INNER JOIN DDCDS_ENTITY_ELEMENTS AS _target ON /* join condition not captured in parsed metadata */
INNER JOIN I_ImpctMgmtConfiguration AS _OBJ_SEL1 ON /* join condition not captured in parsed metadata */
INNER JOIN I_Bodefinition AS _BoDef ON /* join condition not captured in parsed metadata */
INNER JOIN I_Bodefinition AS _BoDef1 ON /* join condition not captured in parsed metadata */
-- UNION with additional select branch(es): I_ImpctMgmtConfiguration
;
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