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

Debugging of Perform Statement in SAP Script

Former Member
0 Likes
1,704

Hi,

i want to debug the "perform" statement in sap Script. so that i can go directly to "abap code" of that perform statement from SAP Script.

is there any way for doing this. please help me....

1 ACCEPTED SOLUTION
Read only

mahaboob_pathan
Contributor
0 Likes
913

Hi,

there are 2 ways to bebug a sap script.

one by using standard program

goto se38 and ececute RSTXBUG and give ur script name debug the perform.

other one is

put a soft breat point in u r perform code(in program)

like

BREAK SAP-USER.

then when u execute u will directly goto debug mode.

4 REPLIES 4
Read only

former_member386202
Active Contributor
0 Likes
913

Hi,

Try to debugg using standard program RSTXDBUG.

Regards,

Prashant

Read only

Former Member
0 Likes
913

Hi kranthi,

Set a break point in form code(in print program)....

when you are genarating form output, control autmatically stops at break point ..

by the way ,,, which Form you want to debug??

Read only

Former Member
0 Likes
913

go to the include where the perform routine is written.. there you can put breatpoint for debugging...

Read only

mahaboob_pathan
Contributor
0 Likes
914

Hi,

there are 2 ways to bebug a sap script.

one by using standard program

goto se38 and ececute RSTXBUG and give ur script name debug the perform.

other one is

put a soft breat point in u r perform code(in program)

like

BREAK SAP-USER.

then when u execute u will directly goto debug mode.