2007 Sep 13 3:29 AM
Hi Guys!
I have a problem during the execution of a program.
Ive created a new program that merges two programs into one program named ZWORXX0020XX with t-code ZWOXX30XX.I've run the program via SE38 (ABAP Editor) and everything's fine then when i run via t-code(that i've created -ZWOXX30XX) program goes to selection screen, but when i execute the program, it goes back to SAP Easy Access Screen.Why is this happen? I really stuck rite now..please advise..
Thanks.
2007 Sep 13 3:34 AM
Make sure the transaction type which you gave for the tcode is a report transaction (program and selection screen).
Your problem occurs if you have chosen the wrong one.
For this go into SE93 --> ZWOXX30XX --> Change Mode
and under Edit --> Change Transaction Type to Report Transaction
This solves ur problem
Regards
Gopi
2007 Sep 13 3:34 AM
Make sure the transaction type which you gave for the tcode is a report transaction (program and selection screen).
Your problem occurs if you have chosen the wrong one.
For this go into SE93 --> ZWOXX30XX --> Change Mode
and under Edit --> Change Transaction Type to Report Transaction
This solves ur problem
Regards
Gopi
2007 Sep 13 3:39 AM
From SE38, open your program,
then right after the code line :
START-OF-Selection .
add the code below :
BREAK-POINT.
activate the program then execute the tcode.
if your program don't stop at this breakpoint,
then most likely the problem is in your tcode setting,
check and edit if needed in SE93.
2024 May 31 3:16 AM
Hi,
I encountered this problem right now, t-code transaction type is already set to program & selection screen (report transaction) and yet execution is dismissed and returned to SAP easy access screen. Looking forward for experts help. thanks.