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

Compare with Current View Page History

« Previous Version 15 Next »

Status

  Approved

OwnerBIDALIA-ext, Kuldeep 
Stakeholders
Jira Request ID

ERP-167 - Getting issue details... STATUS

Jira Development ID

ERP-512 - Getting issue details... STATUS

High- Level Specification

ParameterValue
Application SystemS/4Hana ROW, S/4Hana China, S/4Hana CUI
Business Process Reference

10.02.01.01. Manage Project/WBS Changes

10.01.03.01. Manage Initiatives and Items

Functional Overview

Standard fields "Person Responsible No." and "Applicant No." are utilized in Project Definition and Work Breakdown Structure (WBS) elements of a project to track accountability and facilitate project-related notifications & workflows. Under the I2M proposed solution, specific Role based HR position will be maintained in these fields . This means-

  • HR positions assigned to specific roles will be designated as the responsible entities at the Project Definition and WBS element levels.
  • This enables a role-based project system, allowing for greater flexibility and scalability in project governance. 
  • It supports organizational continuity, as responsibilities are tied to HR Position rather than individuals—reducing the need for manual updates when personnel changes occur.

Scope and Objectives

Scope- This enhancement defines a scheduled SAP batch job that extracts HR positions based on their role relationships and updates-

  1. Person Responsible No. Table: Populated with positions linked to Security Roles ‘Person Responsible - Project’, ‘Person Responsible - WBS’
  2. Applicant No. Table: Populated with positions linked to Security Role ‘Project Financial Controller’.

Objective- The key objective are to improve data accuracy and timeliness in project and financial role assignments and reduce manual intervention in HR-Role mapping updates.


Process Flow Diagram

N/A

Process steps are-

Step

Description

Comment

1Create a HR Position Create a HR Position and assign organizational units and necessary information.
2Assign Security RoleAssign Security Role e.g. ‘Person Responsible - Project’ OR ‘Person Responsible - WBS’ OR 'Project Financial Controller' to newly created Position
3Execute Batch Job manually

Based upon the Security Role assigned to the Position  Person Responsible No. or Applicant No. table will be appended as-

  1. If Security Role ‘Person Responsible - Project’ OR ‘Person Responsible - WBS’ is assigned then Person Responsible No. table will be updated with new record.
  2. If Security Role ‘Project Financial Controller’ is assigned then Applicant No. table will be updated with new record.
4Check Positions available in Project Definition and WBS elements

Open a project and select project definition/ WBS element-

If Security Role ‘Person Responsible - Project’ OR ‘Person Responsible - WBS’ is assigned to the Position then search the Position in the Person Responsible No. field.

If Security Role ‘Project Financial Controller’ is assigned to the Position then search the Position in the Applicant No. field.

5Check Positions available in the PPM Item

Open an PPM Item-

If Security Role ‘Person Responsible - Project’ OR ‘Person Responsible - WBS’ is assigned to the Position then search the Position in the Person Responsible field.

If Security Role ‘Project Financial Controller’ is assigned to the Position then search the Position in the Project Financial Controller field.

Assumptions

  • The system will have predefined and stable Security Role. Security Roles like ‘Person Responsible – Project’, ‘Person Responsible – WBS’, and ‘Project Financial Controller’ are expected to be consistently available. These role name can vary based on Syensqo's role nomenclature standards. 
  • Role-to-position relationships are maintained in standard HR Infotype. 
  • Given that HR position is Tier-1 master data, it will be replicated across all instances along with its associated infotypes.

Dependencies

  • HR master data must be up to date i.e. applicable Security Roles must be assigned to project management specific Position.
  • Table structures for Person Responsible No. and Applicant No. must allow maintenance via Batch Job without creating Transport Request.

Security, Integrity and Controls

  • Authorization Checks: Batch job runs under a technical user with restricted write access to Person Responsible No. and Applicant No. tables.
  • Data Validation: Security Role and position IDs are validated before update.

Configuration Requirements

N/A

Language Requirements

N/A

Special Requirements

N/A


Design Rationale

Functional Requirements

The proposed batch job must fulfill functional requirement to ensure accurate, Security Role-based HR Positions are available for the project governance. First, the system must extract HR positions from standard infotypes by evaluating their relationship to predefined Security Roles i.e. "Person Responsible- Project", "Person Responsible- WBS" and Project Financial Controller. 

Once extracted, the batch logic must filter positions based on their role mapping: positions linked to  "Person Responsible- Project", "Person Responsible- WBS" roles must be inserted or updated in the Person Responsible table, while those linked to the Project Financial Controller role must populate the Applicant table.

Additionally, the batch job must log all successful and failed updates, capturing metadata such as timestamp, record ID, and error type to support audit traceability. 

Proposed Technology to Use

N/A

Data Source Considerations

N/A

TableField NameComments/Calculation/Field Manipulation









Data Validation Considerations

N/A

TableField NameComments/Calculation/Field Manipulation












Custom Tables

N/A

Master Data

N/A

FieldDescriptionData Type/LengthValidation rule/ Value Help








Configuration Table

N/A

FieldDescriptionData Type/LengthValidation rule/ Value Help








Selection Screen Enhancement

N/A

Field NameDescription

Select:

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












Processing Logic

