I_ConsumptionPostingIndicator

DDL: I_CONSUMPTIONPOSTINGINDICATOR Type: view_entity BASIC Package: MM_IM_VDM_STOCK

Code list view for data element KZVBR - Consumption Posting

I_ConsumptionPostingIndicator is a Basic CDS View (Dimension) that provides data about "Code list view for data element KZVBR - Consumption Posting" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field ConsumptionPosting. Part of development package MM_IM_VDM_STOCK.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Code list view for data element KZVBR - Consumption Posting view
ObjectModel.representativeKey ConsumptionPosting view
Analytics.technicalName ICNSMPNPOSTGIND view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Analytics.internalName #LOCAL view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ConsumptionPosting
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Code list view for data element KZVBR - Consumption Posting'
@ObjectModel.representativeKey: 'ConsumptionPosting'
@Analytics.technicalName: 'ICNSMPNPOSTGIND'

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@Analytics.internalName:#LOCAL

@VDM.viewType: #BASIC 
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Analytics: { dataCategory: #DIMENSION } 
@Metadata: {
             allowExtensions: true,
             ignorePropagatedAnnotations: true
           }
           
define view entity I_ConsumptionPostingIndicator 
    as select from dd07l 
{
    key cast ( cast ( substring( domvalue_l, 1, 2 ) as abap.char( 2 ) ) as kzbew ) as ConsumptionPosting
}
    where domname = 'KZVBR' and as4local = 'A'