P_SuplrInvcItmUnionInSetlMgmt

DDL: P_SUPLRINVCITMUNIONINSETLMGMT Type: view BASIC

P_SuplrInvcItmUnionInSetlMgmt is a Basic CDS View in SAP S/4HANA. It reads from 2 data sources (rbdrseg, rseg) and exposes 22 fields with key fields BELNR, GJAHR, BUZEI, GJAHR, BUZEI.

Data Sources (2)

SourceAliasJoin Type
rbdrseg rbdrseg union
rseg rseg from

Annotations (11)

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

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY BELNR belnr SD Document
KEY GJAHR gjahr Fiscal Year
KEY BUZEI buzei Item
MATNR matnr Vehicle Model
WERKS werks Receiving Plant
SHKZG shkzg Returns
MENGE menge WarrCountValue
BSTME bstme Valuation Unit
BASME meins Unit of measure
WRBTR wrbtr Gross Amount
EBELN ebeln Source PurchDoc
KEY GJAHR rjahr Fiscal Year
KEY BUZEI rblgp Item
MATNR matnr Vehicle Model
WERKS werks Receiving Plant
SHKZG shkzg Returns
MENGE menge WarrCountValue
BSTME meins Valuation Unit
BASME basme Unit of measure
WRBTR wrbtr Gross Amount
EBELN ebeln Source PurchDoc
EBELP ebelp Item pur. doc.

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_SuplrInvcItmUnionInSetlMgmt.
-- 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_SuplrInvcItmUnionInSetlMgmt AS
SELECT
  BELNR,
  GJAHR,
  BUZEI,
  MATNR,
  WERKS,
  SHKZG,
  MENGE,
  BSTME,
  meins AS BASME,
  WRBTR,
  EBELN,
  EBELP
FROM rseg
-- UNION with additional select branch(es): rbdrseg
;