SHSM_RMVBBE

DDL: SHSM_RMVBBE SQL: SHSMRMVBBE Type: view

CDS Search Help for Sales Order replacing RMVBBE

SHSM_RMVBBE is a CDS View that provides data about "CDS Search Help for Sales Order replacing RMVBBE" in SAP S/4HANA. It reads from 1 data source (vbbe) and exposes 9 fields.

Data Sources (1)

SourceAliasJoin Type
vbbe vbbe from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName SHSMRMVBBE view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK 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
EndUserText.label CDS Search Help for Sales Order replacing RMVBBE view

Fields (9)

KeyFieldSource TableSource FieldDescription
vbeln vbeln SD Sched. Agmt
posnr posnr WBS Element
etenr etenr Schedule Line
matnr matnr Vehicle Model
werks werks Receiving Plant
omeng omeng Open Quantity
meins meins Valuation Unit
kunnr kunnr Stock customer
auart vbbe 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_RMVBBE.
-- 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: SHSMRMVBBE

CREATE VIEW SHSM_RMVBBE AS
SELECT
  vbeln,
  posnr,
  etenr,
  matnr,
  werks,
  omeng,
  meins,
  kunnr,
  vbbe.auart AS auart
FROM vbbe
;