Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Restore table

Former Member
0 Likes
491

Dear All,

Executed the following query in the ABAP Editor.

EXEC SQL.

ALTER TABLE SAPONE.MARA

MOVE TABLESPACE PSAPONE

ENDEXEC.

Now the Table got corrupted and it is leading to dump while trying to view the table records. Here i'm moving the MARA from the same tablespace to PSAPONE.

Can any one explain, how to restore the table.

thanks & Regards

Mahesh

3 REPLIES 3
Read only

former_member188827
Active Contributor
0 Likes
457

go to se14 and adjust table..

Read only

Former Member
0 Likes
457

Hi,

I've activated the table from SE14, but still i'm noticing the same error

thank u.

Read only

Former Member
0 Likes
457

Hi,

Got restored the table by rebuilding indexes

thanks