I_ProcmtHubInterfaceMonitor

DDL: I_PROCMTHUBINTERFACEMONITOR SQL: IPROCMTHUBITFDET Type: view BASIC

Basic View for Prmt. Hub Interface Montr

I_ProcmtHubInterfaceMonitor is a Basic CDS View that provides data about "Basic View for Prmt. Hub Interface Montr" in SAP S/4HANA. It reads from 1 data source (mmpur_hub_itfdet) and exposes 10 fields with key fields ProcmtHubPurchasingObjectID, ProcurementHubSourceSystem, ProcmtHubPurgObjectCategory.

Data Sources (1)

SourceAliasJoin Type
mmpur_hub_itfdet mmpur_hub_itfdet from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPROCMTHUBITFDET view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Basic View for Prmt. Hub Interface Montr view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY ProcmtHubPurchasingObjectID procmthubpurchasingobjectid Purchasing Obj. ID
KEY ProcurementHubSourceSystem procurementhubsourcesystem Connected System ID
KEY ProcmtHubPurgObjectCategory procmthubpurgobjectcategory Doc. Category
AIFMessageUUID aifmessageuuid UUID
AIFMessageNameSpace aifmessagenamespace Namespace
AIFMessageInterfaceName aifmessageinterfacename Interface Name
AIFMessageInterfaceVersion aifmessageinterfaceversion Interface Version
ProcmtHubMessageStatus procmthubmessagestatus Message Status
LastChangeDateTime lastchangedatetime Timestamp
IsDismissed isdismissed Boolean Variable (X = True, - = False, Space = Unknown)

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_ProcmtHubInterfaceMonitor.
-- 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: IPROCMTHUBITFDET

CREATE VIEW I_ProcmtHubInterfaceMonitor AS
SELECT
  ProcmtHubPurchasingObjectID,
  ProcurementHubSourceSystem,
  ProcmtHubPurgObjectCategory,
  AIFMessageUUID,
  AIFMessageNameSpace,
  AIFMessageInterfaceName,
  AIFMessageInterfaceVersion,
  ProcmtHubMessageStatus,
  LastChangeDateTime,
  IsDismissed
FROM mmpur_hub_itfdet
;