Application Development 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: 

how to debug sales order?

Former Member
0 Kudos

Hi,

I am creating sales order but in the middle only errors occurs how to overcome this? Is there any method for debugging sales order?

3 REPLIES 3

former_member212653
Active Contributor
0 Kudos

Press "/h" in the command field and start debugging.

former_member598013
Active Contributor
0 Kudos

Hi Pravin,

You can debug the Program (Sales Order ) by putting /H in the Command Line.

Former Member
0 Kudos

Hi

When the message appears, double click on the message.

and note down the message No.

In VA01/ VA02 do /H, debugging will start.

Create a watch point with

SY-MSGNO = the number you got by double clicking on the message

and execute (F8) the debugging.

You will have a break point near the message

Regards

MD