How to copy a lot of code to a different company

266 views Asked by At

I have a set of ZBAPI structures on a server of a company in which we developed and installed a custom application.

I am having to use a lot of the same BAPIs in the same application for a different company.

Is there any quick way in which I can move the Structure, Function Module, Business Object and the BAPI code itself from one SAP system to another?

2

There are 2 answers

0
vwegert On

Yes. Use the built-in Change and Transport System (CTS), preferably by creating a Transport of Copies (ToC). You may also want to check this question.

0
Philipp On

An alternative to using the transport system that requires a lot less configuration is to use the free 3rd party tool ZABAPGIT. You just need to copy&paste this report into the systems you want to exchange objects between.

The report allows you to create an "offline repository" based on any package in the system. You can then export the objects in that package as a ZIP file to your PC. You can then import the contents of that ZIP file in another system by running abapGit it in the destination system.

Alternatively you can also use abapGit via an "online repository", which uses a git server for exchanging data instead of ZIP files.