I_ProjectNetworkStdVH

DDL: I_PROJECTNETWORKSTDVH SQL: IPN__VH Type: view COMPOSITE

Project Network Details

I_ProjectNetworkStdVH is a Composite CDS View that provides data about "Project Network Details" in SAP S/4HANA. It reads from 1 data source (I_ProjectNetwork) and exposes 8 fields with key field ProjectNetwork. It is exposed through 4 OData services (UI_HCMAPPROVETIMESHEET, UI_HCMMYTIMESHEET, UI_HCMMYTIMESHEET, ...). It is used in 3 Fiori applications: Approve Timesheets (S/4HANA / Version 4), My Timesheet (S/4HANA / Version 4), Manage Manual Accruals.

Data Sources (1)

SourceAliasJoin Type
I_ProjectNetwork I_ProjectNetwork from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IPN__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ProjectNetwork view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Project Network Details view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
Consumption.ranked true view

OData Services (4)

ServiceBindingVersionContractRelease
UI_HCMAPPROVETIMESHEET UI_HCMAPPROVETIMESHEET V2 C1 NOT_RELEASED
UI_HCMMYTIMESHEET API_HCMMYTIMESHEET V2 C2 NOT_RELEASED
UI_HCMMYTIMESHEET UI_HCMMYTIMESHEET V2 C1 NOT_RELEASED
UI_MANUALACCRS_MNG UI_MANUALACCRS_MNG V2 C1 NOT_RELEASED

Fiori Apps (3)

App IDApp NameTypeDescription
F2585A Approve Timesheets (S/4HANA / Version 4) Analytical With this app, you as a manager can quickly view all pending approvals of your direct reports and approve timesheets using desktop or mobile devices.
F3074A My Timesheet (S/4HANA / Version 4) Transactional You, as an employee, can use this app to manage your time entries quickly and efficiently using a desktop or a mobile device.
F5423 Manage Manual Accruals Transactional With this app, you can create, import, edit, and copy accrual objects as well as change their status. You can use this app to: - Display and edit accrual objects. - Create new accrual objects. - Copy accrual objects. - Import accrual objects from a spreadsheet file. - Change the status of an accrual object by pausing, suspending, or resuming its accrual subobjects. - Prematurely finish accrual subobjects by terminating them or undo premature termination. - View the parameters assigned to an accrual object. - View a detailed summary of changes made to the accrual object, comparing the old and new values of the accrual object fields.

Approve Timesheets (S/4HANA / Version 4)

Business Role: Manager - HR Info

With this app, you as a manager can quickly view all pending approvals of your direct reports and approve timesheets using desktop, tablet or mobile devices. This app provides the following key features: Review timesheets for all your employees and view time entry compliance at a glance. View all time entries pending approval or that have already been approved. Filter time entries based on a date range, on specific attributes, or per employee. View designation and contact information of each employee. Approve or reject records by week.

My Timesheet (S/4HANA / Version 4)

Business Role: Employee - HR Info

You, as an employee, can use this app to manage your time entries quickly and efficiently using a desktop or a mobile device. You can use this app to do the following: enter time records for the chosen personnel assignment using form entry or assignments. create or import assignments and manage them. create and manage assignment groups. use horizontal or grid view for time entries. view the calendar for a chosen month on a desktop device, and for a given week on a mobile device. copy and paste time records. access the to-do list. switch between the allowed data entry profiles for a given time entry.

Manage Manual Accruals

Business Role: General Ledger Accountant

With this app, you can create, import, edit, and copy accrual objects as well as change their status.

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ProjectNetwork ProjectNetwork
ProjectNetworkDescription ProjectNetworkDescription
ProjectInternalID ProjectInternalID
WBSElementInternalID WBSElementInternalID
MRPController MRPController
Plant Plant
_Project _Project
_WBSElement _WBSElement
//GENERATED:003:GFBfhyK17jU}dJn6LULAeW

@AbapCatalog.sqlViewName: 'IPN__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ProjectNetwork'

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Project Network Details'

@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API

@Search.searchable: true
@Consumption.ranked: true

define view I_ProjectNetworkStdVH as select from I_ProjectNetwork {
  @ObjectModel.text.element: ['ProjectNetworkDescription']
  @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key ProjectNetwork,
  @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
  ProjectNetworkDescription,
  @Consumption.hidden: true
  ProjectInternalID,
  @Consumption.hidden: true
  WBSElementInternalID,
  @Consumption.hidden: true
  MRPController,
  @Consumption.hidden: true
  Plant,

  @Consumption.hidden: true
  _Project,
  @Consumption.hidden: true
  _WBSElement
}