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: 
Read only

Tr requests

Former Member
0 Likes
913

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
866

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!

7 REPLIES 7
Read only

Former Member
0 Likes
866

We can't delete the object from the released TR. Attach the second program to the new TR.

Read only

Former Member
0 Likes
866

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.

Read only

Former Member
0 Likes
867

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!

Read only

Former Member
0 Likes
866

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

Read only

Former Member
0 Likes
866

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

Read only

Former Member
0 Likes
866

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

Read only

Former Member
0 Likes
866

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.