C_ProcmtHubBackendSrceSystemVH

DDL: C_PROCMTHUBBACKENDSRCESYSTEMVH SQL: CBACKENDSRCSYS Type: view CONSUMPTION Package: ODATA_MM_PUR_EXT_PR

Connected System

C_ProcmtHubBackendSrceSystemVH is a Consumption CDS View that provides data about "Connected System" in SAP S/4HANA. It reads from 1 data source (I_BackendSourceSystem) and exposes 2 fields with key field ProcurementHubSourceSystem. It is exposed through 37 OData services (ASQL_F2704, ASQL_F2705, ASQL_F2705A, ...). Part of development package ODATA_MM_PUR_EXT_PR.

Data Sources (1)

SourceAliasJoin Type
I_BackendSourceSystem I_BackendSourceSystem from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CBACKENDSRCSYS view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
VDM.viewType #CONSUMPTION view
EndUserText.label Connected System view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

OData Services (37)

ServiceBindingVersionContractRelease
ASQL_F2704 ASQL_F2704 C2 NOT_RELEASED
ASQL_F2705 ASQL_F2705 C2 NOT_RELEASED
ASQL_F2705A ASQL_F2705A C2 NOT_RELEASED
ASQL_F2872 ASQL_F2872 C2 NOT_RELEASED
ASQL_F3043 ASQL_F3043 C2 NOT_RELEASED
ASQL_F3044 ASQL_F3044 C2 NOT_RELEASED
ASQL_F3173 ASQL_F3173 C2 NOT_RELEASED
ASQL_F3232 ASQL_F3232 C2 NOT_RELEASED
ASQL_F3316 ASQL_F3316 C2 NOT_RELEASED
ASQL_F3332 ASQL_F3332 C2 NOT_RELEASED
ASQL_F3401 ASQL_F3401 C2 NOT_RELEASED
ASQL_F3486 ASQL_F3486 C2 NOT_RELEASED
ASQL_F3492 ASQL_F3492 C2 NOT_RELEASED
ASQL_F3676 ASQL_F3676 C2 NOT_RELEASED
ASQL_F3679 ASQL_F3679 C2 NOT_RELEASED
ASQL_F3792 ASQL_F3792 C2 NOT_RELEASED
ASQL_F3794 ASQL_F3794 C2 NOT_RELEASED
ASQL_F3912 ASQL_F3912 C2 NOT_RELEASED
ASQL_F3913 ASQL_F3913 C2 NOT_RELEASED
ASQL_F3914 ASQL_F3914 C2 NOT_RELEASED
ASQL_F3976 ASQL_F3976 C2 NOT_RELEASED
ASQL_F3980 ASQL_F3980 C2 NOT_RELEASED
ASQL_F3981 ASQL_F3981 C2 NOT_RELEASED
ASQL_F4042 ASQL_F4042 C2 NOT_RELEASED
ASQL_F4104 ASQL_F4104 C2 NOT_RELEASED
ASQL_F4400 ASQL_F4400 C2 NOT_RELEASED
ASQL_F4489 ASQL_F4489 C2 NOT_RELEASED
ASQL_F4618 ASQL_F4618 C2 NOT_RELEASED
ASQL_F4760 ASQL_F4760 C2 NOT_RELEASED
ASQL_F5289 ASQL_F5289 C2 NOT_RELEASED
ASQL_F5711 ASQL_F5711 C2 NOT_RELEASED
ASQL_F5716 ASQL_F5716 C2 NOT_RELEASED
ASQL_F6194 ASQL_F6194 C2 NOT_RELEASED
ASQL_F6634 ASQL_F6634 C2 NOT_RELEASED
ASQL_F6635 ASQL_F6635 C2 NOT_RELEASED
ASQL_F7353 ASQL_F7353 C2 NOT_RELEASED
ASQL_F8464 ASQL_F8464 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
ProcurementHubSourceSystemName ProcurementHubSourceSystemName Connected System Name

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 C_ProcmtHubBackendSrceSystemVH.
-- 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: CBACKENDSRCSYS

CREATE VIEW C_ProcmtHubBackendSrceSystemVH AS
SELECT
  ProcurementHubSourceSystem,
  ProcurementHubSourceSystemName
FROM I_BackendSourceSystem
;