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,229

How to rename an existing custom table in se11?

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
2,523

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

How to rename an existing custom table in se11?

8 REPLIES 8
Read only

ThomasZloch
Active Contributor
0 Likes
2,524

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,523

This message was moderated.

Read only

0 Likes
2,523

where is the rename option ?

Read only

Former Member
0 Likes
2,523

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

Read only

kiran_k8
Active Contributor
0 Likes
2,523

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,523

This message was moderated.

Read only

Former Member
0 Likes
2,523

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

Read only

Former Member
0 Likes
2,523

HI.

U CAN ONLY COPY THE EXISTING CUSTOM TABLE

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