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 add some specific tasks from old requests into a new request

Former Member
0 Kudos

Hi All,

I have four requests which includes say 8 tasks.Now for a business reason I have to create one more request which will comprise some specific tasks which belongs to those four requests(I don't want to add all the 4 requests in the new request,i just want to add some specific tasks in the new request).

Can any one please tell how it can be done?

Thanks in advance.

Raj

2 REPLIES 2

Former Member
0 Kudos

There are two possibilities

First if your requests are independent then you can use

---> include objects (ctrl+F11)

--->select object list from request

-


>copy

In this way you can copy all required individual requests to one request.

Or

If you want assign objects directly to a request

---> include objects (ctrl+F11)

--->select freely selected objects

-


>copy

Here you can choose your objects to assign.

Regards

sateesh

ThomasZloch
Active Contributor
0 Kudos

In SE01, put cursor on a task and choose utilities->reorganize->reassign task.

You'll have to create a new empty request beforehand.

Thomas