‎2007 Mar 23 9:36 AM
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
‎2007 Mar 23 9:43 AM
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..
‎2007 Mar 23 9:44 AM
Your BASIS person should be able to 'kill' your session.
~Suresh
‎2007 Mar 23 10:10 AM
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.
‎2007 Mar 23 10:16 AM
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.
‎2007 Mar 23 11:23 AM