Application Development 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: 

Cusotm DB table deletion from DEV QA and PRD

former_member588480
Participant
0 Kudos

I need to delete a custom DB table in DEV and move the change further to QA and PRD with transport , will the transport automatically delete the existing data and table in QA and PRD or do we need any manual activity further ?

I was told that deletion of the table should be done through transport only in all 3 environment .

I have searched a lot but could not find the answer in SCN . Since it is very critical to delete any table and I have not done it before so need some suggestion Please .

Kindly let me know incase more detail required from myside .

1 ACCEPTED SOLUTION

pfefferf
Active Contributor

Yes, if you transport the deletion, on the target systems the ABAP DDIC object and the underlying database table (incl. data) will be removed.

2 REPLIES 2

pfefferf
Active Contributor

Yes, if you transport the deletion, on the target systems the ABAP DDIC object and the underlying database table (incl. data) will be removed.

0 Kudos

Thank you for the response . I will perform the transport and let you know .

Update : It worked . Thanks again.