‎2011 Mar 25 8:31 PM
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
‎2011 Mar 25 9:07 PM
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
‎2011 Mar 25 9:28 PM
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