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

Please help me with the debug problem

Former Member
0 Likes
456

Hi all,

I meet an error when I am trying to modify a ABAP program got from my previous coworker. From the dump, I can know which program (say programERROR) the error occurs in, but I don't know which program calls this programERROR. Since there are so many programs call other ones, I cannot manually look up the codes and find the caller.

Does anyone have some ideas about how to find the calling order, like programStart calls programA, and then programA calls programERROR?

Thank you very much,

Bing

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
432

May be try to use program RS_ABAP_SOURCE_SCAN to scan

a®

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
433

May be try to use program RS_ABAP_SOURCE_SCAN to scan

a®

Read only

0 Likes
432

Thank you so much, a®s!!