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(general)

Former Member
0 Kudos

In sap ecc.6.0,how do we transport one data to another system??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear,

We dont transport transactional data from one client to another using transports, we use them to transfer the configuration changes from one client to another. Whenever you create a master data or change a configuration the system will ask for a transport request to be created, and this request will be available in SE09 or SE10.

Then you release the request so that the target client can import using transaction code STMS_IMPORT.

3 REPLIES 3

former_member195124
Active Contributor
0 Kudos

Hi Akrami

These T-codes will help you -

SE01

SE09

SCC1

Refer this wiki for more > http://wiki.sdn.sap.com/wiki/display/ABAP/Transport+Organizer

Rgds,

Zub

ramanuja_charysripada
Active Participant
0 Kudos

hi

Add to transport request (what yuo want transport)

and release the transport request thru SE10 or SE09

and import the change request to target system

regards

ramanuja chary

Former Member
0 Kudos

Dear,

We dont transport transactional data from one client to another using transports, we use them to transfer the configuration changes from one client to another. Whenever you create a master data or change a configuration the system will ask for a transport request to be created, and this request will be available in SE09 or SE10.

Then you release the request so that the target client can import using transaction code STMS_IMPORT.