I_ConsumptionPostingIndicator

DDL: I_CONSUMPTIONPOSTINGINDICATOR SQL: ICNSMPNPOSTGIND Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (16)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName ICNSMPNPOSTGIND view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Code list view for data element KZVBR - Consumption Posting view
ObjectModel.representativeKey ConsumptionPosting view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE 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

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_ConsumptionPostingIndicator.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ICNSMPNPOSTGIND

CREATE VIEW I_ConsumptionPostingIndicator AS
SELECT
  cast ( cast ( substring( domvalue_l, 1, 2 ) as abap.char( 2 ) ) as kzbew ) AS ConsumptionPosting
FROM dd07l
;