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

error thrown in update task

sudha_naik
Product and Topic Expert
Product and Topic Expert
0 Likes
636

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

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
594

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

3 REPLIES 3
Read only

Former Member
0 Likes
594

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

Read only

sudha_naik
Product and Topic Expert
Product and Topic Expert
0 Likes
594

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.

Read only

former_member404244
Active Contributor
0 Likes
595

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