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: 

Tranporting an Object

Former Member
0 Kudos

hi all,

how to transport the objects from one system to another system ( ie., development system to test/production systems), i know the tcode se09... i want process

1 ACCEPTED SOLUTION

former_member189059
Active Contributor
0 Kudos

<b>Steps for transport request:</b>

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 ur 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 “goto-> 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 ur local pc from the following paths.

u00D8 Data: E:\usr\sap\trans\data\R903789.IEC

u00D8 CO: E:\usr\sap\trans\cofiles\K903789.IEC

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. Goto Overview -> Imports

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

14. Goto 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 goto 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

5 REPLIES 5

Former Member
0 Kudos

u will first have to release ur transport and then u can go to your production server in tcode stms u will have to import ur requests .

Thanks

ROhit

Reward if helpfull

former_member188827
Active Contributor
0 Kudos

go to se10 and release ur task.

after dat goto tcode stms.

1.click on import overview icon.

2on next screen.double click on dev server name and den click on refresh.

3.u'll see ur released task at end of list,select dat request and press import request icon(ctrl+F11).

4.click ok to confirm import and keep refreshing the list till status of request changes to done.

5.then go back and click on production server name.

6.repeat step 3 .it will ask for ur user naem and password of production server.

repeat step 4.

Former Member
0 Kudos

In version management u should check ur transport no.

in se09 u have to first release the what are all subtasks are there.

then release the main task

former_member189059
Active Contributor
0 Kudos

<b>Steps for transport request:</b>

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 ur 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 “goto-> 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 ur local pc from the following paths.

u00D8 Data: E:\usr\sap\trans\data\R903789.IEC

u00D8 CO: E:\usr\sap\trans\cofiles\K903789.IEC

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. Goto Overview -> Imports

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

14. Goto 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 goto 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

Former Member
0 Kudos

hi

WHEN EVER YOUR CREATING A NEW OBJECT YOU WILL SAVE THAT UNDER ONE TRANSPORT REQUEST

AFTER COMPLETING THAT OBJECT IN DEVELOPMENT SERVER , YOU NEED TO TRANSPORT THAT OBJECT TO QUALITY SERVER

IN SE01 YOU CAN RELEASE UR OBJECT TRANSPORT REQUEST AND ASK UR BASISI PEOPLE TO TRASPORT THIS OBJECT TO ANOTHER SERVER

AND SEND A MAIL TO YOUR BASIS PEOPLE BY MENTIONING THAT REQUEST NUMBER AND SAYING THAT PLEASE TRANPORT IT TO QUALITY

THEN THEY WILL TRANSPORT THAT OBJECT TO QUALITY

AND THEN PRODUCTION

REWARD IF USEFULL