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

script

Former Member
0 Likes
756

hi all

how to degug the script.

i know the driver program and form name.

tcode is vf03 .

i want to check some values.

when i keep a break point in the driver program ang goto vf03 and choose print preview in debugging mode its not going to the program.

am i doing wrong?

please help me

thanks

sai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
724

Hi Sriram,

For debugging sapscript you have to activate debugging in transaction SE71. the path is asa follows:

SE71->utilities->activate debugger.

with regards,

nelson

6 REPLIES 6
Read only

Former Member
0 Likes
725

Hi Sriram,

For debugging sapscript you have to activate debugging in transaction SE71. the path is asa follows:

SE71->utilities->activate debugger.

with regards,

nelson

Read only

Former Member
0 Likes
724

are u sure u didn't put break point inside any loop.

and after make braek point rfresh the transction vf03

or for debugging sapscript jus go through se71 and activate debugger...

Read only

Former Member
0 Likes
724

Hi,

Try this.

SE71->utilities->activate debugger

rgds

Latheesh

Read only

Former Member
0 Likes
724

Hi Sai,

You write the statement break-point before calling the fm open_form in the driver program.

It is working for me.

so it should work for you also.

Regards,

Kunal.

Read only

Former Member
0 Likes
724

Hello Sai,

As u know the form name, goto SE71, enter the for name and Utilities->Activate debugger. This will help u the debug script.

Read only

Former Member
0 Likes
724

Hi Sai ram,

In the debuggin mode select the option UPDATE debugging in under the settings section and click on the save button to enable UPDATE debugging.

This way the debugger should be started.

Cheers

VJ