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

How to save the task number in another reuest number

naveen_inuganti2
Active Contributor
0 Kudos

Hi friends..,

I am having 2 request numbers.

REQ1 and REQ2.

Now my task numbers is under REQ2.

How can i reassign my task numbers to REQ1.

Thanks,

Naveen.I

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check this out to acheive your requirement.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/movingtasksandmergingrequests

5 REPLIES 5

Former Member
0 Kudos

Check this out to acheive your requirement.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/movingtasksandmergingrequests

0 Kudos

Hi...

Solution...

1. select the task number

2. menu-> utiliteis-> reorganize-> reassign task number.

Thanks,

Naveen.I

Former Member
0 Kudos

Hi,

I think it is not possible to transfer the task from One Request to another. But if you have to get the objects in the other request then you need to delete the Current request and Task (REQ 2 and its task).

To do this Go to SE03 Then click on 'Unlock Objects (Expert Tool) ' and then give both REQ2 and its task.

Delete both REQ2 and its task in SE01.

Then you can assign your objects to the new Request REQ1 and automatically a new task will be created.

Regards,

Pramod

Edited by: Pramod Manjunath on Oct 6, 2008 4:40 PM

Former Member
0 Kudos

You can merge your requests.

The first request is merged with the second request:

The entire contents of the first request will be reassigned

to the second request; afterards the first request will be

deleted.

Regards

Sathar

Former Member
0 Kudos

Hi,

Try like this...

Goto Tcode : SE09

Step 1: Right click on REQ1 request.

Step 2: Select "Include Objects.."

Step 3: Enter your tasknumber (Which one needs to move from REQ2 to REQ1 requst)

Hope it will helps