SHSM_VF_O

DDL: SHSM_VF_O Type: view

CDS view replacing SHVF_O

SHSM_VF_O is a CDS View that provides data about "CDS view replacing SHVF_O" in SAP S/4HANA. It reads from 1 data source (vbak) and exposes 6 fields with key field vbeln.

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName SHSMVFO view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey vbeln view
EndUserText.label CDS view replacing SHVF_O view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbeln SD Sched. Agmt
vbtyp vbtyp TSW Det.Doc typ
kunnr kunnr Stock customer
vkorg vkorg SD Sales Org.
vtweg vtweg RefDistCh-Cust/Mat.
spart spart Source supplier

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_VF_O.
-- 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.

CREATE VIEW SHSM_VF_O AS
SELECT
  vbeln,
  vbtyp,
  kunnr,
  vkorg,
  vtweg,
  spart
FROM vbak
;