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
3,343

Hi .....

can you tell me the detail procedure of transporting the request from development server to QA server after its being released........

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
2,794

Detail Steps for transport request:

1. Go to tcode SE80 and create a package

2. When it prompts to save create a new request and save this number

3. Enter description and click on save and then ok

4. Now go to SE38 and create your program and assign the package created above and put the same request number

5. If the program already exists and is assigned to a local object/different package, then follow the path “go to-> object directory entry” and put the above created package and request number

6. Go to tcode SE09 and make sure that “modifiable and released” are checked and click on display

7. Do the syntax check and consistency checks on the requests and release

8. Go to tcode CG3Y and download the data and CO files to your local PC from the following paths.

 Data: C:\usr\sap\trans\data\R903789.IEC

 CO: C:\usr\sap\trans\cofiles\K903789.IEC

The drive letter is based on the drive where SAP is installed (you can check this in tcode AL11)

It will be /usr/sap/trans/… in the case of UNIX based systems

the format is...

Data file -> R<request number>.<system id>

Co file -> K<request number>.<system id>

9. Go to the Sever in which the request is to be imported

10. Go to transaction CG3Z and upload the data and co files to the respective folders on that server

11. Go to transaction STMS

12. Go to Overview -> Imports

13. Double click on the system (eg: CE6)

14. Go to Extras -> Other Requests -> Add

15. Choose the request number (which will be the same as the one you created in the old server) and click on Ok

16. If a message is displayed as follows, click on ‘Yes’

‘Transport request IECK903 attach to import queue CE6’

17. Your request number will get added to the list

18. Select it and go to Request -> Import

19. Choose your client (same as client on the current server) (you can fiddle with other options in the Options tab

20. Click on Ok and if a message is shown as follows, click on Yes

The import is being executed with the following options

Asynchronous:

- Leave transport request in queue

Import transport request IECK903789 into system CE6

client 100?

21. A ‘Truck’ symbol will be shown in the Status column

22. Click on Refresh till the truck changes to a yellow triangle

23. Right click on the request and click on logs to view any errors or messages

24. If no errors then transport is successful

12 REPLIES 12
Read only

Former Member
0 Likes
2,794

Refer the below related thread

Regards,

Santosh

Read only

aris_hidalgo
Contributor
0 Likes
2,794

Hi,

In our company, after releasing the TR# in DEV server, we email our functional that is responsible for the object/program the TR# details and the target system and client Then he/she will forward it to our BASIS team for the TR# to be transported.

Also don't forget to include affected objects.

Hope it helps...

P.S. Please award points if it helps...

Read only

0 Likes
2,794

right now i am handling the whole process.....so i want to knw the details procedure of transportation.....

Read only

Former Member
0 Likes
2,794

For eg,

DEV - Devlopment server

QAV - Quality server..

Transporting from DEV to QAV

Step 1: In DEV go to TCode SE10

Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)

Note: First release the child request and then the parent request

Steps below are to import transport (generally done by basis )

Step 1: In QAV go to Tcode STMS

Step 2: Click on Import queue button

Step 3: Double Click on the line which says QAV (or the system into which transport has to be imported)

Step 4: Click on refresh button

Step 5: High light the trasnport request and import it (using the truck icon)

Read only

0 Likes
2,794

thanx for your reply.your steps are good...but when i am clicking on the QA server its giving some error

Transport control program tp ended with error code 0212

Errors: could not access file as supposed

so what to do in that case......

Read only

0 Likes
2,794

hi,

this kind of problem was faced by myself also.

thn i put a mail to basis with screen shot.he solved the problem.he told tht there is some connection problem between dev and qas tht is why u get tht error .

so i think tht connection problems will be solved by basis people only but not from abap consultants.

reward all hlpful answers.

Read only

GauthamV
Active Contributor
0 Likes
2,794

hi,

after u release the object in se10, generally u put a mail to basis people to transport to quality.

if u want to know how to do it see the below steps.

