cancel
Showing results for 
Search instead for 
Did you mean: 

abap debugging

Former Member
0 Kudos

Dear All

Could anyone guide me about abap debugging for sd and user exits and their role.

Regards

KAPIL MORE

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

It depends on what you exactly want to do.

There are ways by which you can go into the program and debug.

a. You can go to the program, put a '/h' in the ok code. Then execute the program. In the Menu >> Environment >> Break point, put the break point on say for example on Messages. Then press F8. You can reach the message where the program errors out. You can also set the watch points for the values.

b. You know a program. You know why the program may be erroring out. Say for example, you are not getting the company code on the invoice print. Then, go to the invoice print program. Search for field BURKS. Put a break point there and then try to print the invoice. The program will stop where you have put a break point. You can check from there why it is not working.

There are many other ways and means but it only comes by repeatedly doing it...

You can find the user exit for SD in SPRO >> Sales and Distribution >> System Modification >> User Exit in SD... There is a lot of documentation in these nodes which you will have to read..

MV45AFZZ is the widely used userexit in Sales order...

I would say an ABAPer can be your best teacher...

Hope this helps...

Regards,

Mukund S