cancel
Showing results for 
Search instead for 
Did you mean: 

After import table content is missing

DieterLorenz
Active Participant
0 Kudos

Hello everybody,

I have done a import ( unicode migration) but now content of a table is missing. The export is on the disk and the table is identified.

Now the table content was growing, because people work with the system.

How can I do to get the data into the table ?

Is it possible to start R3load ? R3load -i TABLEXYZ.cmd -dbcodepage 4103 -k migrationkey -l TABLEXYZ.log -loadprocedure fast -merge_bck

Or R3load cleanup the table and start with a empty table ?

Thanks for your help !

Accepted Solutions (1)

Accepted Solutions (1)

DieterLorenz
Active Participant
0 Kudos

1. Step Export the new Data be sure

R3trans -w export_SOFFCONT1.log export_SOFFCONT1.r3trans


2. Step

Import Data from the migration that are not fully imported:

R3load -i SOFFCONT1.cmd -dbcodepage 4103 -k Migkey-l SOFFCONT1.log -loadprocedure fast -merge_bck


3. Step Import the new Data, be carefully with the delete * option

R3trans -w import_SOFFCONT1.log import_SOFFCONT1.r3trans


Fix the uncomplete import process. Take care about the joins on other tables. This table is a stand only table only reference is to the content server.

Customer test his data if it complete successfully.


SAP Support did not make any statement if it complete, but I was sure because I ask a SAP employee direktly !



Answers (0)