‎2009 Jan 05 7:28 AM
Hi All,
How do i rename a Z database table name ...?
Thank All
Sal
‎2009 Jan 05 7:32 AM
Hi,
its not possible to rename your DB table name,
Better you copy the DB table with new table name.
and delete older once.
Thanks
‎2009 Jan 05 7:34 AM
hi,
you can copy the table from SE11 transaction and then use SE14 to adjust database.
Before doing that check the where used list for that table and you have to modify
all those objects accordingly.
‎2009 Jan 05 7:34 AM
Hi,
Search in the link below :
http://help.sap.com/saphelp_nw04s/helpdata/en/e0/55c13b43557606e10000000a114084/frameset.htm
Thanks,
Nitesh Jain
‎2009 Jan 05 7:35 AM
Hi,
We cannot rename a table in ABAP.You can only copy a table -> give a new name to the table and delete the previous one.
Regards
Vasavi
‎2009 Jan 05 7:39 AM
Goto SE11 --> Enter Z table name --> Select Menu path Dictionary Object -> COPY.
give new table name. Save and Activate new table.
You may delete old table if not required.
Regards,
Mohaiyuddin
‎2009 Jan 05 7:42 AM
hi,
Be sure while Deleting DB Table and must have a look where it is being used,
Kind Regards,
Faisal
‎2009 Jan 05 8:25 AM
Hi ,
I think that it is not possible to rename tables.
You can copy the table to a different name and use it accordingly.
Regards,
Radhika.
‎2009 Jan 05 8:51 AM
Hi,
It is not possible to rename the database table. Its better to copy the database table with the new table and delete the previous one.
Copy the table from SE11, then SE14 to adjust the database.
Before doing that check the where used list for that table and you have to modify
all those objects accordingly.
Regards,
Jyothi CH.
‎2010 Mar 17 7:57 AM