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

SAP-ABAP

Former Member
0 Likes
457

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
415

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

Read only

Former Member
0 Likes
416

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