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

Debuggin External subroutine in sapscript

Former Member
0 Likes
477

Hi Gurus,

I need to debug external soubroutine written in sapscript.i am not getting how to proceed for this.please help me.

Regards

Sam

Moderator message: sapscript debugging = FAQ, please search before posting.

Edited by: Thomas Zloch on Oct 27, 2010 1:25 PM

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hi,

I think this may help

Place a break point in your subroutine, now activate the sap script debugger.

Press F5 and continue debugging in sap script once it reaches the statement where the routine is called it will take you to the code.

regards

Read only

0 Likes
407

Hi

I already tried this but it is not working.

Regards

Sam