‎2007 Mar 06 10:39 AM
How can i rename the table(which is in active).plz tell me the step by step
thanks
‎2007 Mar 06 10:42 AM
hi SKK,
try FM DB_RENAME_TABLE
regards,
santosh
Message was edited by:
Santosh Kumar Patha
‎2007 Mar 06 10:42 AM
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.
‎2007 Mar 06 10:43 AM
Hi,
You can't rename the table like the Program of SE38.
You can only do a Copy.
Regards,
Anji
‎2007 Mar 06 10:48 AM
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