Table Export & Import Using R3trans

2
Exporting: iepadm> R3trans -w ytables.log anil.ctrl This is R3trans version 6.13 (release 640 - 07.03.08 - 11:26:00). unicode enabled version R3trans finished (0000) Before doing import we want to delete table data from target system... *** example :- truncate table SAPAR3.YBILL_ADM anil.ctrl (exporting text file) ================== export client = 400 file = '/usr/sap/trans/YTABLESQA.DMP' select * from YBILL_ADM select * from YBILLTYPE select * from YBRA select * from YCONT select * from YCURR_DET select * from YCUS_CURR select * from YDEC select * from YFIACTIONS select * from YGLA select * from YINVG select * from YOTE select * from YRATINGS select * from YRCUF select * from YREC select * from YTHR select * from YVPCOST select * from YVPDIST select * from YWDBD

Transcript of Table Export & Import Using R3trans

Page 1: Table Export & Import Using R3trans

Exporting:

iepadm> R3trans -w ytables.log anil.ctrl

This is R3trans version 6.13 (release 640 - 07.03.08 - 11:26:00).unicode enabled versionR3trans finished (0000)

Before doing import we want to delete table data from target system...

*** example :- truncate table SAPAR3.YBILL_ADM

Importing:

import dump file to target system

ieqadm> R3trans -w impytables.log -u 1248 anil.imp

This is R3trans version 6.13 (release 640 - 07.03.08 - 11:26:00).unicode enabled versionR3trans finished (0004).

anil.ctrl (exporting text file)==================

export client = 400 file = '/usr/sap/trans/YTABLESQA.DMP' select * from YBILL_ADM select * from YBILLTYPE select * from YBRA select * from YCONT select * from YCURR_DET select * from YCUS_CURR select * from YDEC select * from YFIACTIONS select * from YGLA select * from YINVG select * from YOTE select * from YRATINGS select * from YRCUF select * from YREC select * from YTHR select * from YVPCOST select * from YVPDIST select * from YWDBD

Page 2: Table Export & Import Using R3trans

************************************** anil.imp is file ** ========= ** ** import ** client = 400 ** file = '/usr/sap/trans/YTABLES.DMP' ** **************************************