This enhancement is initiated through a daily batch job to ensure that Security Role based positions are consistently maintained within the OPS6 and OPS7 transactions, sequence is-

  1. Identify Person Responsible Positions

           Pick all active Positions based on Security Roles i.e. HRP1001-SOBID = Security Role Code of "Person Responsible- Project" or Security Role Code of "Person Responsible- WBS" where

    1. Object Type = S (Position)
    2. Relationship type/relationship = B and Relationship object= 007
    3. Position with future end date are Active Positions, Positions with past End Dates are Inactive Positions.
    4. Infotype = 1001, Subtype B007, Type of related object = AG i.e. Role
    5. Retrieve the latest position description from HRP1001 using the end date logic.
    6. If a Position is found having both the roles then continue with single record with role "Person Responsible- Project".

        2. Identify Applicant Positions

          Pick all active Positions based on Security Roles i.e. HRP1001-SOBID = Security Role Code of "Project Financial Controller" where

    1. Object Type = S (Position)
    2. Relationship type/relationship = B and Relationship object= 007
    3. Positions with future end date are Active Positions, Positions with past End Dates are Inactive Positions.
    4. Infotype = 1001, Subtype B007, Type of related object = AG i.e. Role
    5. Retrieve the latest position description from HRP1001 using the end date logic.

       3. Select action-

  • Create
    • Person Responsible table

                      For Security Roles i.e. HRP1001-SOBID = "Person Responsible- Project" or "Person Responsible- WBS", Compare TCJ04 table entry with Step-1 data.

                      If new Positions are found in Step-1 data, then insert them as new Records in TCJ04 i.e. Position in VERNR and Position text in VERNA.

    • Applicant table

                     For Security Roles i.e. HRP1001-SOBID = "Project Financial Controller", Compare TCJ04 table entry with Step-2 data.

                     If new Positions are found in Step-1 data, then insert them as new Records in TCJ05 i.e. Position in ASTNR and Position text in ASTNA.

  • Change-
    • Person Responsible table

                      For Security Roles i.e. HRP1001-SOBID = "Person Responsible- Project" or "Person Responsible- WBS", Compare TCJ04 table entry with Step-1 data.

                      If same Positions are found in both the tables, then update each Position text i.e. TCJ04-VERNA.

    • Applicant table

                     For Security Roles i.e. HRP1001-SOBID = "Project Financial Controller", Compare TCJ04 table entry with Step-2 data.

                     If same Positions are found in both the tables, then update each Position text i.e. TCJ05-ASTNA.

  • Delete- Inactive Position

                    Inactive Positions found in step-1 & 2 should be deleted from TCJ04 & TCJ05 tables if exist.

                 Note: SAP has provided Blocked option in both TCJ04 & TCJ05 tables, how to use it? SAP incident raised.

Volumetrics

N/A


Performance Considerations

N/A



Error Handling

Monitoring and tracking of batch job (success or failure) and the ability to retrigger the batch job if needed.

Failed Batch jobs must be identifiable with exact reason of failure.

  1. If one Position has multiple roles i.e. "Person Responsible- Project" and/or "Person Responsible- WBS" and "Project Financial Controller", show error that "Position "00000" with multiple Security Roles "Role 1" and "Role 2" and "Role 3""


Testing

How to Test

Some HR Positions are required which are assigned to respective Security Role/s. 

Test Conditions and Expected Results

IDConditionExpected Result
1

Valid new Position with Security Role "Person Responsible- Project" or "Person Responsible- WBS"

Entry in Person Responsible table will be maintained after executing batch job manually

2

Valid new Position for "Project Financial Controller"

Entry in Applicant table will be maintained after executing batch job manually

3

Invalid Security Role in new Position i.e. defined roles of Person Responsible and Applicant are not assigned 

No update in OPS6 or OPS7 after executing batch job manually

4

Change existing Position Description which is already maintained in either OPS6 or OPS7

Position text will be updated after executing batch job manually

5

Position with mixed roles i.e. "Person Responsible- Project" and "Project Financial Controller"

Error log will be generated via batch job

7

Position is inactive

Position will be deleted from OPS6 or OPS7 after batch job execution.


Test Considerations/Dependencies

  • Security roles should be established by the Security team and must conform to Syensqo's standardized role naming conventions.
  • The H2R team to allocate 10 positions to support the execution of the various tests outlined above.


Other Information

N/A

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. 15) Dec 19, 2025 06:24 TORRES-ext, Benedict Security changes
v. 54 Dec 17, 2025 08:59 BIDALIA-ext, Kuldeep
v. 53 Dec 15, 2025 07:36 TORRES-ext, Benedict Additional assumption
v. 52 Dec 10, 2025 08:52 TORRES-ext, Benedict
v. 51 Dec 08, 2025 12:55 UPADHYAY-ext, Anjali
v. 50 Dec 08, 2025 12:43 UPADHYAY-ext, Anjali
v. 49 Dec 08, 2025 12:35 BIDALIA-ext, Kuldeep
v. 48 Dec 08, 2025 11:57 BIDALIA-ext, Kuldeep
v. 47 Dec 08, 2025 08:48 BIDALIA-ext, Kuldeep
v. 46 Dec 05, 2025 18:21 BIDALIA-ext, Kuldeep

Go to Page History

  • No labels