I'm creating and updating my PM notifications via BAPI_ALM_NOTIF_CREATE
and BAPI_ALM_NOTIF_DATA_MODIFY
respectively.
BAPI_ALM_NOTIF_CREATE
triggers user-exit EXIT_SAPLIQS0_017 (QQMA0025), but BAPI_ALM_NOTIF_DATA_MODIFY
does not trigger user-exit EXIT_SAPMIWO0_020 (QQMA0014).
I was wondering if there is another BAPI or FM that triggers the user-exit for saving the notification and triggering the user-exit.
If not, what are my other options? Would an explicit enhancement be the next best thing?
This is what Enhancement Spot ES_SAPLIWOPM
looks like. Does this mean only BAPI_ALM_NOTIF_DATA_DELETE
is supported?