Showing posts with label BAdI. Show all posts
Showing posts with label BAdI. Show all posts

Friday, May 1, 2015

TIP: How to modify the text in an Alert

SAP provides the ability to create alerts (emails) through the Alert Framework. Other modules, like SAP Event Management, integrate with the Alert Framework in order to send notifications on exceptions uncovered in the process.

The text that is maintained in the Alert Category definition (tx: ALRTCATDEF) is either static or mapped in from the called system (e.g. SAP EM).

Thursday, April 30, 2015

TIP: SAP Event Management Event Handler Sorting BAdI options

Use an implementation of BAdI (SE18): /SAPTRX/BADI_EH_S
Methods:
  1. AFTER_GET_DATA : After getting EH data using the BAPI /SAPTRX/BAPI_EH_GET_DATA
  2. AFTER_GET_DATA_DISP : After getting EH data for display in the SAP EM Web Dynpro UI
  3. AFTER_GET_DATA_EH_LIST : After getting EH data using transaction /SAPTRX/EH_LIST

Tuesday, April 14, 2015

TIP: What can I do with BAdI /SAPTRX/BADI_EH_S?

Methods
Manipulate date before taking your actions:
  1. BEFORE_EH_POST    Before posting event handler data from application system
  2. BEFORE_EH_SAVE    Before saving event handler data
  3. BEFORE_EH_STATUS_CHECK    Before checking event handler status
  4. BEFORE_EH_SEARCH    Before EH searching
  5. CHECK_FOR_CHANGES    Check for significant EH changes; re-create EH if true