Application Development 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: 

Automatic Remote login

Former Member
0 Kudos

hi guys,

I created RFC connection using SM59, and used for remote login. Each time it asks for Userid and password.

I have already set the userid/password under logon, and saved at Sm59.

But still it ask me the password. so could you please tell me how to overcome this problem.

Thanks

Ambichan

12 REPLIES 12

Former Member
0 Kudos

Hi ,

Could you call a RFC FM and see if it ask for user name in that case , i feel in that case it will not , My understanding is that when you use that RFC destination in an application , it will take the username and password you have mentioned.

Regadrs

Arun

Former Member
0 Kudos

Hi,

While u creating RFC Connection using SM59, u should also provide the destination system username and password...

In this case it won't ask username and password again and again while calling the RFC Function Module.

Hope it will helps....

Former Member
0 Kudos

Before going to sm59 first we have to customize ALE.

Go to tCODE SALE and define and assign logicalsystems.

After that go to SM59 and Give the remote system details like

remote system loginid

password.

Thanks

0 Kudos

hi guys,

thanks for your reply.

can you tell me which function module can i use it for RFC connectivity testing.

Thanks

Ambichan

0 Kudos

what they mean is call a BAPI or FM which is Remote Function Call(RFC) enabled and test.

But u can test in sm59 itself.

and maybe you would have <b>checked login screen</b> option while creating destination in sm59.

uncheck that.

rgds

Nishant

0 Kudos

Hi Nishant,

I got your point. But can you be more precise in tell me where this "login screen option" is checked in SM59 screen.

I am now in 46C sm59 transaction. I can only see Security Options frame and Description and Logon frame where Langauge,Client user, password is already inputted.

Please tell me where i have to uncheck this login screen option.

Thanks

Ambichan

0 Kudos

in 'Logon/Security' Tab in Security Options Frame there is chckbox for Logon Screen.

Just uncheck that and restore the username and pwd.

Hope this helps

rgds

Nishant

Former Member
0 Kudos

Hi,

U can call any Function Module which is exist in Destination system

with this syntax:

Assume Created RFC is WD1.

CALL FUNCTION 'FUNMOD' DESTINATION wd1

EXPORTING

...........................

TABLES

-


IF sy-subrc <> 0.

MESSAGE.........

ENDIF.

Former Member
0 Kudos

hi there is some option called Trusted System if u check this option it will not ask u for username n password... again...

ravi

0 Kudos

hi guys,

thanks for your replies.

In 46C, I tried with Trusted system by checking 'No' and 'Inactive'

I gave input for Logon Frame (language,Client, user,password) and saved.

Finally i tried to click REMOTE LOGIN. but still it is not skipping the login screen.

But in ECC i have option at Logon&security as 'LOGON SCREEN' . it works fine.

But not working in 46C. could anybody suggest me where i am going wrong.

Thanks

Ambichan

0 Kudos

I don't have a 4.6C system but if you can send me the screenshots, I might be able to figure out what can be done.

mail Id : nishant_rustagi@gmail.com

rgds

Nishant

0 Kudos

Hello Nishant,

I have sent you the mail with file attached. Could you please check it.

Thanks

Ambichan