‎2008 May 13 6:22 AM
Hi .....
can you tell me the detail procedure of transporting the request from development server to QA server after its being released........
‎2008 May 13 6:52 AM
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
‎2008 May 13 6:25 AM
‎2008 May 13 6:26 AM
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...
‎2008 May 13 6:29 AM
right now i am handling the whole process.....so i want to knw the details procedure of transportation.....
‎2008 May 13 6:30 AM
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)
‎2008 May 13 6:39 AM
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......
‎2008 May 13 6:44 AM
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.
‎2008 May 13 6:34 AM
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.
‎2008 May 13 6:40 AM
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
‎2008 May 13 6:44 AM
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
‎2008 May 13 6:52 AM
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
‎2008 May 13 7:26 AM
‎2008 May 13 6:58 AM
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