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

ABAP Program : Execution problem

Former Member
0 Likes
2,325

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
Read only

gopi_narendra
Active Contributor
0 Likes
1,957

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
Read only

gopi_narendra
Active Contributor
0 Likes
1,958

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

Read only

Former Member
0 Likes
1,957

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.

Read only

0 Likes
1,782

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.