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

The diff function in debug mode, how to find it's code?

former_member189009
Active Participant
0 Likes
2,129

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:

1 ACCEPTED SOLUTION
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
2,059

Hello Zhang Zongjie.

     Function group: STPDA_TOOL_DIFF.

     You can get the source code of any tcode by the following way:

    

Regards.

8 REPLIES 8
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
2,060

Hello Zhang Zongjie.

     Function group: STPDA_TOOL_DIFF.

     You can get the source code of any tcode by the following way:

    

Regards.

Read only

0 Likes
2,059

Thank you so much!

one more question , if I want to know the executing processes, how do I debug this function ?

Read only

0 Likes
2,059

What exactly do you mean by executing processes?

Read only

0 Likes
2,059

   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.

Read only

0 Likes
2,059

You have to set BREAK-POINTS and find out.

Read only

0 Likes
2,059

Yeah, as I mention in my first question, I couldn't debug this function in the debug mode.

Read only

0 Likes
2,059

You have to open the program and set break-points like shown below and find out.

Read only

0 Likes
2,059

Thanks, I try but it didn't work, my function group is: SAPLSTPDA_TOOL_DIFF