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: 

ABAP Program : Execution problem

Former Member
0 Kudos
1,496

Hi Guys!

I have a problem during the execution of a program.

I’ve 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.

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos
1,128

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

3 REPLIES 3

gopi_narendra
Active Contributor
0 Kudos
1,129

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

former_member1345686
Active Participant
0 Kudos
1,128

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.

0 Kudos
953

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.