Search code examples
abapnetweaver

Exporting and Importing ABAP Classes


I have around 10 classes I want to export to another system. Transporting isn't an option and I was wondering if there is a faster way to copy the classes. Manually creating and filling up the classes would take quite long.

Most questions around this topic are from 5+ years ago and I was wondering what the best method is. I've read some nice things about SAPlink and I imagine this is the way to go?


Solution

  • This is already mentioned in the comments, but I give you some details and some screenshots:

    Go to the source system, start SE24 and switch to the Source Code Based

    enter image description here

    Mark the code (Ctrl-A, Ctrl-C) and go to the target system.

    Start SE24 and create the class, switch to "Source Code Based" and paste the code.