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

transport request

Former Member
0 Likes
668

Hi all,

whenever we save any configuration . in SE10 we get two request no . whay it is two nos . what is logic behind that ?????? i

1 ACCEPTED SOLUTION
Read only

naveen_inuganti2
Active Contributor
0 Likes
640

Hi,

Logic Behind this? As a ABAPer that would be now a suprise code think.

But the reason why we are getting those is important.

While developing any thing in ABAP we create a WORKBENCH REQUEST to transport the work from one system to another system like DEVELOPMENT to TESTING to QUALITY to PRODUCTION.

Here while creatiton of WB Request it will generates ONE Number and after that we can add more than one user for that Request number, While adding the User it will generates one TASK number.

All these Task Numbers and Request numbers saves in One Database Table of R/3 System i.e E070.

We can Re-assign this Task number to Other Request Number.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/movingtasksandmergingrequests

Thanks,

Naveen.I

4 REPLIES 4
Read only

Former Member
0 Likes
640

Hi,

One is belongs to Transport Request and another should be Task number.

else.

One may be belongs to Config TR (Functional TR ) and another belongs to workbeanch TR (ABAP TR)

Edited by: Ramanjaneyulu Reddy on Jan 21, 2009 12:32 PM

Read only

naveen_inuganti2
Active Contributor
0 Likes
641

Hi,

Logic Behind this? As a ABAPer that would be now a suprise code think.

But the reason why we are getting those is important.

While developing any thing in ABAP we create a WORKBENCH REQUEST to transport the work from one system to another system like DEVELOPMENT to TESTING to QUALITY to PRODUCTION.

Here while creatiton of WB Request it will generates ONE Number and after that we can add more than one user for that Request number, While adding the User it will generates one TASK number.

All these Task Numbers and Request numbers saves in One Database Table of R/3 System i.e E070.

We can Re-assign this Task number to Other Request Number.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/movingtasksandmergingrequests

Thanks,

Naveen.I

Read only

0 Likes
640

Thxx Navin,

Ur reply is very useful...................

awarded full pts

Read only

Former Member
0 Likes
640

Actually its not 2 requests numbers.

One is Request Number, which is at higher level(root node).

Other one is Request Task Number, which is at lower level(below the Request Number).