2010 Mar 03 11:12 AM
Good,
I have a rfc function to bring data from production to development. Work-out programs where within the function name is bound to develop my login window opens and I working properly. The problem is when I run the program in background, this failing because I can not login.
Is there any way to log onto another system background?
Thank you very much.
Ruben Moral.
Good,
I have a rfc function to bring data from production to development. Work-out programs where within the function name is bound to develop my login window opens and I working properly. The problem is when I run the program in background, this failing because I can not login.
Is there any way to log onto another system background?
Thank you very much.
Ruben Moral.
2010 Mar 03 11:17 AM
Hi,
If your only using that then hadd code the user name and password and supress the dialouge box. If you want run anything in back ground it shud not be dialog module..
Regards,
Shankar.
2010 Mar 03 11:23 AM
Hello,
Are you sure that the User ID & password used to login to the prod server are correct ?
Do a connection test in SM59 & see if the connectivity is ok.
FYI we can use an RFC in background mode as well but the point is there should not be any dialog processes involved.
BR,
Suhas
Edited by: Suhas Saha on Mar 3, 2010 4:54 PM