SHSM_F4_VBAK

DDL: SHSM_F4_VBAK SQL: SHSMF4VBAK Type: view

CDS view replacing VBAK in search help F4_VBAK

SHSM_F4_VBAK is a CDS View that provides data about "CDS view replacing VBAK in search help F4_VBAK" in SAP S/4HANA. It reads from 1 data source (vbak) and exposes 5 fields with key field vbeln.

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMF4VBAK 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 VBAK in search help F4_VBAK view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbak vbeln SD Sched. Agmt
vkorg vbak vkorg SD Sales Org.
vtweg vbak vtweg RefDistCh-Cust/Mat.
spart vbak spart Source supplier
auart vbak 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_F4_VBAK.
-- 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: SHSMF4VBAK

CREATE VIEW SHSM_F4_VBAK AS
SELECT
  vbak.vbeln AS vbeln,
  vbak.vkorg AS vkorg,
  vbak.vtweg AS vtweg,
  vbak.spart AS spart,
  vbak.auart AS auart
FROM vbak
;