Quantcast
Channel: SCN : Discussion List - SAP on Oracle
Viewing all articles
Browse latest Browse all 1892

R3trans Export is appending data only.

$
0
0

Hi All,

I am using R3trans script before refresh to export and later I am running the import script. But I observed Data which is existing get overwrite and other get appended. It is not deleting old tale records.

As I am doing this in refresh I need to do cleanup again for target system data.Also for RFC it is still showing RFC s of source system . Can anyone guide me how to write R3trans script so that while importing it will delete data from table and then It will import exported file.

I am giving sample Script which i used for this refresh.

 

export

client = 400

file ='SM59export310.dat'

select * from rfcattrib

select * from rfccheck

select * from rfccmc

select * from rfcdes

select * from rfcdoc

select * from rfcsysacl

select * from rfctrust

select * from rzlliclass

select * from rzllitab

select * from rfcdessecu

select * from rsecactb

 

 

export

client = 000

file ='SM59export000.dat'

select * from rfcattrib

select * from rfccheck

select * from rfccmc

select * from rfcdes

select * from rfcdoc

select * from rfcsysacl

select * from rfctrust

select * from rzlliclass

select * from rzllitab

select * from rfcdessecu

select * from rsecactb


Viewing all articles
Browse latest Browse all 1892

Trending Articles