cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug the logic for transformation routine

Former Member
0 Kudos

Dear All,

I am working on HR reports and there are key fields whiich are filled with routine.

I would like to debug it and understand the logic behind the routine.

I have put a breakpoint in the routine and then from rsmo tcode i go into debugging mode but nothing happens.

How can i achieve the same.

Thanks & Regards,

Anup

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anup,

GO to transformation and then go to extras in that display generated program.

In that, we have entire transformation in coded form. So you can find your start or field or end routines every thing in it.

So tranverse the program once clicked on display generated program and then put the breakpoint whereever you need in the code.

Then execute the DTP, and then it will take you to the debugger.

Regards

vamsi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Execute the DTP in Debugging mode. In last tab of DTP, besides Exectute tab.

Former Member
0 Kudos

Did you create external breakpoint in the routine?

Session breakpoint will not work out, try creating external breakpoint in the routine and then start debugging.

--- Thanks...