SHSM_VMVAB

DDL: SHSM_VMVAB SQL: SHSMVMVAB Type: view

CDS view replacing V_VMVAB in search help VMVAB

SHSM_VMVAB is a CDS View that provides data about "CDS view replacing V_VMVAB in search help VMVAB" in SAP S/4HANA. It reads from 1 data source (vbak) and exposes 11 fields with key fields vbeln, vkorg, ktext, guebg, gueen.

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMVMVAB view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.representativeKey vbeln view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label CDS view replacing V_VMVAB in search help VMVAB view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbeln SD Sched. Agmt
KEY vkorg vkorg SD Sales Org.
KEY ktext ktext Text
KEY guebg guebg Valid From
KEY gueen gueen Valid To
KEY vtweg vtweg RefDistCh-Cust/Mat.
KEY spart spart Source supplier
KEY vkbur vkbur Sales Office
KEY vkgrp vkgrp Sales Group
KEY ernam ernam User Name
KEY auart auart Sales Doc. Type

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 SHSM_VMVAB.
-- 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: SHSMVMVAB

CREATE VIEW SHSM_VMVAB AS
SELECT
  vbeln,
  vkorg,
  ktext,
  guebg,
  gueen,
  vtweg,
  spart,
  vkbur,
  vkgrp,
  ernam,
  auart
FROM vbak
;