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: 

Suppress Username/Password screen While RFC call

former_member214878
Active Participant
0 Kudos

Hello,

I would like to suppress Username and Password screen when I am executing my RFC function module.

Is there any way to do it?

What I am doing exactly is -

1. Calling RFC function module (Synchronous RFC).

2. In SM59 I have not maintained default password, so but obvious its asking me to put username and password. (This is the screen I want to suppress)

3. There is no issue with the execution of the RFC FM and rest of the logic execution of the report, however from step 2 I am not moving apart from the username/password screen till my report gets executed.

So user is much confused if really anything is happening or what. I am actually reading some data from other system and downloading it on local system by GUI_DOWNLOAD. Its been around 3 million records I am reading and creating a flat text file for download.

So there is no chance to show any GUI_INDICATOR kind of thing from my report as my screen is stuck on other system's logon screen.

Please let me know if you have anything to say about.

Thanks and Regards,

Ravindra Sonar.

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

System will require user/password if not maintained in RFC definition, you can change the behavior by declaring systems as "trusted systems", check with basis AND security team.

Regards,

Raymond

Former Member
0 Kudos

If should use non dialogue user ( Communication/System ) in your RFC destination , you will not be asked to enter username password. I think you are using dialogue user in your RFC destination.