2009 Jun 15 3:43 PM
Hi all
is there a way for a report to understand if it's running in background or in foreground?
I try to see the SY variables, but I cannot see nothing that seems to be for my case ...
thanks
gabriele
2009 Jun 15 3:44 PM
when sy-batch is set is running in background
2009 Jun 15 3:44 PM
2009 Jun 15 3:45 PM
You can check the report running in background using transaction code SM37.
2009 Jun 15 3:47 PM
Hi...
all the SY-* variables are maintained in SYST table
if Sy-batch = 'X'.
"report or job running in back ground
Else.
"running in foreground.
Endif.
Prabhudas
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |