SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Foreign trade declaration fqevent 1980

Former Member
0 Kudos
183

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.

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos
134

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

View solution in original post

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos
135

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

0 Kudos
134

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