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: 

Importing Objects from Different Server

VijayasekarK
Active Participant
0 Kudos

Hi,

I would like to know is there is any way to import

the objects (like tables , progams) from a different sap server to my sap system without establishing STMS(Transport Management System).

Looking for your views..............

Regards,

K Vijayasekar.

2 REPLIES 2

Former Member
0 Kudos

Hi Vijayasekar,

I'm not an authority on this, but I can think of one good reason why it cannot be done.

If you do not have the TMS between the two SAP systems, then how can the system resolve the possible naming conflicts and perform the consistency shecks?

For example, let us say you want to import a database table (some 'Z' table) into your target system. Now there are quite a few things that have to be ascertained before the import can be done - does a table with the same name already exist in the target system? are all the data-elements and domains used by this table available in the target system? etc.,

There might be some other checks required, but I'm not certain of the specifics.

In summary, I don't think it is possible to import without passing through the TMS. May be it should not be possible to do so unless there is a very strong alternative.

Regards,

Anand Mandalika.

Former Member
0 Kudos

Hi,

the only thing I can imagine is:

- for tables, do a cut and paste (it's not very comfortable, but works) and

- for programs, do a download of each single include to a file and upload it into your new system

regards

Siggi