‎2010 Jan 22 5:47 AM
Hi All,
This FM is working perfect in forground mode and also if i run "immediate background job".
But if i shedule a job to run this FM at som time, this FM is retuning "USER_NOT_FOUND" eventhough user is logged in.
Can any one help in this.
Thanks and Regards,
Hyma
‎2010 Jan 22 6:04 AM
Hi
I think this FM should run correctly even if we schedule the job.
Are you pasing the parametr sy-uname in the input parameter USER?
Also can you logon with some other user id and check it again?
Regards
Gaurav
‎2010 Jan 22 6:07 AM
Hi ,
Yes i am passing "user" correctly.
Infact for testing pupose i am hardcoding user name.
it is working fine if the schedule "immediate" job.
But its failing if i schedule "date/time".
Yes i tried with logging in the other user.
Thanks and Regards,
Hyma