‎2007 May 03 2:51 PM
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
‎2007 May 03 4:14 PM
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
‎2007 May 03 2:54 PM
by STMS - SAP Transport Management System (SE10). The same way you would move other client independent developments from one system to another.
‎2007 May 03 2:55 PM
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
‎2007 May 03 4:14 PM
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
‎2007 May 03 4:19 PM
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