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

regarding table

Former Member
0 Likes
475

How can i rename the table(which is in active).plz tell me the step by step

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
446

hi SKK,

try FM DB_RENAME_TABLE

regards,

santosh

Message was edited by:

Santosh Kumar Patha

Read only

Former Member
0 Likes
446

as there is no rename option You cannot rename a table, you can only copy it to another name and then delete the old one.

Read only

Former Member
0 Likes
446

Hi,

You can't rename the table like the Program of SE38.

You can only do a Copy.

Regards,

Anji

Read only

Former Member
0 Likes
446

Hi skk,

You might get one exception error:OLD_TABLE_DOES_NOT_EXIST when you use DB_RENAME_TABLE. In fact the old table exist in SAP DB. So it is better to copy that table to a new one and then give the name that you require.

Mark all helpful answers