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: 

transport a request from one server(quality) to another server(production)

Former Member
0 Kudos
114

Hi All,

I want to transport a request from one server(quality) to another server(production)

Can we transport a request from quality to production programatically i.e. by using programing logic.

Regards,

Swarup

1 ACCEPTED SOLUTION

kiran_k8
Active Contributor
0 Kudos
77

Swarup,

An Object should be assigned to a Package ie Dev Class so that we can create a Transport Request which enables us to move a object from one server to other.

Requests are moved from Dev to Quality and then Dev to Production.

Check this SAP standard program.

RSWBO060

K.Kiran.

6 REPLIES 6

kiran_k8
Active Contributor
0 Kudos
78

Swarup,

An Object should be assigned to a Package ie Dev Class so that we can create a Transport Request which enables us to move a object from one server to other.

Requests are moved from Dev to Quality and then Dev to Production.

Check this SAP standard program.

RSWBO060

K.Kiran.

Former Member
0 Kudos
77

Kiran,

I know the flow of request. My actual requirement is to automate the transporting system..

Thanks,

Swarup

andreas_mann3
Active Contributor
0 Kudos
77

use se09 in source- and stms in prodsystem

A.

Former Member
0 Kudos
77

Hello Swarup,

Yes, It is possible to transport Requests from one server to another server. My project leader has developed a tool(Program) for this and it is working fine.

Best Regards,

Sasidhar Reddy Matli.

0 Kudos
77

If u can give the direction for the same then it will be vary useful for me. i.e. Logic or BAPI for the same.

Former Member
0 Kudos
77

Hi,

It cannot be done programmatically. Although it can be automated by basis guys. They configure it in TMS (Transport Management System). You can check it using STMS. (if you are authorized to view it).

Transport path are defined in TMS.

For Automated Transport configuration is done in TMS.

Generally automatic Transport are not setup between quality and production. Changes are first tested in Quality and then Transported by basis team either periodically / individually.

In case of manual transport Transport Request can be imported in production using STMS_IMPORT transaction in production. (Basis guy will do it for approved Transports)

If there is no direct connectivity - Basis people copy "data" file and "co" file and Transport it to target server (This is generally not the case in Quality - production as Transport path is always defined).

Regards,

Mohaiyuddin