P_CL_SDM_SD_VBPA_2

DDL: P_CL_SDM_SD_VBPA_2 Type: view BASIC

P_CL_SDM_SD_VBPA_2 is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (vbpa) and exposes 4 fields with key fields vbeln, posnr, parvw.

Data Sources (1)

SourceAliasJoin Type
vbpa vbpa from

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName PSDMSDVBPA_2 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY vbeln vbeln SD Sched. Agmt
KEY posnr posnr WBS Element
KEY parvw parvw Task Processor
sdm_version

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 P_CL_SDM_SD_VBPA_2.
-- 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 P_CL_SDM_SD_VBPA_2 AS
SELECT
  vbeln,
  posnr,
  parvw,
  cast( '00' as sd_sdm_version_vbpa ) AS sdm_version
FROM vbpa
;