Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Solution

RFC Destination export/import using R3trans Saturday,


September 4, 2010
This can be used to take backup of RFC destinations before systm copy and can be restored once
system copy is over.

1) Login to SAP Server with sidadm user
2) create a file with rfcexp.dat with below mentioned data

export
client=771
file="F:\rfcexp.ctl"
Select * from rfcattrib
Select * from rfcdes
Select * from rfcdoc
Select * from RFCSYSACL
select * RSECACHK
select * RSECACTB

3) Run command R3trans -w rfcexp.log F:\rfcexp.dat
4) Export should be over with RC=0
5) For import create file rfcimp.dat with following content

import
file="F:\rfcexp.ctl"

6) Run Command R3trans -w rfcimp.log rfcimp.dat

RFCs should be imported


Regards,
Gagan Deep Kaushal
Posted by Gagan Deep Kaushal at 9/04/2010 09:58:00 PM
Labels: RFC Destination export/import using R3trans

You might also like