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

rfc settings

Former Member
0 Likes
879

Hi,

I have established an RFC connection through sm59 and my user type of the destination system is communication type.I can able to connect to the destination throgh sm59 without any errors.I am using RFC fm in my report (call fm destination 'p_dest') , when i am running the report its going to logon screen of destination sysstem which should be avoided for my requirement.so what should be done to skip logon screen and which user type has to be given in sm59? Pls guide me!!

Thanks in advance

Archana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
854

On Log on technical settings tab mention user name and password

6 REPLIES 6
Read only

Former Member
0 Likes
855

On Log on technical settings tab mention user name and password

Read only

Former Member
0 Likes
854

Archana,

In SM59, Go to Logon & Security tab.

In that screen, fill the log on details Language, Client, User and Password.

Save and Activate.

This will solve your problem.

Regards,

Nitin.

Read only

Former Member
0 Likes
854

goto SM59->ABAPCONNECTION and go to ur RFC and goto the tab LOGON&SECURITY.

check if the uid and pwd are mentioned here.

else mention them and save.

Read only

0 Likes
854

Yes..i have given the details , the prblm here is i can login to dest system through sm59 perfectly(without logon screen) but while running my report i am getting these screens...!!!

thanks in advance

Archana

Read only

0 Likes
854

Hi,

Destination is case sensitive,so check it and give Exact destination,and provide username and password

in SM59 and also check whether that RFC destination is already available or not.If it is already available and u are trying to create one more RFC destination to the same system this problem will come.

check all these.

Regards,

Ram.

Read only

0 Likes
854

I dont know what report you are running but i think you can use

submit <prg_name> and skip first screen. for your requirement.