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

What is Tasknumber? What is differene Between reqno and task number?

2 REPLIES 2

Former Member
0 Kudos

Hi,

Task number is subobjects of a request number. A request number can have more than one task number.

Generally the task number are assigned for specifc user id.

Task number can be different for different object types.

Check out www.sappoint.com --> Documentation --> Basis section which gives very basic of TMS ( transport management systems )

http://www.sappoint.com/basis/chngtask.pdf

Cheers

VJ

Message was edited by: Vijayendra Rao

Former Member
0 Kudos

for a specific object (say report development), if we assign any transportable pacakge name(other than $tmp), system will asks you to assign a request number. it means all the changes for that report comes under this request. once the development is over& if we want to send/transfer it to quality/test server, we will transport this request.

a task is something like a component of a request which will be created for each user.if 2 different users are modifying the same report, system will create 2 different tasks under the SAME request number to distinguish the users.

regards

srikanth