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

Tracing

Former Member
0 Likes
338

Hi,

is there a way to have a look to the sequence of activities the user performs in SAP

so that is possible to understand what can cause an error ?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
311

Have you considered using Trace / ST05 and having user step through the set of actions they're using? If you have particular error message, find that error message and class and do where used....might give you an idea also, if the msg no. is not dynamically assigned at runtime.

1 REPLY 1
Read only

Former Member
0 Likes
312

Have you considered using Trace / ST05 and having user step through the set of actions they're using? If you have particular error message, find that error message and class and do where used....might give you an idea also, if the msg no. is not dynamically assigned at runtime.