Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3212

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 3212

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>