‎2007 Jul 02 8:16 AM
Hello all,
An error is getting thrown in a function module in update task and it is displayed as an Express Document. I want to trace where this error is thrown. Is there any easy way to do that other than degugging from the start.
Please give suggestions.
Thanks in advance
Sudha
Message was edited by:
Sudha Naik
‎2007 Jul 02 8:30 AM
Hi,
Goto SM14 tcode ->press on ALL UPDATE REQUESTS BUTTON->Check ur USER ID->Double click on it,it will take to other screen->now in the appication tool bar u can find the abap editor symbol,click on it and see why u got the update termination error.
Regards,
Nagaraj
‎2007 Jul 02 8:22 AM
write a break point inside the function module in update task.
then run it. so u can easily identify that.
or if ur using the ECC version u can directly set external break point in tht function module
‎2007 Jul 02 8:28 AM
Hello Nikhil,
Thanks for the fast response.But I am not able to find out from which function module error is thrown. The application is huge and I need to find out this fast.
‎2007 Jul 02 8:30 AM
Hi,
Goto SM14 tcode ->press on ALL UPDATE REQUESTS BUTTON->Check ur USER ID->Double click on it,it will take to other screen->now in the appication tool bar u can find the abap editor symbol,click on it and see why u got the update termination error.
Regards,
Nagaraj