P_EIT_Feature_Map

DDL: P_EIT_FEATURE_MAP SQL: PEITFEATUREMAP Type: view Package: S_APS_ODATA_EXT_EIT_IMPORT

Extensibility Template: Feature Map

P_EIT_Feature_Map is a CDS View that provides data about "Extensibility Template: Feature Map" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field Feature. Part of development package S_APS_ODATA_EXT_EIT_IMPORT.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName PEITFEATUREMAP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Extensibility Template: Feature Map view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Feature domvalue_l
@AbapCatalog.sqlViewName: 'PEITFEATUREMAP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Extensibility Template: Feature Map'
define view P_EIT_Feature_Map
  as select from dd07l
{
  key domvalue_l as Feature
}
where
      domname  = 'EIT_IMPORT_FEATURE_MAP'
  and as4local = 'A'