SHSM_VMVAC

DDL: SHSM_VMVAC SQL: SHSMVMVAC Type: view

CDS View replacing V_VMVAC in search help VMVAC

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

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMVMVAC 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_VMVAC in search help VMVAC view

Fields (11)

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
auart auart Sales Doc. Type
bestk bestk Deliv. Conf.Sts

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_VMVAC.
-- 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: SHSMVMVAC

CREATE VIEW SHSM_VMVAC AS
SELECT
  vbeln,
  vkorg,
  vtweg,
  spart,
  vkgrp,
  vkbur,
  kunnr,
  ernam,
  erdat,
  auart,
  bestk
FROM vbak
;