‎2006 Nov 24 6:57 AM
i have a z* table in TQA with some data.
but i have some changed z* table in TDV.
i wht to transport to TQA but i don't need a old data from z* table in TQA.
how can i do.
plz help.
‎2006 Nov 24 6:59 AM
Hi,
Include the changed data in a Customizing Transport request and transport the changes to TQV system.
‎2006 Nov 24 7:01 AM
Hello Amit ,
I see two options -
1. Create a small ABAP Program in the TQA system which will delete the data from the Z Table. (However, I think you may not have the authorization to do this...)
2. Delete the Z table from the TDV system, Transport this deletion to TQA. Now re-create the Z-Table in the TDV system and transport it again.
Regards,
Anand Mandalika.
‎2006 Nov 24 7:02 AM
When U transport the changed structure of the table (which is a workbench request), no data will be transported. U need to transport data through some customization request only.
‎2006 Nov 24 7:03 AM
Hi,
Delete Ztable first and then Re-create the Z-Table in the TDV system and transport it again.
Regards,
Nagaraj
‎2006 Nov 24 7:05 AM
hi,
Please follow below steps to handle the same:
A)delete ur old table.
B)create a new table.then do the below.
1. Go to Transaction: SE10.
2. Create a new workbench request by using key F6.
3. Double on the newly created request
4. Add a new entry: R3TR,TABU,<table> for Program Id, Object Type and Object Name Respectively.
<table> being the table name for which the contents are to be transported.
5. Click on Function icon next to table name.
6. Click the contents from the icons in next screen.
7. Select entire table.
8. In next screen we can select required entries to be transported.
9. Come back and save.
10. Now release the request and transport to the required server.
rgds
anver