SHSM_VMVAM

DDL: SHSM_VMVAM SQL: SHSMVMVAM Type: view

CDS view replacing V_VMVAM in search help VMVAM

SHSM_VMVAM is a CDS View that provides data about "CDS view replacing V_VMVAM in search help VMVAM" in SAP S/4HANA. It reads from 1 data source (vbak) and exposes 12 fields with key fields vbeln, vkorg, vtweg, spart, vkgrp.

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMVMVAM 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_VMVAM in search help VMVAM view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbeln SD Sched. Agmt
KEY vkorg vkorg SD Sales Org.
KEY vtweg vtweg RefDistCh-Cust/Mat.
KEY spart spart Source supplier
KEY vkgrp vkgrp Sales Group
KEY vkbur vkbur Sales Office
KEY kunnr kunnr Stock customer
KEY ernam ernam User Name
KEY erdat erdat Entered On
KEY trvog trvog Transact.Group
auart auart Sales Doc. Type
dcstk dcstk Delay Status

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_VMVAM.
-- 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: SHSMVMVAM

CREATE VIEW SHSM_VMVAM AS
SELECT
  vbeln,
  vkorg,
  vtweg,
  spart,
  vkgrp,
  vkbur,
  kunnr,
  ernam,
  erdat,
  trvog,
  auart,
  dcstk
FROM vbak
;