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

Move ABAP Objects between Systems

bjorn-henrik_zink
Contributor
0 Likes
797

Hi,

what is the best way to more ABAP Objects (FM, Reports, Classes, BAdI, and so on...) from one system environment to another?

Should I point my transport management to the new system environment or do the move manually?

Any opinion and help is very appreciated?

Thank you.

/Elvez

1 ACCEPTED SOLUTION
Read only

bjorn-henrik_zink
Contributor
0 Likes
688

Hi,

thanks for the answers. How about tables with transactional data? What is the best way to transport the data between different system landscapes?

Thanks.

/Elvez

4 REPLIES 4
Read only

Sougata
Active Contributor
0 Likes
688

by STMS - SAP Transport Management System (SE10). The same way you would move other client independent developments from one system to another.

Read only

uwe_schieferstein
Active Contributor
0 Likes
688

Hello Elvez

The usual and recommended way is to transport your objects using <b>transport requests</b>. Additional advantage of using the transport system is the automatic versioning of your objects (every time you are releasing a transport request a new version of your objects is saved).

Regards

Uwe

Read only

bjorn-henrik_zink
Contributor
0 Likes
689

Hi,

thanks for the answers. How about tables with transactional data? What is the best way to transport the data between different system landscapes?

Thanks.

/Elvez

Read only

0 Likes
688

HI

Transporting the objects using the Transport Request is the best method

you can add all the tables into that request with contents

double click on that request and in change mode

you can add the different types of objects

for example for tables you can add the contents also

using

R3TR-TABU - <table name>

R3TR-TABD - <table name>

R3TR-TABL - <table name>

like this you can add any type of objects and transport

reward if useful

regards

Anji