E_Vlogpkonvd

DDL: E_VLOGPKONVD SQL: EVLOGPKONVD Type: view EXTENSION

Extension include view for versioned stock delta quantities

E_Vlogpkonvd is a Extension CDS View that provides data about "Extension include view for versioned stock delta quantities" in SAP S/4HANA. It reads from 1 data source (cmm_vlogp_konvd) and exposes 5 fields with key fields PricingKey, PricingDocumentItem, ConditionType, SubConditionType, VersStockRecordUUID.

Data Sources (1)

SourceAliasJoin Type
cmm_vlogp_konvd Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EVLOGPKONVD view
VDM.viewType #EXTENSION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extension include view for versioned stock delta quantities view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PricingKey cmm_vlogp_konvd pricing_key Pricing Key
KEY PricingDocumentItem cmm_vlogp_konvd kposn Number
KEY ConditionType cmm_vlogp_konvd kschl Tax Item Type
KEY SubConditionType cmm_vlogp_konvd kschl_subkey Subkey
KEY VersStockRecordUUID cmm_vlogp_konvd delta_guid GUID VlogP Stock

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 E_Vlogpkonvd.
-- 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: EVLOGPKONVD

CREATE VIEW E_Vlogpkonvd AS
SELECT
  Persistence.pricing_key AS PricingKey,
  Persistence.kposn AS PricingDocumentItem,
  Persistence.kschl AS ConditionType,
  Persistence.kschl_subkey AS SubConditionType,
  Persistence.delta_guid AS VersStockRecordUUID
FROM cmm_vlogp_konvd AS Persistence
;