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

Log On a RFC function in the background.

Former Member
0 Likes
642

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.

2 REPLIES 2
Read only

Former Member
0 Likes
553

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.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
553

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