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

Debugging Simple transformation program

Former Member
0 Likes
711

can i know how to debugg a simple transformation program

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

or what you should have done in the first place:

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=howtodebugaprogram&cat=sdn_all

5 REPLIES 5
Read only

Former Member
0 Likes
673

yes you can

Read only

Former Member
0 Likes
673

Number of ways

When in SE80, and executing by a Tran Code, one of the options is to run in Debug mode.

Another is to set a break point in the program and then run it. It will stop at the break point IF it gets there

Yet another is once a program is running and is stopped at a screen, use /H in the transaction field in the Top Left area of

every screen (unless you have it shut off).

Read only

Former Member
0 Likes
673

/h

Read only

Former Member
0 Likes
674

or what you should have done in the first place:

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=howtodebugaprogram&cat=sdn_all

Read only

Former Member
0 Likes
673

hi,

i use call transformation statement to call the simple transformation program from my main program.

when i debugg the main program, the call transformation is executed but the pointer does not go to simple transformation program. It just executes the call transformation statement and hence the simple transformation program and points to next line in main program.