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

Regarding RFC function module

Former Member
0 Likes
386

Hi ,

Our requirement is like this , we have to send the material long text from r/3 to srm system

for this we have developed a rfc function module with srm system as destination .But when we are using this in the program while rfc funtion module is invoked that time it is going to srm system and asking for credentials. how can i supress this .

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
366

Hi Padma

If the SRM system is getting value from R/3 system then for SRM system, R/3 will be the destination. That means you have to create an RFC destination in SRM system for R/3.

Then if you run the program from SRM system, it will run the function module in R/3 system and gets the material long text from there.

In the program you should pass the required parameters to the function module.

And the function module should run in the destination.

More can be known on RFC in SAP Help on RFC Programming in ABAP.

Vijaya.

Read only

Former Member
0 Likes
366

Hello;

In your RFC destination, you can use a default user.

If you want to use the current user, go check

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm</a>

It explains how to setup up trusted/trusting system and the use of SSO.

Regards