2007 May 30 2:19 AM
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
2007 May 30 2:44 AM
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
2007 May 30 2:22 AM
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
2007 May 30 2:22 AM
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
2007 May 30 2:33 AM
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
2007 May 30 2:44 AM
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
2007 May 30 3:02 AM
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
2007 May 30 3:11 AM
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
2007 May 30 3:20 AM
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.
2007 May 30 4:32 AM
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
2007 May 30 12:07 PM
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.
2007 May 30 4:57 AM
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
2007 May 30 12:08 PM
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.