Question:
I have to transport a Table in a Request and then I have to transport another request deleting the same table. I have to do it because of the rules of the company.
I can release the first request ( that have the table info) and then delete the table creating another request? I'll have a problem? I don't know if the table have to be fisically created in the mandant before transport the request, or I can delete the table and transport the request.
Thanks.
Answer:
Sounds like a way to delete a table in Q or Prod that isn't in Dev.
Create the table in transport A. Release transport A. Delete the table, record in transport B. Transport A and then B into your other instances.
m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.
The downside of being better than everyone else is that people tend to assume you're pretentious.
Answer:
Hey M@t, Thanks...