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

Failed to execute ABAP program via transaction code, it return to main page

0 Likes
876

Dear All.

I am new in ABAP Program.

I have a problem when calling ABAP ALV report program via TCode then execute. The program redirect return to SAP main page.

But when I try Direct Processing (F8) the program in SE38/SE80, the program working fine.

Please tell me what should I do.

Thank You.

EDIT (Solved):

I delete and recrete transaction using the same name by following the advice.

Thank You Very Much. 🙂

Dear All.

I am new in ABAP Program.

I have a problem when calling ABAP ALV report program via TCode then execute. The program redirect return to SAP main page.

But when I try Direct Processing (F8) the program in SE38/SE80, the program working fine.

Please tell me what should I do.

Thank You.

EDIT (Solved):

I delete and recrete transaction using the same name by following the advice.

Thank You Very Much. 🙂

3 REPLIES 3
Read only

former_member9115
Participant
0 Likes
800

Hello,

Check Program name and GUI support tick marks are assigned correctly in SE93.

As well object type means which kind of transaction it is.(which we select after giving short text)

ex. dialogue transaction, report transaction etc.

Read only

FredericGirod
Active Contributor
800

check the type of calling you have used when you have created the transaction

Read only

Sandra_Rossi
Active Contributor
0 Likes
800

Please tell us the details how you created the transaction code...