C_ProjSrvcOrgClassificationVH

DDL: C_PROJSRVCORGCLASSIFICATIONVH Type: view_entity CONSUMPTION Package: ODATA_PPM_SERVICE_ORG

Select Organizational Classification

C_ProjSrvcOrgClassificationVH is a Consumption CDS View that provides data about "Select Organizational Classification" in SAP S/4HANA. It reads from 1 data source (R_ProjSrvcOrgClassfctn) and exposes 3 fields with key fields ProjSrvcOrgClassfctnId, ProjSrvcOrgClassfctnLang. It is exposed through 1 OData service (ASQL_F1421A). Part of development package ODATA_PPM_SERVICE_ORG.

Data Sources (1)

SourceAliasJoin Type
R_ProjSrvcOrgClassfctn R_ProjSrvcOrgClassfctn from

Annotations (11)

NameValueLevelField
EndUserText.label Select Organizational Classification view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
Consumption.ranked true view
ObjectModel.representativeKey ProjSrvcOrgClassfctnId view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F1421A ASQL_F1421A C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProjSrvcOrgClassfctnId ProjSrvcOrgClassfctnId WorklistID
KEY ProjSrvcOrgClassfctnLang ProjSrvcOrgClassfctnLang Report Text Language
ProjSrvcOrgClassfctnTxt ProjSrvcOrgClassfctnTxt User Group

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_ProjSrvcOrgClassificationVH.
-- 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.

CREATE VIEW C_ProjSrvcOrgClassificationVH AS
SELECT
  ProjSrvcOrgClassfctnId,
  ProjSrvcOrgClassfctnLang,
  ProjSrvcOrgClassfctnTxt
FROM R_ProjSrvcOrgClassfctn
;