Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

th_create_foreign_mode

hymavathi_oruganti
Active Contributor
0 Likes
626

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

2 REPLIES 2
Read only

Former Member
0 Likes
448

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

Read only

0 Likes
448

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