I_PrmtHbConncdSystSwComponents

DDL: I_PRMTHBCONNCDSYSTSWCOMPONENTS SQL: ICONNSYSTSWCOMP Type: view BASIC

Software Components In Connected Systems

I_PrmtHbConncdSystSwComponents is a Basic CDS View that provides data about "Software Components In Connected Systems" in SAP S/4HANA. It reads from 1 data source (mmpur_be_swcomp) and exposes 5 fields with key fields ProcurementHubSourceSystem, ProcmtHubSwComp.

Data Sources (1)

SourceAliasJoin Type
mmpur_be_swcomp mmpur_be_swcomp from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICONNSYSTSWCOMP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Software Components In Connected Systems view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem procurementhubsourcesystem Connected System ID
KEY ProcmtHubSwComp procmthubswcomp Softw. Comp.
PrmtHbProductVersion prmthbproductversion SAP Release
ProcmtHubInstdSuppPckg procmthubinstdsupppckg SP Level
LastChangeDateTime lastchangedatetime Timestamp

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_PrmtHbConncdSystSwComponents.
-- 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: ICONNSYSTSWCOMP

CREATE VIEW I_PrmtHbConncdSystSwComponents AS
SELECT
  ProcurementHubSourceSystem,
  ProcmtHubSwComp,
  PrmtHbProductVersion,
  ProcmtHubInstdSuppPckg,
  LastChangeDateTime
FROM mmpur_be_swcomp
;