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: 

How to identify a deletion transport

Former Member
0 Kudos

Hi All,

We wanted to upload adobe form layout and interfaces from one system to another, say from A to B. Now in system B, all those adobe forms were present with the same name. So we deleted them. It asked for a transport and we named it "deletion transport".

Now when we upload Adobe form layout and interfaces from XML files, it doesnt ask for a new transport. If we look at the object Directory Entry, the lock entry shows the same "deletion" transport number.

Should we assume that the creation of the Adobe form layout and Interface have resided in the same deletion transport.

Is there a way to identify if a transport will act as "deletion" or not. How does the system know that the incoming transport will create or delete objects?

Please advise.

Thanks,

Tirth

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You could check table E071 for records with OBJFUNC = 'D'. (looking via SE01 and other transport transactions, you will see a trash/delete icon on the object list) - This will be correct when transport request is released (only when releasing do the system check if the object exists yet.)

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

You could check table E071 for records with OBJFUNC = 'D'. (looking via SE01 and other transport transactions, you will see a trash/delete icon on the object list) - This will be correct when transport request is released (only when releasing do the system check if the object exists yet.)

Regards,

Raymond