I_ImpctMgmtConfigurationT
Impact Management Configuration - Text
I_ImpctMgmtConfigurationT is a Basic CDS View that provides data about "Impact Management Configuration - Text" in SAP S/4HANA. It reads from 1 data source (impmgt_obj_conft) and exposes 3 fields with key fields ImpctMgmtObjectTypeName, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| impmgt_obj_conft | impmgt_obj_conft | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Impact Management Configuration - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ImpctMgmtObjectTypeName | object_type | ||
| KEY | Language | lang | ||
| ImpctMgmtObjectDescription | description |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Impact Management Configuration - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel: { usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED } }
define view entity I_ImpctMgmtConfigurationT
as select from impmgt_obj_conft {
key object_type as ImpctMgmtObjectTypeName,
key lang as Language,
description as ImpctMgmtObjectDescription
}
where lang = $session.system_language;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"IMPMGT_OBJ_CONFT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- 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 Annotations — A Complete Guide
- 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