I_ImpctMgmtConfigurationT

DDL: I_IMPCTMGMTCONFIGURATIONT Type: view_entity BASIC

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)

SourceAliasJoin Type
impmgt_obj_conft impmgt_obj_conft from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/