I_SlsDocMassChgEntityLevelVH

DDL: I_SLSDOCMASSCHGENTITYLEVELVH Type: view COMPOSITE

Mass Change of Sales Doc Entity Level

I_SlsDocMassChgEntityLevelVH is a Composite CDS View (Dimension) that provides data about "Mass Change of Sales Doc Entity Level" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field SlsDocMassChgEntityLevel.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (20)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISDMCCENTLVLVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
EndUserText.label Mass Change of Sales Doc Entity Level view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.compositionRoot true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.representativeKey SlsDocMassChgEntityLevel view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SlsDocMassChgEntityLevel Entity Level
SlsDocMassChgEntityLevelName ddtext Entity Level Description

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_SlsDocMassChgEntityLevelVH.
-- 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.

CREATE VIEW I_SlsDocMassChgEntityLevelVH AS
SELECT
  cast( domvalue_l as abap.char(1)) AS SlsDocMassChgEntityLevel,
  ddtext AS SlsDocMassChgEntityLevelName
FROM dd07t
;