SHSM_F4_POSNR_VBAP

DDL: SHSM_F4_POSNR_VBAP SQL: SHSMF4VBAP Type: view

CDS view replacing VBAP in F4_POSNR_VBAP

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

Data Sources (1)

SourceAliasJoin Type
vbak vbak from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMF4VBAP 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 VBAP in F4_POSNR_VBAP view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbap vbeln SD Sched. Agmt
KEY posnr vbap posnr WBS Element
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_POSNR_VBAP.
-- 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: SHSMF4VBAP

CREATE VIEW SHSM_F4_POSNR_VBAP AS
SELECT
  vbap.vbeln AS vbeln,
  vbap.posnr AS posnr,
  vbak.vkorg AS vkorg,
  vbak.vtweg AS vtweg,
  vbak.spart AS spart,
  vbak.auart AS auart
FROM vbak
;