C_ImpctMgmtConfiguration

DDL: C_IMPCTMGMTCONFIGURATION Type: view_entity CONSUMPTION

Impact Management Configuration

C_ImpctMgmtConfiguration is a Consumption CDS View that provides data about "Impact Management Configuration" in SAP S/4HANA. It reads from 1 data source (I_ImpctMgmtConfiguration) and exposes 4 fields with key field ImpctMgmtObjectTypeName.

Data Sources (1)

SourceAliasJoin Type
I_ImpctMgmtConfiguration I_ImpctMgmtConfiguration from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
EndUserText.label Impact Management Configuration view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ImpctMgmtObjectTypeName I_ImpctMgmtConfiguration ImpctMgmtObjectTypeName
ImpctMgmtObjectSource I_ImpctMgmtConfiguration ImpctMgmtObjectSource
ImpctMgmtEntityName
ImpctMgmtObjectDescription _Text ImpctMgmtObjectDescription
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Impact Management Configuration'
@Metadata.allowExtensions: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity C_ImpctMgmtConfiguration
  as select from I_ImpctMgmtConfiguration
  association to I_ImpctMgmtConfigurationT as _Text on I_ImpctMgmtConfiguration.ImpctMgmtObjectTypeName = _Text.ImpctMgmtObjectTypeName
{

  key I_ImpctMgmtConfiguration.ImpctMgmtObjectTypeName      as ImpctMgmtObjectTypeName,
      I_ImpctMgmtConfiguration.ImpctMgmtObjectSource        as ImpctMgmtObjectSource,
      upper( I_ImpctMgmtConfiguration.ImpctMgmtEntityName ) as ImpctMgmtEntityName,
      _Text.ImpctMgmtObjectDescription                      as ImpctMgmtObjectDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_IMPCTMGMTCONFIGURATION",
"I_IMPCTMGMTCONFIGURATIONT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/