cancel
Showing results for 
Search instead for 
Did you mean: 

BW/4HANA How can I debug the DTP

shanthi_bhaskar
Active Contributor
0 Kudos

Hi Experts,

Did anybody had a chance to explore or able to debug the code which was placed in the start routine/end routine which is part of the transformation by running the DTP in simulation mode in SAPBW4HANA.

Thanks

Shanthi

shasan
Participant
0 Kudos

Hey All,

Were you able to find a way out to debug a normal routine, based on setting breakpoints in generated program.

I am able to put a hard breakpoint in the code and catch it during simulation, but am not able to do the same while putting a break point in generated program. The generated program opening in ABAP perspective and I am not able to find any way to set breakpoint and debug it.

Do let me know if there were any updates on this thread.

Accepted Solutions (0)

Answers (2)

Answers (2)

FCI
Active Contributor
0 Kudos

SQL routines should generate SQL procedures that can be debugged as any other SQL procedure (if you have the right to...) with the Hana Studio and its debug perspective.

Regards,

Frederic

former_member224107
Participant
0 Kudos

Yes,

but normally you should also be able to debug the AMDP with the AMDP debugger. However, when I launch

the DTP in simulation mode , it gives an error. In background I cannot debug when launching the DTP.

former_member224107
Participant
0 Kudos

same issue here, how to debug the SQL routines ?