2006 Aug 16 8:02 PM
Hi all,
Iam using job_submit f.m in my program . I have to pass AUTHCKNAM parameter to acess any user this program .how can i pass AUTHCKNAM parameter with all user can run that job .
Thanks
Hi all,
Iam using job_submit f.m in my program . I have to pass AUTHCKNAM parameter to acess any user this program .how can i pass AUTHCKNAM parameter with all user can run that job .
Thanks
2006 Aug 16 8:09 PM
2006 Aug 16 8:18 PM
HI Priya,
Why dont you post it how you solved the isssue so that it will help others for future reference .
Reagrds,
Varun .
2006 Aug 16 8:25 PM
Hi vivek,
Insetead of using job_submit i used this statement its worked just like job_submit.
SUBMIT ZFL_DLC_FILEEVENT VIA JOB 'JOBNAME' NUMBER COUNT
AND RETURN.
Thanks
2006 Aug 16 8:38 PM
Hi Priya,
Good tht u hv shared the answer...if everybody does this many of us will b glad n this forum will b performing much better...
Regards
Sony
2007 Feb 12 6:41 PM
Hi PRiya,
I am not able to see how you solved this as there is no mention about the USER Parameter that has to be executed.
Would be great if u could pls elaborate your answer.
Thanks
Dany
2006 Aug 16 8:10 PM
Hi Priya,
You can pass sy-uname for "AUTHCKNAM" as
CALL FUNCTION 'JOB_SUBMIT'
EXPORTING
ARCPARAMS =
authcknam = sy-uname
jobcount = jobcount
For more information on how to use this, do a where-used list on FM "JOB_SUBMIT" and you will get better idea..
Hope this helps.
Regards,
Vivek
PS: Award points if helpful
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |