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

problem with RFC_READ_TABLE while reading table

Former Member
0 Likes
886

hi abap guru's,

In my problem i am using RFC_READ_TABLE to retrive the table data from client-1 to Client-2 but when ever i am calling this function module it is asking the client User name and Password. Actually it shouldnt go for the security checks everytime because these transfer is happening in the same SAP System(but the clients are different).

and this program have to run once in everyday.

Please if anyone know about this sujjest me.

Thanks in advance.

Best regards,

Sunil.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
575

The authenication is being triggered by the RFC destination, you need to setup the credentials in SM59 for the destination.

Regards,

Rich Heilman

Read only

former_member194669
Active Contributor
0 Likes
575

Hi,

Check the RFC connection transaction SM59. There stored password entered over there may be wrong.

For testing purpose give your userid and password , any try. Please remember after testing please remove the password entered in SM59.

aRs