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

about program behind transaction

Former Member
0 Likes
344

hi

i am trying to debug a standard transaction (fnv1) . i am doind it by getting the name of program . when i execute the program it takes me to another transaction with the same screen (fn15) . however the values which work in fnv1 do not work in fn15. so i am not able to go further and debug the code. is there any way to go ahead

1 REPLY 1
Read only

Maciej_DomagaBa
Contributor
0 Likes
314

What do you mean by "i am doind it by getting the name of program" ?

Do you mean that you have checked the name of the program in the definition of the transaction and then you start the program from SE38 ?

You should run the trasaction you want to debug in a normal way - by typing t-code. Then, when the first screen of you transaction is displayed, type "/h" in the GUI field in which you enter transaction codes and the press Enter - you get to the debugger with your transaction code.

Besides, you can always try to change field SY-TCODE from within the debugger: just type this name into one of the fields meant for watching variables, type a value for it and press button with pencil icon.

regards