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

Rename a table

Former Member
0 Likes
3,231

How to rename an existing custom table in se11?

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
2,525

You can only copy your table to a new name, then delete the old one (after transferring any data via a quicky ABAP program).

Thomas

8 REPLIES 8
Read only

ThomasZloch
Active Contributor
0 Likes
2,526

You can only copy your table to a new name, then delete the old one (after transferring any data via a quicky ABAP program).

Thomas

Read only

Former Member
0 Likes
2,525

This message was moderated.

Read only

0 Likes
2,525

where is the rename option ?

Read only

Former Member
0 Likes
2,525

First copy the the table and then delete the old one.

Read only

kiran_k8
Active Contributor
0 Likes
2,525

NIkhil,

Rename is not possible I guess.We need to copy it again and give a new name.

K.Kiran.

Read only

Former Member
0 Likes
2,525

This message was moderated.

Read only

Former Member
0 Likes
2,525

You cannot rename the table. You can copy the existing table in a new table.

Read only

Former Member
0 Likes
2,525

HI.

U CAN ONLY COPY THE EXISTING CUSTOM TABLE

WITH A NEW NAME AND COPY ALL ITS DATA AN THEN DELETE THE ORIGINAL TABLE.