cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Process

Former Member
0 Kudos

Hi

Can any one explain me in detail of debbuing? where and how can we do this? explain me with an example in sales process??

Regards

Vkrishna81

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

For starting debugging, there are two methods

1) direct while program execution

2) break point at program and then execute.

1) Example: Create a sales order and complete that. Before click on SAVE button goto command and type "/h" and press enter. Then press save button. Dubugging will start automatically and will show you all the activities happen while saving sales order.

2) Example: If you know the program name you want to debug, goto SE38 and display that program, select a line from where you want to debug the program and set breakpoint there. and then execute that program.

try and revert

Former Member
0 Kudos

Actually what is the purpose of debugging? why we want to debug for ex in sales order.

Former Member
0 Kudos

Hi

Actually if want to check the flow of data and functions of any program, we can use debugging. Or if you want to check the bug in program, if configuration is alright, then we can check how and from where data is flowing and is that correct flow?

Answers (0)