Hi,
In my project we are using the event 1980 for checking some parameters before populating in FPAWM.
I created data and run FPY1. After that scheduled the payment medium run which will in turn call event 1980 and also update the table DFKKAWM.
The payment medium run will schedule another program inside in background.
I want to debug the code of 1980 which I am not able to do.
I put an external break point in the code and went inside the background job from payment medium run in FPY1.
Also tried to debug from SM37 using JDBG on this.
Even I tried to call the FM 'FKK_FUNC_MODULE_DETERMINE' which will call all the events in a run but no luck. This didn't show up the event 1980 only.
Please suggest.