cancel
Showing results for 
Search instead for 
Did you mean: 

Script debugging

Former Member
0 Kudos

Hi All,

We are using script for printing the checks.

For printing the output the program is generating the spool no. and by using the spool no we can see the o/p. I want to debugg the script so how can i debugg it as it generates the Spool.

Plz its urgent.

Regards,

Amit.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amit,

If you want to debug program keep break point before OPEN_FORM in the program.

If you also want to debug Script then activate the debugger by going through SE71 and follow as below

utilities menu -> activate debugger.

If you want to know about the spool number creation it gets created in the ITCPP structure of CLOSE_FORM.

the field is ITCPP-TDSPOOLID.

Thanks,

Anil

Answers (2)

Answers (2)

Former Member
0 Kudos

U can activate debugger in SE71 as

utilities menu -> activate debugger

Reward if useful

mahaboob_pathan
Contributor
0 Kudos

hi,

there are 2 ways to debugg scripts,

there is one standard report RSTXDBUG

execute this and give the driver program name

and it will goes to debug mode.

another is

u can user soft break point in u r code.

as

break-sapuser.

and execute the program

then it will directly goes to debug mode.

Edited by: Mahaboob Pathan on Feb 12, 2008 3:48 PM