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 delete the Logo under any Transport Request?

Former Member
0 Kudos

Hi all,

I have one Logo in SE78. it is under one TR number. This TR already moved to QA.

Now i want to delete the Logo in Dev and saved in new TR or same TR number. then i will move the changes to QA.

I try to delete the Logo in DEV. it is not asking any new TR number. simply it is deleted. So how can i move the TR to QA

Thanks in Advance,

venkat

11 REPLIES 11

Former Member
0 Kudos

Hi Venkat

Try to move the same TR which is holding the deleted logo to QA and check wat is happening

BR

Lavanya

0 Kudos

Hi Lavanya,

here problem is TR is already moved to QA.

now i want to create new TR for this deleted logo. then i will move to QA.

that is what my requirement.

so hope you can understood my problem.

Thanks and Regards,

venkat

raymond_giuseppi
Active Contributor
0 Kudos

Transaction SE01/SE10

- Look for the original transport request, remember the number

- Create a new transport request (SE01)

- Collect object from the first transport request (Thru Transport Organizer tool SE03)

- Lock objects and release request. (SE01)

Now if you transport this order it will delete the deleted objects (look at the log of the release; As it does not find the object; it put a delete object flag in table E071 list of object of a transport request)

Regards

0 Kudos

Hi Raymand,

Thanks for your reply,

Can you explain in detail.

If i am deleting in DEV...how can i move this object from old TR to new TR?

suppose if i am deleting after moving object from old TR to new TR. Then what is the difference if i am transporting same TR to QA?

Here my Transport which is already released to QA. So i think i can't move same TR again to QA.

any inputs plz !!!

Thanks in Advance,

Venkat

0 Kudos

Hi Venkat,

I understand that your logo is already present in QA via a transport which is released.

To remove the logo in QA what you have to do is

Delete the logo in DEV and attach this change into a new transport.

Release the new transport

import new transport into QA. - The logo will now be deleted in QA as well.

Hope this answers.

Franc

Edited by: Franc on Aug 11, 2008 3:02 PM

0 Kudos

Hi Venkat,

As it is not moved to production Try deleting the Logo directly in Quality system. This is because for logo creation/ deletion it won't ask for TR. If u want to transport then u can mount to TR by clicking on transport icon. So i hope u can go ahead deleting in Quality.

Thanks,

Vinod.

0 Kudos

Hi Franc,

Thanks for your reply, you understood my requirement.

but here if i am deleting the LOGO in DEV from SE78, it is not asking any new Request number.

So where can i save the deltion attributes?

If i am open the Existing TR number in SE09/SE10....i can see same objects which already available before deleting the LOGO.

Thanks in Advance,

venkat

0 Kudos

If deletion ask for a transport request, then you have no problem, the transport request will contain a "delete object" request. (Look at SE11, there is a flag for deletion in object list)

If deletion has not asked for a transport request, then when you have created you new request, add the deleted object to request (here two ways to perform it , there are others

- On SE03 (click on tool icon if on SE01) there is an option "Merge Object Lists "

- On SE01 there is an icon (icon ICON_INCLUDE_OBJECTS) to include object of another request(s) into yours.

Transporting the same request again and again should have absolutely no effect, as the object is saved into the request when releasing it. (saved in a binary format on a directory of the application server dedicated to transport)

Regards

0 Kudos

Hi Raymand,

I added object from old Request to new Request in SE01. i locked the Objects before release the new Request in SE01 itself.

now i open this new TR in E071 table.

here it is not showing the lockflag = 'X'.

so if you can explain it will be helpful ..

Thanks inAdvance,

venkat

0 Kudos

Look at field E071-OBJFUNC (not LOCKFLAG) when (whole) request is released.

- " " Normally: transport to the target system (see F1 help)

- "D" The object was deleted (only functions with deleted objects)

- "M" Delete and recreate on the database

- "K" Object keys according to entries in the key list

The purpose of the lock, here, is mainly to insure that the object is not already locked in a "forgotten" request.

Regards

Former Member
0 Kudos

answered.