C_ProjBillgCustProjVH

DDL: C_PROJBILLGCUSTPROJVH Type: view_entity CONSUMPTION

Search help for customer project

C_ProjBillgCustProjVH is a Consumption CDS View that provides data about "Search help for customer project" in SAP S/4HANA. It reads from 1 data source (P_ProjBillgCustProjVH) and exposes 20 fields with key field ProjectUUID.

Data Sources (1)

SourceAliasJoin Type
P_ProjBillgCustProjVH _EnterpriseProject from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Search help for customer project view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
AccessControl.personalData.blocking #REQUIRED view
Consumption.ranked true view

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY ProjectUUID ProjectUUID Project UUID
Project Project Project
ProjectDescription ProjectDescription Project Description
EnterpriseProjectServiceOrg EnterpriseProjectServiceOrg Service Org.
ProjectProfileCode ProjectProfileCode Project Profile
ProjectCategory ProjectCategory Proj. Category
EntProjectIsConfidential EntProjectIsConfidential Confidential
CompanyCode CompanyCode Receiver Company Code
ResponsibleCostCenter ResponsibleCostCenter Responsible Cost Center
ProfitCenter ProfitCenter Profit Center
ControllingArea ControllingArea Controlling Area
ProjectSummaryTaskUUID P_ProjBillgCustProjVH ProjectSummaryTaskUUID Entity GUID
_AuthGroup _AuthGroup
_AuthRole _AuthRole
_AuthSubst _AuthSubst
_AuthUser _AuthUser
Plant Plant Valuation Area
_EnterpriseProjectForUser _EnterpriseProjectForUser
EnterpriseProjectType EnterpriseProjectType Proj.type
FunctionalArea FunctionalArea Sendr Fctl Area

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_ProjBillgCustProjVH.
-- 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_ProjBillgCustProjVH AS
SELECT
  ProjectUUID,
  Project,
  ProjectDescription,
  EnterpriseProjectServiceOrg,
  ProjectProfileCode,
  ProjectCategory,
  EntProjectIsConfidential,
  CompanyCode,
  ResponsibleCostCenter,
  ProfitCenter,
  ControllingArea,
  _EnterpriseProject.ProjectSummaryTaskUUID AS ProjectSummaryTaskUUID,
  Plant,
  EnterpriseProjectType,
  FunctionalArea
FROM P_ProjBillgCustProjVH AS _EnterpriseProject
;