You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Status

  Approved

OwnerBIDALIA-ext, Kuldeep 
StakeholdersMOREAU, Patrick
Jira Request ID

ERP-90 - Getting issue details... STATUS

Jira Development ID

ERP-130 - Getting issue details... STATUS

High- Level Specification

ParameterValue
Application SystemS/4Hana ROW, S/4Hana China, S/4Hana CUI
Business Process Reference10.02.03.01. Manage Project Execution

Functional Overview

In a typical SAP Project, budget control serves as a foundational mechanism to ensure financial discipline across capital and operational projects. When a WBS element surpasses its assigned budget threshold, based on the configured budget tolerance limits, the system automatically initiates an email notification to the designated Person Responsible for that WBS element (standard functionality).

However, SAP e-mail is old technology and is to be replaced with a Launchpad Notification for Syensqo. Notifications are required to ensure the Project Manager can proactively prevent overspend of the project budget and delays by timely request for supplementary budget approval. This is especially important for capex budgets which are constrained at a GBU level.

Scope and Objectives

Scope: This enhancement aims to proactively notify users of budget overruns by identifying WBS elements with insufficient budget and delivering alerts directly to their SAP "My Inbox" application. This enhancement will be applicable to all budget-controlled projects i.e. projects with project profile ZPS0001.

Objective: The key objectives of implementing this enhancement are:

    Enhanced Visibility: Notifications appear directly in the Fiori Launchpad (bell icon), where users already perform daily tasks. It reduces reliance on external email systems and avoids missed alerts.

    Real-Time Action: Speeds up response time to budget breaches, improving governance and control.

    Scalability & Futureproofing: Easier to extend with push notifications to mobile devices.


Process Flow Diagram

N/A

Step

Description

Comment

1

Create Project

A capital project in SAP will be generated from a corresponding PPM item and automatically transitioned to released status upon creation.

2

Budget Allocation

  • Upon approval of the Funding Request, budget allocations will be automatically applied to the level-1 and/or level-2 WBS elements of the project.
  • If needed, the "Edit Original Budget" Fiori app can be used to distribute budget allocations further down to level-3 and level-4 WBS elements within the project structure.
  • The assigned budget profile automatically activates Availability Control (AVAC) as soon as the budget is allocated.
3

Expense Posting

  • Actual costs & commitments will be accumulated in WBS elements against assigned budget.
  • Transactions like PR/PO creation, goods receipt, financial posting, timesheet and service entry affect budget consumption.
4

Availability Control Monitoring

AVAC checks budget consumption against tolerance limits.

  • Tolerance limits of a budget profile are configured in “Define Tolerance Limits”:

Example: 90% = warning, 110% = error notification

5

Budget Threshold Breach

When costs exceed defined thresholds on a WBS element:

  • System triggers warning or error message to the user on the transaction screen itself
6

Notification Trigger

When a WBS element exceeds its budget threshold and attains the system status ISBD (Insufficient Budget). For active WBS elements with status ISBD a batch job triggers custom notification routed to the “My Inbox” application of the user maintained in Person Responsible Position ID, detailing the budget overrun.

7

User Action

Person Responsible reviews notification in “My Inbox” app and take corrective actions.

Assumptions

It is assumed that CAPEX project will be budgeted, and availability control status will be active.

The WBS element must possess appropriate system status and user statuses to enable financial postings.

Monitoring and tracking of all budget overrun events should enable notification status checks (success or failure) and the ability to resend notifications if needed.

Dependencies

Person Responsible will be maintained against all WBS elements of a capex project with correct position id. Position ID must be mapped to active resource, and resource must possess valid SAP user credential.

Security, Integrity and Controls

Users must have access to SAP Fiori Launchpad and My Inbox.

Configuration Requirements

The following configurations are pre-requisites for this enhancement:

  1. Budget profile must be configured for availability control activation and assigned to Project Profile ZPS0001.
  2. Tolerance Limit must be Configured for the budget profile.

Language Requirements

The notification content dispatched to the Fiori Launchpad will be displayed in English.

Special Requirements

N/A


Design Rationale

Functional Requirements

For capital projects in SAP PS, exceeding the defined budget tolerance limit in standard SAP sends an email alert to the designated Person Responsible.

