‎2009 Jun 26 7:12 AM
Hi
How copy a table maintenance along with table in same client or rename?
plz suggest...
‎2009 Jun 26 7:17 AM
Hi,
You need to delete the table maintenance and then rename the table.
Now create the table maintenance for the renamed table.
‎2009 Jun 26 7:21 AM
‎2009 Jun 26 7:12 PM
No other solution possible. Even if you add a new field to existing table which has already table maintenance. Then the new field will not be visible in SM30. Altogether you need to delete and regenerate table again.
Thanks,
Raja
‎2009 Jun 27 4:20 PM
There is no way to copy TMG program. you can obsorve while creating TMG screen SAP is creating function pool program by inserting TMG screen number with appropriate logic in PBO and PAI .
you can trace TMG program by using following naming standard SAPL<function group assigned in TMG screen> for tables having TMG. or follow the path in TMG screen Environment->modificaiton->souce code
we can able to copy table only then we have to generate TMG screen manually.
‎2009 Jun 29 5:39 AM
Hi Abhijit,
Copying the table does not copy the table maintenance generated code. Even if you try to copy it, it won't work as this is generated code until you are aware of the table maintenance framework and make the changes at the right place.
To be able to generate table maintenance for the copied table you can always do that from SE11, and in case there are events associated with this this then you can copy this code and other UI related objects for the table maintenance.
Regards,
George