cancel
Showing results for 
Search instead for 
Did you mean: 

script debug

Former Member
0 Kudos

Hi All,

theres one script i need to debug.By activating the debugger in script and executing the driver program i am unable to see anything.In start form theres no where mentioned the form name and there is a output type for both program and layout.Tell how to debug this script.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

.

Former Member
0 Kudos

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.