To streamline communication and align with SAP Fiori-based notifications, standard email notifications will not be used. There is requirement for an enhancement that:

  • Read the WBS Elements that have insufficient budget status
  • Calculate both the assigned cost and total budget of the WBS element and report the available budget by subtracting the assigned cost from the budget.
  • Routes insufficient budget alerts to the SAP My Inbox application

Proposed Technology to Use

Data Source Considerations

TableField NameComments/Calculation/Field Manipulation











Data Validation Considerations

TableField NameComments/Calculation/Field Manipulation













Custom Tables

Master Data

FieldDescriptionData Type/LengthValidation rule/ Value Help









Configuration Table

FieldDescriptionData Type/LengthValidation rule/ Value Help








Selection Screen Enhancement

Field NameDescription

Select:

Data Type/LengthDefault Value/ Validation rule/ Value HelpSelection Logic













Processing Logic

This enhancement is triggered when a Capex-funded project exists within S/4HANA and a financial posting causes the defined budget tolerance threshold to be exceeded. The following sequence outlines the actions executed by the proposed enhancement:

Steps-

1. Identify budget overrun event and remaining budget: 

A scheduled batch job will be triggered every day to identify WBS elements having system status AVAC + ISBD and user status “In Progress” but excluding WBS elements having any of the system status like Closed, Account Assignment Locked and Deletion Flag.

To identify WBS elements, pass statuses I0005 & I0093 & E0001 in JEST-STAT where JEST-INACT= Blank i.e. status is active for highest change number JEST-CHGNR. (I0005             AVAC Availability Control Active, I0093 ISBD Insufficient budgeting, E0001 IWIP In Progress).

Exclude records where any of statuses i.e. JEST-STAT=I0046 or I0064 or I0076 is active i.e. JEST-INACT= Blank for highest change number JEST-CHGNR (I0046 CLSD Closed, I0064 AALK Account Assignment Locked, I0076 DLFL Deletion flag)

Collect all WBS elements object numbers i.e. JEST-OBJNR and pass it to PRPS-OBJNR to get the WBS element ID PRPS-POSID. 

Ensure that the WBS element is the leaf WBSE i.e. no child WBS element. If child WBS element is found, then exclude this WBS element from the list. Update Logic for Assigned Cost

For each WBS element calculate the Assigned Cost & budget value and compile and derive value Budget- Assigned Cost and currency. 

2. Identify launchpad notification recipients:

Program will identify the posting WBS element in the step 1. For the WBS elements identify corresponding “No. of Person Responsible” assigned. As per design solution “No. of Person Responsible” represent Position ID of a user. Identify the Personnel ID/s of the active person associated with the Position ID/s (refer table HRP1001).

Pass Person Responsible Position in HRP1001-OBJID, where HRP1001-OTYPE= S (Position), system date must be between HRP1001-BEGDA & HRP1001-ENDDA, HRP1001-SCLAS=P (Person) and pick HRP1001-SOBID (Personal ID).

Pass HRP1001-SOBID in PA0105-PERSNO, system date must be between BEGDA & ENDDA. Pick XXXXXX

Derive the SAP login user id from the identified Personal ID (refer table PA0105).

3. Build Notification Payload:

Inside the program, assemble a structured payload containing WBS Element ID, overrun amount and Person Responsible user ID.

For each WBS element compile below message-

Subject: - WBS element A.000000.00 budget almost exhausted

Body: - Diagnosis

The assigned funds are Value=Budget- Assigned Cost "Currency" (identified in step 2) less than budget in WBS element A.000000.00

 4. Trigger notification:

Fiori launchpad notification will be triggered with payload to identified user from step-2.


Volumetrics

N/A


Performance Considerations

N/A



Error Handling

In cases notifications are initiated by the batch job but not received by designated recipient/s, the issue may lie in the sender service's processing or transmission logic. To ensure timely escalation, administrators must have the capability to detect such delivery failures and re-initiate the notification process to the appropriate recipient/s.


Testing

How to Test

Person Responsible must be assigned on each level of WBS elements, ensure that the Person Responsible is Position ID assigned to an user, ideally using the tester’s own user ID. Availability Control will be automatically activated on budget allocation to monitor budget consumption and trigger system responses accordingly. 

