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

difference between request and task

Former Member
0 Likes
2,063

hi

could anybody inform me

what is the difference between

request and task.

thanx

kals.

5 REPLIES 5
Read only

Former Member
0 Likes
1,395

A request is one which contains many tasks under it. The tasks are each one type of object and are released to the request.Once the tasks are relased to the request then the request can be transported.

Read only

Former Member
0 Likes
1,395

Many tasks will be under one request.

suppose say in a project different users have to change one program

for every user one task will be created under only one request

Read only

Former Member
0 Likes
1,395

Hey Kalyan,

Request is the highest level in the hierarchy. The tasks will be stored under the request.

It has 1 to many relation ship. i.e, a request may contain 1 or more task. But task cannot contain any request under it.

Regs,

Venkat Ramanan N

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,395

Hello Kalyan

A task is nothing else but a "<b>container</b>" for your transport objects. You cannot have a task without a request (like you cannot have fields without a table or structure).

Eventually, the <b>request</b> is the "<b>vehicle</b>" used to transport your object to the next SAP system.

Regards

Uwe

Read only

0 Likes
1,395

Hi Kalyan,

see you trying to create a progam where for a particular Report needs a Ztable , zdataelement, zfunction module.

ok , while saving this first Request will create and in that for program you will have one task, and for table while creating it will generate a task at that time you have to see in which request you want to save, like dataelement , function Group .

once complete this you can check in SE10 where you can see one request , in that you can find all tasks which you created for z objects and these tasks also

you can see in the utilities-> version.

Try this if it is helpful. Reward Points.

Regards,