2007 Mar 09 4:42 PM
I have to write a wrapper program for transaction STAD . I have to pass the parameters user name 'x', date sy-datum and run time 23hrs 59 mins. How do i do that ?
2007 Mar 09 6:46 PM
Hi,
rstartti is starting time and rendti is ending time.
If you want to collect untill 23:59:00 then your statement is correct using rendti.
You have typo error on RREADTI.
SUBMIT RSSTAT20 WITH RUSER = 'EMERGENCY'
WITH RDAY = SY-DATUM
WITH RENDTI = '235900'
AND RETURN.
Hope this will help.
Regards,
Ferry Lianto
I have to write a wrapper program for transaction STAD . I have to pass the parameters user name 'x', date sy-datum and run time 23hrs 59 mins. How do i do that ?
2007 Mar 09 4:52 PM
Please use
SUBMIT and call program RSSTAT26 with input variables, and execurel the wrapper program
aRs
2007 Mar 09 4:55 PM
SUBMIT {rep|(name)} [selscreen_options]
[ list_options ]
[ job_options]
[AND RETURN].
pass the relavant parameters and call the program.
2007 Mar 09 5:12 PM
Hi,
Please try this.
SUBMIT RSSTAT26 WITH RUSER = SY-UNAME
WITH RDAY = SY-DATUM
WITH RSTARTTI = '235900'
AND RETURN.
Regards,
Ferry Lianto
2007 Mar 09 6:19 PM
Ferry,
the statement is working fine but how to come out of that transaction does it not return to the program with 'BACK' button its coming with 'CANCEL' button
2007 Mar 09 6:27 PM
Hi,
Please try to call program RSSTAT20 instead.
RSSTAT26 is dialog program report.
SUBMIT RSSTAT20 WITH RUSER = SY-UNAME
WITH RDAY = SY-DATUM
WITH RSTARTTI = '235900'
AND RETURN.
Regards,
Ferry Lianto
2007 Mar 09 6:40 PM
its actually duration of run . Is it the field rreadti? I changed it like this . Is the statement correct?
SUBMIT RSSTAT20 WITH RUSER = 'EMERGENCY'
WITH RDAY = SY-DATUM
WITH RREADTI = '235900'
AND RETURN.
2007 Mar 09 6:46 PM
Hi,
rstartti is starting time and rendti is ending time.
If you want to collect untill 23:59:00 then your statement is correct using rendti.
You have typo error on RREADTI.
SUBMIT RSSTAT20 WITH RUSER = 'EMERGENCY'
WITH RDAY = SY-DATUM
WITH RENDTI = '235900'
AND RETURN.
Hope this will help.
Regards,
Ferry Lianto
2007 Mar 09 7:29 PM
2007 Mar 09 7:32 PM
Hi,
Please close the thread if your problem solved and reward all helpful anwers.
Regards,
Ferry Lianto
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |