cancel
Showing results for 
Search instead for 
Did you mean: 

RDDGEN0L - CR transport error

Former Member
0 Kudos

hi Guru,

I have changed an data element in my custom table from DEC to INT2.

for activate a table all the occurence where is deleted.

I have transported this table from develop to test but ther is this error transportation (frm SM37):

+Job started

Step 001 started (program RDDGENBB, variant CONV, user ID DDIC)

Start of conversion: 15:32:56

File log: :D:T:S:tmp:F:N120222.CWC

ABAP/4 processor: RAISE_EXCEPTION

Job cancelled+

and my table is corrupted.

I can transport the table without losing the records inside?

thx in advances

valerio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use SE14 table to clear the inconsistency.

1). goto SE14 and enter table name and "SAVE DATA" if you want to save data and click on "ACTIVATE AND ADJUST".

2). If you dont want the data in the table, select DELETE DATA and "ACTIVATE AND ADJUST". It will drop the table and recreate it.

Answers (2)

Answers (2)

Former Member
0 Kudos

i have try it,

but in first there is a problem in step 5:

1 Initialization

2 Dropping of indexes, renaming of original table

3 No action

4 Activation of transparent table

5 Conversion of data to new table, deletion of renamed table

6 Creation of sec. indexes

and if I force generation there is a dump.

Former Member
0 Kudos

You can use SE14 table to clear the inconsistency.

1). goto SE14 and enter table name and "SAVE DATA" if you want to save data and click on "ACTIVATE AND ADJUST".

2). If you dont want the data on the table, select DELETE DATA and "ACTIVATE AND ADJUST". It will drop the table and recreate it.