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 a Script

Former Member
0 Likes
668

Hi ABAP gurus,

I m a Functional consultant.and our techical team is facing the foll problem

I have to debug a Script in development system. But I didn't find any option to fix a break point in Script.

Pls guide me so that I can advice my ABAPer

THNX

HKR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
644

Hi,

We can fix the break points when we are in debugging mode.

To enter into the debugging mode Use T.Code SE71.

Goto menu Utilities --> Activate Debugger.

Now goto your desired transaction to print the layout. Ex: Sales Order / PO etc.

Once you give the print the execution leads you to the Script in debugging mode.

Here you can select the line and double click on the left corner of that line to fix a break point.

You can also keep a break point in the driver program.

This is how we can keep the break points in the Script.

Hope this solves your problem.

Regards,

SB.

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
644

se71, then choose Utilities -> Activate Debugger

or u can put a braekpoint in the print program.

Read only

Former Member
0 Likes
643

Hi,

In se71 you can activate the debugger.

Go to Utilities-->Activate debugger.

Read only

Former Member
0 Likes
643

Hi,

Goto SE71.

Choose Utilities->Activate Debugger.

This will help you in debugging your Script.

Thanks and Regards,

Suresh

Read only

Former Member
0 Likes
645

Hi,

We can fix the break points when we are in debugging mode.

To enter into the debugging mode Use T.Code SE71.

Goto menu Utilities --> Activate Debugger.

Now goto your desired transaction to print the layout. Ex: Sales Order / PO etc.

Once you give the print the execution leads you to the Script in debugging mode.

Here you can select the line and double click on the left corner of that line to fix a break point.

You can also keep a break point in the driver program.

This is how we can keep the break points in the Script.

Hope this solves your problem.

Regards,

SB.

Read only

prince_isaac
Active Participant
0 Likes
643

hie

Go to transaction code SE71.

Enter the name of your SapScript form and choose Utilities-Activate Debugger.

Start transaction that calls your script, you will then be able to carry out processing the script in debugger mode.

regards

Isaac Prince