Application Development and Automation 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: 
Read only

How to debug an ABAP Program inside a process chain

Former Member
0 Likes
1,231

Hi,

Please could you tell me how we can debug an ABAP Program inside a process chain.

I put a break-point in the ABAP Program which is being called by the process chain.

When i execute the process chain, the execution is not being stopped at the break-point inside the program.

Please could someone help me out with this.

Regards,

Sushanth H.S.

2 REPLIES 2
Read only

Former Member
0 Likes
712

Hi Sushanth

You need to do update debugging in such cases and do the debugging step by step.

First set the normal debugging mode by /h and once you are in debugging mode change go menu and set up the mode as update debugging.

Hope it works.

Regards

Neha

Read only

Former Member
0 Likes
712

Hi

It all depends on the parent program from which the control comes to that place.

Identify the flow of programs and then set the break-point accordingly.

Regards

Raj