SHSM_VMVAD

DDL: SHSM_VMVAD SQL: SHSMVMVAD Type: view

CDS view replacing V_VMVAD in search help VMVAD

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

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMVMVAD 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_VMVAD in search help VMVAD 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 vkbur vkbur Sales Office
KEY vkgrp vkgrp Sales Group
KEY kunnr kunnr Stock customer
KEY ernam ernam User Name
KEY erdat erdat Entered On
auart auart Sales Doc. Type
trvog trvog Transact.Group
faksk faksk Billing Block

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_VMVAD.
-- 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: SHSMVMVAD

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