‎2009 Oct 28 1:16 PM
Hi all,
I have a process which sleeps for one second and then executes some Select.
I am trying to find out about the process running under the SAP GUI. I tried SM66.
It is shown openly.
But how do I access this list from within my program?
I think there MUST be some kind of list for the processes but I cannot find it.
I tried to trace SM66 with ST05 but still can´t find it.
All I need is a list of the current running processes. I only need to read if there is a process for my REPORT.
So a table with USER and REPORT would be great. Is there such a table in SAP?
Thanks for your help,
Regards,
H Prokoph
‎2009 Oct 28 1:34 PM
try function module TH_WPINFO.
However I feel this should be done using Locks.
Edited by: Pawan Kesari on Oct 28, 2009 7:04 PM
‎2009 Oct 28 1:32 PM
‎2009 Oct 28 1:34 PM
try function module TH_WPINFO.
However I feel this should be done using Locks.
Edited by: Pawan Kesari on Oct 28, 2009 7:04 PM
‎2009 Oct 28 1:44 PM
SOrry, I don´t know what Locks are.
However, Thomas, your solution works.
I will try using the Field wp_status to test if my process from USER
WP_BNAME is running.
Thank you for your rapid answer