‎2007 Sep 26 5:31 PM
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
‎2007 Sep 26 8:55 PM
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