goto stms transaction.

click on import overview(f5) u will get the available servers select the server from which u want to transport and click display thn select the request u want to transport and click import reuest (truck) thn it will ask for userid and password for the server u r transporting giv thm it will be transported.

niote:dont do this on own.because people can know who transported particular request fron 1 server to other server.better u follow the first process which is safe.

reward if hlpful.

Read only

Former Member
0 Likes
2,794

can you tell me the detail procedure of transporting the request from development server to QA server after its being released........

ans:

after released the transport request, you have to give a transport request number to your basis to transport from DEV server to QA server. If the basis got error when the transport process it will give you message. After done Transport Process , you can test it the program or config at your QA server.

before you transport the request you have to get the approval from your leader either approved or not to transport the request.

rewards if its helpful :

[Abap tips & Notes|http://abap4beginner.blogspot.com]

Edited by: anuar jusoh on May 13, 2008 8:17 AM

Read only

Former Member
0 Likes
2,794

Steps below are to import transport

Step 1: Login to QA go to Tcode STMS

Step 2: Click on Import queue button

Step 3: Double Click on the line which says QA

Step 4: Click on refresh button

Step 5: High light the trasnport request and import it and then transport the request

Read only

former_member189059
Active Contributor
0 Likes
2,795

Detail Steps for transport request:

1. Go to tcode SE80 and create a package

2. When it prompts to save create a new request and save this number

3. Enter description and click on save and then ok

4. Now go to SE38 and create your program and assign the package created above and put the same request number

5. If the program already exists and is assigned to a local object/different package, then follow the path “go to-> object directory entry” and put the above created package and request number

6. Go to tcode SE09 and make sure that “modifiable and released” are checked and click on display

7. Do the syntax check and consistency checks on the requests and release

8. Go to tcode CG3Y and download the data and CO files to your local PC from the following paths.

&#61656; Data: C:\usr\sap\trans\data\R903789.IEC

&#61656; CO: C:\usr\sap\trans\cofiles\K903789.IEC

The drive letter is based on the drive where SAP is installed (you can check this in tcode AL11)

It will be /usr/sap/trans/… in the case of UNIX based systems

the format is...

Data file -> R<request number>.<system id>

Co file -> K<request number>.<system id>

9. Go to the Sever in which the request is to be imported

10. Go to transaction CG3Z and upload the data and co files to the respective folders on that server

11. Go to transaction STMS

12. Go to Overview -> Imports

13. Double click on the system (eg: CE6)

14. Go to Extras -> Other Requests -> Add

15. Choose the request number (which will be the same as the one you created in the old server) and click on Ok

16. If a message is displayed as follows, click on ‘Yes’

‘Transport request IECK903 attach to import queue CE6’

17. Your request number will get added to the list

18. Select it and go to Request -> Import

19. Choose your client (same as client on the current server) (you can fiddle with other options in the Options tab

20. Click on Ok and if a message is shown as follows, click on Yes

The import is being executed with the following options

Asynchronous:

- Leave transport request in queue

Import transport request IECK903789 into system CE6

client 100?

21. A ‘Truck’ symbol will be shown in the Status column

22. Click on Refresh till the truck changes to a yellow triangle

23. Right click on the request and click on logs to view any errors or messages

24. If no errors then transport is successful

Read only

0 Likes
2,794

Thanx mate for your answer......

Read only

Former Member
0 Likes
2,794

Hi Prasanjeit,

It depends how its been adapted in your project..

For example..

100 (development clinet ) -


210 (Quality client)-IC(400)----Production

When u save a program in Tr. Then go to Se01 or Se10 select your tr and then click on F9. Fill in the required details..

and click transport to other system/client.Before that click on Request/Task ---overall check/consitency check etc for your TR then release that Transport. If you have customize programe for your project .

Then the import job will be scheduled for the Trs other wise u need to get in touch with basis guy.

cheers

Mohinder Singh Chauhan