Post Update Activities: 2025.6

Situation

You’re upgrading from an earlier version of PPM Process Package to a newer release. Manual steps for migration are necessary.

Solution

The following steps are necessary if you implemented your own BRF+ customizing app, or if PPM BAdI DPR_ACO has been implemented.

If you have created your own BRF+ application according to Creation of Customer BRF+ Application and have changed the creation process, perform the first part of the following migration steps.

If PPM BAdI DPR_ACO is implemented in your system, perform the migration steps mentioned at the very end.

Update Customer App

Execute the report /STX/SOL_PPP_CUSTOMER_BRF_APP for your customer BRF+ without Simulation Mode.

Changed Tables

Following BRF+ Decision Tables have been updated and need to be manually updated in case they are already in use in the customer app:

  • Creation Form Steps - CREATION_FORM_STEPS

    • Removed columns:

      • RESULT_ID
  • Creation Graphical Step Choice - CREATION_GRAPHICAL_STEP_CHOICE

    • Removed columns:

      • RESULT_ID
  • Creation Result Dataset - CREATION_RESULT_DATASETS

    • Removed columns:

      • FIELD_ID
      • VALUE
  • Creation Result Project Template - CREATION_RESULT_PROJECT_TEMPLA

    • Removed entire Decision Table, Ruleset and Function

Before removing obsolete data objects, please complete the data migration steps for creation tables specified in Post Update Activities: 2024.1.20.

After that follow the steps below to remove above described columns:
1. Open Table Settings
2. Select the column that should be removed
3. Click on Remove Column
4. Click on OK
5. Lastly, save and activate the decision table

Implement new BAdI Method

The BADi /STX/SOL_PPP_BA_AUTHORIZATION has a new method IS_NEW_SCHEME_USED.
This method must be implemented if the Standard BAdI method IF_EX_DPR_ACO~IS_NEW_SCHEME_USED of BAdI DPR_ACO is used.