2022 Jan 04 1:48 PM
Hi there,
I added some new lines to my ALV Report program and saved it as a new request in DEV System. When i wanted to transport it to the QA system via SE09 suddenly it turned out to be "released request". And it is said that it cannot be modifiable. How i can find and transport my request from DEV System to the QA system.
2022 Jan 04 2:23 PM
"released" means it can be transported. "modifiable" means it cannot be transported.
If you want to change your code, you must create a new transport request (will be modifiable till you release it for next transport).
2022 Jan 04 2:25 PM
Can you try to import the "new request " you created in DEV System to QA system? If the change is not reflected in QA, the change was not saved in that request so you need to create a new transport request with that ALV report program. After that, release the request via SE01/SE09/SE10. Import to QA system and the change should be transported.
2022 Jan 04 2:32 PM
sandra.rossi
aocheng
Thanks .
Without changing anything again, how i can create a new request? I mean i already accept my code and would like to transport it to the QA system. But as my request is in the released status i am not able to transport it. Is there a way to transport my released request to the QA system?
Regards.
2022 Jan 04 3:19 PM
You CAN transport released request. Transport is usually done via Tcode STMS so your request number, if released, should be on the transport queue of your QA system. Transport routes are configured differently amongst projects so ask your basis team to find your request number and import it for you.
If you want to create a new request without changing anything,
1. Simply open your program in edit mode and save/activate then it will ask you a new transport request.
or
2. SE03 -> Include Objects in a Transport Request ->Check on Selected Objects on the 2nd frame-> Check on Program and enter the program name-> Execute->Click "In Request" and choose your request number.
2022 Jan 05 6:01 AM
2022 Jan 05 10:58 AM
aocheng
Is it also possible to release my request via SE38 T-code / RDDIT076 Program?
I mean after changing its status R to D am i able to transport it to the QA system?
Best Regards,
2022 Jan 05 11:25 AM
sumeyye_1634
Yes it is possible to switch back and forth between R(released) and D(Modifiable) with RDDIT076.
You can do all the change you want in D(Modifiable) but only request with R(released) status can be imported to QA. Make sure to release the request before transporting it, whether by RDDIT076 or SE01/SE09/SE10.
2022 Jan 05 12:55 PM
I transported my request successfully to the QA System thanks!
BUT;
I need to consult one more thing:
Within this request i made these addings:
Added new lines to a program X and added new component to its structure in SE11,
Added new lines to a program Y and added new component to its structure in SE11
Then saved all the changes in the same request number.
But i QA System i found out that i need to fix Program X . So i am confused again about requests.
I mean i am gonna return back to DEV System and fix my Program X and need to go a new structure . I am not gonna change anything in Program Y and its structure.
Do i need to create a new request only for Program X and its new structure?Should i remove the previous change of the previous structure?