‎2009 Feb 23 11:27 AM
hai abapers,
i have one requset no in which two programs are there now i need to change a request no of one program but the subrequest no is relesed,how to change req no of it.
‎2009 Feb 23 11:34 AM
When you release the sub-request, the objects of the sub-request get released to the main request.
They dont get released to the other system, unless you release the main request.
So in your case, i understand that the main request is not yet released but only the sub-request is released.
In this case, goto the object list of the main request and remove the required object.
You can create a new request then for this other object.
Hope this helps!
‎2009 Feb 23 11:31 AM
We can't delete the object from the released TR. Attach the second program to the new TR.
‎2009 Feb 23 11:33 AM
if u have not still released the transaction.then u can delete it by using SE09 t-code and viewing ur transport request click on it. and then use the delete icon button on the above.
‎2009 Feb 23 11:34 AM
When you release the sub-request, the objects of the sub-request get released to the main request.
They dont get released to the other system, unless you release the main request.
So in your case, i understand that the main request is not yet released but only the sub-request is released.
In this case, goto the object list of the main request and remove the required object.
You can create a new request then for this other object.
Hope this helps!
‎2009 Feb 23 11:34 AM
u can only make a new TR for the program as its already released.
or
if only subreq is released, jus delete it.and attach a new TR again for the program.
Edited by: Kalyan Chakravarthi on Feb 23, 2009 12:35 PM
‎2009 Feb 23 11:36 AM
Dont take the realsed request to the Quality server / Prod Server
Delete that request from the queue of Quality server
Then go to ur first prgrm Save And Activate it & Create a req for it again create new req for ur 2nd prgrm
Regards
Varun
‎2009 Feb 23 11:36 AM
Hi Ajay,
If Main TR is not released, if you do any modifications automatically a task will be created under that Main TR. assign that request to that Main TR and release.
Regards,
Sathish
‎2009 Feb 23 11:42 AM
Hi,
U can modify the request number status released to modifiable.
follow this, there is a table E070, change the status field 'R' to 'D'.
To Modify the records from particular table its easy.
Goto : se11
- Give the table name
- Execute the table with the selection fields
- Then data (list) screen will be displayed.
- Now double click on that particular record which has to be modified
- Select that and switch 'on' the Debugging mode press enter
- Then press F6 goes to subroutine where there is field called display
- Instead change it to edit and then save the changes then it will take you to the screen where you can edit that records & also delete that particular records.
Note:
After displaying the contents of the list.
Switch ON the Debug Mode the select the particular record then click display then it will take u to Debug Screen when there is a program for sy-ucomm then click F7 Button and then Change Code = EDIT then save the code the afterwards it will take u to edit mode of that particular record.
Now ur request is in modifiable mode , now u go and delete ur program from the req and assign it to new req.