‎2009 Feb 24 1:57 PM
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
‎2009 Feb 24 2:06 PM
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.
‎2009 Feb 24 1:58 PM
se71, then choose Utilities -> Activate Debugger
or u can put a braekpoint in the print program.
‎2009 Feb 24 2:01 PM
Hi,
In se71 you can activate the debugger.
Go to Utilities-->Activate debugger.
‎2009 Feb 24 2:02 PM
Hi,
Goto SE71.
Choose Utilities->Activate Debugger.
This will help you in debugging your Script.
Thanks and Regards,
Suresh
‎2009 Feb 24 2:06 PM
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.
‎2009 Feb 24 2:15 PM
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