‎2009 Feb 23 11:40 AM
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
‎2009 Feb 23 11:45 AM
On Log on technical settings tab mention user name and password
‎2009 Feb 23 11:45 AM
On Log on technical settings tab mention user name and password
‎2009 Feb 23 11:48 AM
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.
‎2009 Feb 23 11:49 AM
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.
‎2009 Feb 23 11:56 AM
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
‎2009 Feb 23 12:35 PM
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.
‎2009 Feb 23 2:12 PM
I dont know what report you are running but i think you can use
submit <prg_name> and skip first screen. for your requirement.