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

Deleting Released Transport in TEST system?

Former Member
0 Kudos
1,163

Hi Experts,

I developed a z_Prog. in DEV and released it to TEST system.

Later, because of some changes in Functional Spec, I copied z_prog. by giving a new target prog. name as z_prog_copy, enhanced it.

And I moved it to TEST.

Now, we r testing/using the z_prog_copy in TEST i.e. no more the z_prog.

So, now, I wanna to delete/kill the transport/existence of z_prog. in TEST (already, I deleted z_prog. in DEV).

This is the same case with the corresponding T.Code too.

1- How to get it done?

2- Do I need to hv some authorisation?

3- If I deleted, Does it hv any impact on other objects?

Thankq.<b></b>

Message was edited by:

Sridhar

1 ACCEPTED SOLUTION

Former Member
0 Kudos
593

hello sridhar,

when you delete the ur zprogram and Ztransaction,it will ask request number,assign request # to your copy zprogram request #.

Now when you transport this request to tst box,you get sy-subrc = 4,because deleted items,when you import to test box ,you will get all sy-subrc eq 0..

thanks

Seshu

11 REPLIES 11

Former Member
0 Kudos
593

In test ,i think you will not have auth to delete the request at queue,

ask ur senior and look at STMS transaction to get good idea

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
593

For consistancy sake, I would suggest to transport your request all the way to production for the original program, and then transport the request which deletes the program and tcode. This is the easiest and cleanest way. I would not suggest that you start deleting transport mid-landscape.

Regards,

RIch Heilman

Former Member
0 Kudos
593

Hi Sridhar,

The best way is to transport this TR which contains the deletion objects till the test system, so that objects in your DEV system and test systems will always be same. This helps in future upgrades.

No need to transport the TR's to the production as you don't require that program there.

Reward points if useful.

Regards,

Atish

Former Member
0 Kudos
594

hello sridhar,

when you delete the ur zprogram and Ztransaction,it will ask request number,assign request # to your copy zprogram request #.

Now when you transport this request to tst box,you get sy-subrc = 4,because deleted items,when you import to test box ,you will get all sy-subrc eq 0..

thanks

Seshu

0 Kudos
593

Hi,

Culd u pls. explain in detail, by giving some TR #s, like,

z_prog TR # is 111111,

z_prog_copy TR # is 2222222

As v r not using any more, the z_prog (TR # is 111111) in DEV(already I deleted, it does not asked any TR#) and TEST, I wanna to do not hv existence of z_prog. in TEST.

thanq.

Message was edited by:

Sridhar

Message was edited by:

Sridhar

0 Kudos
593

Hi Sridhar,

As I understood you deleted the TR. Please correct me if I am wrong?

So what you can do is, go to se38 and delete the program. When you delete the program it will ask for a TR. Now assign a TR and the description of TR should include "Transport till TEST ONLY" for future reference.

Now transport this TR to TEST system and the Z_PROG will get deleted there.

Reward points if useful.

Regards,

Atish

0 Kudos
593

Hi Thanq.

U said that I deleted TR, Which TR?

Actually, When I deleted the z_prog in DEV (from se38-MENU-PROGRAM-DELETE), the system did not asked me for assigning the TR #, just I deleted it like that.

Now, I checked the z_prog existence in DEV, it is not existing.

So, Why system did not asked me TR assgning while its deletion.

Did I made any mistake?

But, as u said, system asking me TR #, while I am trying to delete the T.code.

thanq.

0 Kudos
593

Hi Sridhar,

You created one program Z_PROG, included in one transport TR 123 and releasd this TR to other system (TEST - Quality system).

Now when you delete Z_PROG in the DEV system, sytem should have asked you for the new TR? If it is not happened then there must be something wrong...

Is the TEST system is another system, or a different client in the same system?

Regards,

Atish

0 Kudos
593

Hi ThanQ.

I recollected that, actually, one z_non_relavent_prog. is there in TEST, so What I did is that, I used cntrlA in DEV and then cntrlC and copied the text, and went to TEST, I opened the z_non_relavent prog., there I cntrl+V.

So,now, In TEST the name of the Prog. is different from the name saying in REPORT statemnt (very first statemtn) of the prog.

The client and system both r in same/same land scape.

So, Now, Is it possible to delete that z_non_relavent_prog. from TEST(its not existing in DEV)?

thanq.

former_member223537
Active Contributor
0 Kudos
593

Hi Sridhar,

It seems you have created the program in DEV system & it was not transported from TEST system.

It was a Local Object created in DEV system hence it didnt ask for the TR when you deleted it.

Best regards,

Prashant

0 Kudos
593

Hi Prashant,

Its saved in Non-Local Package and given TR and released it.

Problem is that, as I above mentioned, that was happened!

So, any clue for my requirement?

thanq.