2008 Feb 26 12:43 PM
Hi,
Is it possible to create a batch job with another user name using JOB_OPEN?
and what is the use of JOB_GROUP option??
Thx in advance.
PRa
Hi,
Is it possible to create a batch job with another user name using JOB_OPEN?
and what is the use of JOB_GROUP option??
Thx in advance.
PRa
2008 Feb 26 1:44 PM
use:
CALL FUNCTION 'JOB_OPEN'...
*--create Step
SUBMIT RFBIBL00 AND RETURN
USER SY-UNAME VIA JOB JOBNAME NUMBER JOBCOUNT
WITH DS_NAME = FILE
WITH CALLMODE = 'B'.
...
greetings
2008 Feb 26 1:52 PM
Hi,
In the JOB_OPEN function module JOB_GROUP is a field which will hold the Summery of the Job, here in the function module you need to give the Group name.
If you wish you to run the Job in another name you can mention the user name in the SUBMIT statment
Regards
Sudheer
2008 Feb 28 4:52 AM
Sudheer,
I know that it is possible submit job on another user name. In the same way is it possible to create batch job on other user name using JOB_OPEN.
PRa
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |