2016 Aug 03 1:58 PM
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.
2016 Aug 05 7:53 AM
Hi Vinitha,
I don't think the Payment medium job triggers event 1980.
Event 1980 is triggered once the payment document is generated in FPY1 run.
Also, there are certain pre-requisites for event 1980 to be triggered.
I would suggest you to go through the include program,LFKB0FL0 which triggers the event 1980.
Hope it helps
Thanks,
Amlan
2016 Aug 05 7:53 AM
Hi Vinitha,
I don't think the Payment medium job triggers event 1980.
Event 1980 is triggered once the payment document is generated in FPY1 run.
Also, there are certain pre-requisites for event 1980 to be triggered.
I would suggest you to go through the include program,LFKB0FL0 which triggers the event 1980.
Hope it helps
Thanks,
Amlan
2016 Aug 05 3:37 PM
Hi Amlan,
Thanks a lot.
I debugged FPY1 using DBUG by putting a break point in include program LFKB0FL0 where the event FM is called and it did stop there