I_MDChgProcRAPBasedSwitch

DDL: I_MDCHGPROCRAPBASEDSWITCH SQL: IMDCHGPRAPBASED Type: view BASIC Package: MDC_RAP_SWITCH

Cloud Ready MDG Switch

I_MDChgProcRAPBasedSwitch is a Basic CDS View that provides data about "Cloud Ready MDG Switch" in SAP S/4HANA. It reads from 1 data source (mdc_model_otc) and exposes 2 fields with key field MDChgProcessSrceObjectTypeCode. Part of development package MDC_RAP_SWITCH.

Data Sources (1)

SourceAliasJoin Type
mdc_model_otc model from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IMDCHGPRAPBASED view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Cloud Ready MDG Switch view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessSrceObjectTypeCode mdc_model_otc bo_type SOT Name
MDChgProcessSuiteObjTypeCode

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 I_MDChgProcRAPBasedSwitch.
-- 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: IMDCHGPRAPBASED

CREATE VIEW I_MDChgProcRAPBasedSwitch AS
SELECT
  model.bo_type AS MDChgProcessSrceObjectTypeCode,
  case when model_suited.suite is null then '' else model_suited.suite end AS MDChgProcessSuiteObjTypeCode
FROM mdc_model_otc AS model
;