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

debug the user exit

Former Member
0 Likes
435

I have on user exit that is called while biling for accruel billing. How to put the break point and debug the exit .

I tried in RSNASTED and RSNAST00 program. Can you please tell me exact procedure?

2 REPLIES 2
Read only

Former Member
0 Likes
395

Hi,

Try to put break point and also switch on the system debugging and update debugging. Sometimes break point doesn't work if the calling of the user exit is not direct one....

Regards,

Srinivas.

Read only

0 Likes
395

I had tried only this way .....but since its dyanmic call so can't able to debug . So please provide me more precise method.