I_WorkPackageStdVH

DDL: I_WORKPACKAGESTDVH SQL: IWP__VH Type: view COMPOSITE Package: CPD_CDS

Work Package

I_WorkPackageStdVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

R&D Engineering

I_WorkPackageStdVH is a Composite CDS View that provides data about "Work Package" in SAP S/4HANA. It reads from 1 data source (I_WorkPackage) and exposes 4 fields with key field WorkPackage. It is exposed through 1 OData service (ASQL_F2556). Part of development package CPD_CDS.

SAP Help Documentation

CategoryCDS Views for Customer and Internal Project Management
StatusReleased
Purpose
This view provides value help for work package. This view should be used for value help purposes only. If you intend to select the entire business data, use the view Work Package instead. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Authorizations One of the following business catalogs needs to be assigned to a user to be able to use this CDS view: Project Management - Customer Projects Project Management - Internal Projects Project Management - Project Analysis Sales - Sales Orders for Professional Services Sales - Debit Memo Request Processing Project Management - Project Timesheet HCM - Workforce Timesheet Approval Project - Customer Project Setup Project - Internal Project Setup Project Management - Billing Analytics Project Management - Financial Analytics Project Management - Staffing Analytics

View on SAP Help Portal →

SAP API Hub

CategoryComposite
StateC1
Line of BusinessR&D Engineering
Application ComponentCA-CPD-SS
CapabilitiesData Provider for Value Help
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageR&D/Engineering for SAP S/4HANA Cloud Public Edition
Description <p>This view provides value help for work package. This view should be used for value help purposes only. If you intend to select the entire business data, use the view Work Package instead.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_WorkPackage I_WorkPackage from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IWP__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey WorkPackage view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Search.searchable true view
Consumption.ranked true view
Consumption.valueHelpDefault.fetchValues #AUTOMATICALLY_WHEN_DISPLAYED view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Work Package view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2556 ASQL_F2556 C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY WorkPackage WorkPackage Work Package ID
WorkPackageName WorkPackageName Plan Item Description
EngagementProjFinPlanUUID EngagementProjFinPlanUUID Financial Plan UUID
_EngagementProjFinancialPlan _EngagementProjFinancialPlan

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_WorkPackageStdVH.
-- 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: IWP__VH

CREATE VIEW I_WorkPackageStdVH AS
SELECT
  WorkPackage,
  WorkPackageName,
  EngagementProjFinPlanUUID
FROM I_WorkPackage
;