Application Development 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: 

not able to terminate an executable program..

Former Member
0 Kudos

Hi,

I am trying my hand on a sample report program to list the purchase requisitons. I got this sample code from http://www.erpgenie.com/abap/ireports.htm.

When I run this program, no data is selected, naturally as I dont have the matching plant. I will do the neccessary changes. But once I execute this program then I am not able to exit the execution mode and return. I tried choosing the Stop Transaction menu option from the left top corner menu, it did not work. Finally I had to logout !!

I need to know how generally we terminate the executing program and return to the home screen.

thanks

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Usually, I go to another session and do SM04, select my name from the list and kill that other session from there.

Regards,

Rich Heilman

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Usually, I go to another session and do SM04, select my name from the list and kill that other session from there.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi

Execute /O in another session. This will popup a window with all current sessions. You can select the sessions you want to terminate and press END SESSION.

Alternatively, right-click on the SAPlogon icon in the windows taskbar and click on close sessions.

Just check the sessions to terminate and click CLOSE.

Regards

Navneet

Message was edited by:

Navneet Saraogi

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can go to transaction SM50 and select the corresponding work process for the running report. Then go to menu: Process -> Cancel without core.

Regards,

Ferry Lianto

0 Kudos

Thanks for the different ways..I tried another way, Just created a new session and closed the previous session's window by clicking the X button at top right !!