2014 Sep 29 3:37 AM
Dear,
In debug mode, there is one good use function, diff, which is used to compare two internal table. Now I want to know how does this function go, I want to see it's code. I try to use the shortcut to debug, but it didn't work.
Does anyone know how to find this code about this function ? Thanks for your sincerely answer!
the shortcut debug:
2014 Sep 29 4:06 AM
Hello Zhang Zongjie.
Function group: STPDA_TOOL_DIFF.
You can get the source code of any tcode by the following way:
Regards.
2014 Sep 29 4:06 AM
Hello Zhang Zongjie.
Function group: STPDA_TOOL_DIFF.
You can get the source code of any tcode by the following way:
Regards.
2014 Sep 29 6:57 AM
Thank you so much!
one more question , if I want to know the executing processes, how do I debug this function ?
2014 Sep 29 7:29 AM
2014 Sep 29 7:44 AM
Dear K.Arun Prabhu,
When we click this button, it will show the difference between this two internal table. I want to know it's logic.
2014 Sep 29 8:04 AM
2014 Sep 29 8:36 AM
Yeah, as I mention in my first question, I couldn't debug this function in the debug mode.
2014 Sep 29 9:09 AM
You have to open the program and set break-points like shown below and find out.
2014 Sep 29 9:24 AM
Thanks, I try but it didn't work, my function group is: SAPLSTPDA_TOOL_DIFF