cancel
Showing results for 
Search instead for 
Did you mean: 

RFC between Production system and Quality System

Former Member
0 Kudos

Hi,

I want to copy our production client to quality client. for this I need to create RFC between Production system and Quality System. Problem is I don't know how to create a RFC?

Can anybody suggest me how to create RFC between Production system and Quality System?

Regards,

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Rajesh,

You need create a RFC destination using SM59. Please check this link

http://help.sap.com/saphelp_nw04/helpdata/en/26/64f62cfa8911d386e70000e82011b8/content.htm

You need to create a Connection TYPE 3 destination in this case.

Regards.

Ruchit.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Rajesh,

You have to create two RFC's :- one from production system and other from quality system, both of ABAP type.

For Production system :-

1.Logon to Production System.

2.Run T-code SM59

3.Click on create RFC Destination.

4. choose Connection type 3

5.Description & then save.

6.Target host- complete host name of your Quality system.

7. Gateway host :- hostname of production system and gateway service as :- sapgw<instance no. of prod system>

8.Logon Language: EN

9. Client : client of quality system

10.User: User with enough rights for the remote client copy as present in quality system.

11.Password: as given for the user in quality system.

12.Then save and test connection

13. then carry the authorization test :- Utilities -> Test -> Authorization test

Should give you the correct response in millisecs.

Repeat the steps in quality system as :-

1.Logon to Quality System.

2.Run T-code SM59

3.Click on create RFC Destination.

4. choose Connection type 3

5.Description & then save.

6.Target host- complete host name of your Production system.

7. Gateway host :- hostname of quality system and gateway service as :- sapgw<instance no. of quality system>

8.Logon Language: EN

9. Client : client of prod system

10.User: User with enough rights for the remote client copy, as present in prod system.

11.Password: as given for the user in prod system.

12.Then save and test connection

13. then carry the authorization test :- Utilities -> Test -> Authorization test

Let me know if you were able to do it successfully.

Thank you.

Regards,

Manomeet

    • Award points if helpful **

JPReyes
Active Contributor
0 Kudos

Hi Rajesh,

SM59 -> Create ->

RFC destination : Name of the system

Connection Type: 3

Description: whatever description you want to identify RFC target

load dist. : No

Target hots : Name of the target host or ip address

Save As: depending on what you put above

Jump to the logon and security tab

Trusted system: no

Logon

Language: EN (I presume)

Client: 000

User: User with enough rights for the remote client copy

pass: whatever the password is for the user above

Then save and test connection

Regards

Juan

Please reward with points if helpful