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

problem with script

Former Member
0 Likes
480

hi

-is there any way to debug the sap script and how?

-what's the way to modify the existing script and the code attached with it.

gaurav

4 REPLIES 4
Read only

Former Member
0 Likes
448

Hi,

goto SE71 <b>UTILITIES->ACTIVATE DEBUGGER</b> for debuging the scripts

Check this out ..

Reward if it helps

Regards,

Santosh

Message was edited by: Santosh Kumar P

Read only

anversha_s
Active Contributor
0 Likes
448

hi,

do this.

Go to SE71

UTILITIES->ACTIVATE DEBUGGER

for debuging the scripts

rgds

anver

if hlped pls mark points

Read only

Former Member
0 Likes
448

Hello,

Follow the following steps.

1.Goto SE71

2.Enter the Form Name

3.In the same screen in the menu bar we have

Utilities go for it and then in that we

Activate debugger

Click Activate debugger

4.Now u can start debugging,go and execute ur ouput.

Hope this helps, let me know if I am not clear.

regards

Read only

suresh_datti
Active Contributor
0 Likes
448

>>-is there any way to debug the sap script and how?

Activate the abap debug from the forma layout from menu system -- > utilities --> debug abap ,

then go into the print program and execute the print program and the script opens in the debug mode.

-what's the way to modify the existing script and the code attached with it.

SE71--> enter the form name & change

~Suresh