Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameters of Function Module called in Update task

Former Member
0 Likes
497

Hello

I am facing an issue that a certain Function Module (=FMOD), called in Update task, is dumping.

This FMOD is directly called by system program RSM13000, so I cannot see why are the FMOD parameters set like they are.

Any clue?

Thanks

Marcelo

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
408

Hi Marcelo,

you must use the where-used list to see where the function module is called from. Add a breakpoint where this function module is called by CALL FUNCTION ... IN UPDATE TASK

If you don't find it, then ask the user who did the operation to reproduce it with you, but first start the debug by setting a "breakpoint at statement" (F9 function key from the debugger) "CALL FUNCTION IN UPDATE TASK" (enter it exactly as mentioned).

Best regards,

Sandra

Read only

Former Member
0 Likes
408

Hi Sandra

Great, the second suggestion did work!

The where-used brought no result but I could find the place putting a BP in the CALL in UPDATE TASK statement.

Thanks a lot!

Marcelo