C_ProcmtHubCompanyCodeVH

DDL: C_PROCMTHUBCOMPANYCODEVH SQL: CPROCHUBCOCODEVH Type: view CONSUMPTION Package: ODATA_MM_PUR_EXT_PR

Company Codes from Connected Systems

C_ProcmtHubCompanyCodeVH is a Consumption CDS View that provides data about "Company Codes from Connected Systems" in SAP S/4HANA. It reads from 1 data source (I_BackendCoCodeForPurg) and exposes 5 fields with key fields ProcurementHubSourceSystem, ProcmtHubCompanyCode. It is exposed through 27 OData services (ASQL_F2704, ASQL_F2705, ASQL_F2705A, ...). Part of development package ODATA_MM_PUR_EXT_PR.

Data Sources (1)

SourceAliasJoin Type
I_BackendCoCodeForPurg I_BackendCoCodeForPurg from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPROCHUBCOCODEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
EndUserText.label Company Codes from Connected Systems view
VDM.viewType #CONSUMPTION view
AbapCatalog.preserveKey true view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

OData Services (27)

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_F3792 ASQL_F3792 C2 NOT_RELEASED
ASQL_F3794 ASQL_F3794 C2 NOT_RELEASED
ASQL_F3976 ASQL_F3976 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_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_F6635 ASQL_F6635 C2 NOT_RELEASED
ASQL_F8464 ASQL_F8464 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
KEY ProcmtHubCompanyCode CompanyCode Receiver Company Code
ProcmtHubCompanyCodeName CompanyCodeName Company Name
ProcurementHubSourceSystemName ProcurementHubSourceSystemName Connected System Name
_BackendSourceSystem _BackendSourceSystem

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_ProcmtHubCompanyCodeVH.
-- 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: CPROCHUBCOCODEVH

CREATE VIEW C_ProcmtHubCompanyCodeVH AS
SELECT
  ProcurementHubSourceSystem,
  CompanyCode AS ProcmtHubCompanyCode,
  CompanyCodeName AS ProcmtHubCompanyCodeName,
  ProcurementHubSourceSystemName
FROM I_BackendCoCodeForPurg
;