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

endless loop

Former Member
0 Likes
1,880

hi guys,

i'm a bw consultant however the problem occurs

in abap, the customer exit coding i wrote an endless loop

to debug its a background work process after i exited

the loop and the function module i'm unable to stop

the work process or program from running in sm50 or

sm37.

Thanks,

your help will be greatly appreciated

5 REPLIES 5
Read only

Former Member
0 Likes
984

Hi..

Goto Tcode SM04.

And terminate the particular user for which the Function Module is running.

Hope it will helps.

if it helps reward points..

Regards

Bala..

Read only

suresh_datti
Active Contributor
0 Likes
984

Your BASIS person should be able to 'kill' your session.

~Suresh

Read only

Former Member
0 Likes
984

if u are not able to kill from transaction SM04.

Set the debugging on, when selecting the program in SM04, go to the code, make sy-subrc value to 0 when it becomes 4 while debugging when checking for the kill of the program.

Read only

Former Member
0 Likes
984

hi,

1. Kill the session through SM04

or

2.Ask ur Basis person to kill that process

or.

3. open TCode: <b>/O</b> (only this) -> u will get one pop-up -> select the process -> click end session.

Rameh.

Read only

0 Likes
984

not workin ramesh

it is endin only the current session