Proceed with the following test conditions, ensuring that each WBS element is used for a distinct type of posting.

Test Conditions and Expected Results

IDConditionExpected Result
1

Capital project budget of a WBS element exceeded due to Goods Receipt posting. If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a batch job will issue warning notification to the user maintained in Person Responsible Position ID.

2

In continuation of step 1, now post cost less than 110% budget e.g. between 91-109% of assigned budget.

Regardless of the number of budget overrun warnings generated in a single day for an active WBS element with status ISBD, the scheduled batch job will issue a single notification to the user assigned in the Person Responsible Position ID

3

Capital project budget exceeded due to Invoice Variation posting.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

4

Capital project budget exceeded due to Goods issue posting (P2F- plant to project issue).

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

5

Capital project budget exceeded due to Service entry sheet posting.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

6

Capital project budget exceeded due to financial journal posting.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

7

Capital project budget exceeded due to Work Order settlement.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

8

Capital project budget exceeded due to timesheet posting.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

9

Capital project budget exceeded due to timesheet posting. If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

10

Capital project Commitment values (purchase requisition) exceeded budget.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

11

Capital project budget exceeded due to Process Order settlement.

If warning message tolerance is 90% then post >90% actual cost but <110% of the budget value.

The WBS element must not carry any system status indicating deletion, lock, or closure and user status “In Progress” must be active.

For active WBS element with status ISBD a scheduled batch job will issue warning notification to the user maintained in Person Responsible Position ID.

12

Projects without budget, actual cost posting on WBS element

No notification in “My Inbox” should be triggered by the Budget Overrun batch job.

13

WBS Element with ISBD & AVAC status and Account Assignment Lock status is also assigned.

No notification in “My Inbox” should be triggered by the Budget Overrun batch job.

14

WBS Element with ISBD & AVAC status and Closed status is also assigned.

No notification in “My Inbox” should be triggered by the Budget Overrun batch job.

15

WBS Element with ISBD & AVAC status and Deletion Flag status is also assigned.

No notification in “My Inbox” should be triggered by the Budget Overrun batch job.

16

WBS Element with ISBD & AVAC status and User Status is not IWIP.

No notification in “My Inbox” should be triggered by the Budget Overrun batch job.

Test Considerations/Dependencies

Enhancement E-ERP-167 must be in-place to ensure Person Responsible field is filled by Position ID.

3-4 test position IDs & assigned Personal IDs must be created by the H2R team within the testing organizational units.

Assign tester’s SAP Office User ID to the personal ids. This ensures that system-generated notifications for budget overrun are correctly routed to the tester during execution and validation.

Other Information


Development Details

Package

Package NameParent Package




Enhancement Implementation

Enhancement TypeStandard Definition NameCustom Implementation NameDesign Rationale Reference









Other Development Objects

Object TypeObject NamePurpose/High Level LogicDesign Rationale Reference








Appendix

Custom Authorization Group Naming Convention

This table is based on the Syensqo development standards document. It provides the naming conventions for authorization groups to associated with custom reports and tables to comply with security requirements.

ABAP

ZFIZMMZPSZCOZSDZBCZFIZCA
TABLESZFITZMMTZPSTZCOTZSDTZBCTZFITZCAT

See also


No files shared here yet.

Change log

Version Published Changed By Comment
CURRENT (v. 10) Oct 06, 2025 12:41 BIDALIA-ext, Kuldeep
v. 49 Oct 06, 2025 12:36 BIDALIA-ext, Kuldeep
v. 48 Oct 06, 2025 12:33 BIDALIA-ext, Kuldeep
v. 47 Oct 06, 2025 12:20 BIDALIA-ext, Kuldeep
v. 46 Oct 01, 2025 15:24 UPADHYAY-ext, Anjali
v. 45 Oct 01, 2025 15:01 UPADHYAY-ext, Anjali
v. 44 Oct 01, 2025 14:01 UPADHYAY-ext, Anjali
v. 43 Sept 30, 2025 14:07 BIDALIA-ext, Kuldeep
v. 42 Sept 30, 2025 12:42 BIDALIA-ext, Kuldeep
v. 41 Sept 30, 2025 11:20 BIDALIA-ext, Kuldeep

Go to Page History

  • No labels