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: 

SAP-ABAP

Former Member
0 Kudos

How Can we Create Task number in real time and wt is the purpose of task number?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can create a task number.

<b>creating task is nothing but adding another user name to the request. i can say, if you add a user to the request/object, it will create a task under that request to that user. all the changes done by that user comes under that task.</b>

for any program which is assigned to a request, go in change mode, system will come up with a pop-up indicating "a TASK WILL BE CREATED UNDER THE REQUEST <REQ NO> ".

this way you can create.

or

IF you already have a request & want to add tasks to that request: goto SE09-> menu REQUESTS/TASKS->REQUEST->ADD USER -> in the pop-up give the user name & say enter

SYSTEM WILL Create a task for that user.

regards

srikanth

2 REPLIES 2

Former Member
0 Kudos

The purpose of the task is to assign the object to a request which is created for the object. The request is to transport the object from one server to another.Each task would identify who has worked on the same object

Former Member
0 Kudos

you can create a task number.

<b>creating task is nothing but adding another user name to the request. i can say, if you add a user to the request/object, it will create a task under that request to that user. all the changes done by that user comes under that task.</b>

for any program which is assigned to a request, go in change mode, system will come up with a pop-up indicating "a TASK WILL BE CREATED UNDER THE REQUEST <REQ NO> ".

this way you can create.

or

IF you already have a request & want to add tasks to that request: goto SE09-> menu REQUESTS/TASKS->REQUEST->ADD USER -> in the pop-up give the user name & say enter

SYSTEM WILL Create a task for that user.

regards

srikanth