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