cancel
Showing results for 
Search instead for 
Did you mean: 

download/upload the classes

Former Member

Accepted Solutions (1)

Accepted Solutions (1)

FredericGirod
Active Contributor

SAPLink

AbapGit

or simpler. SE24 / Display / Source code base CTRL + A / CTRL + C

UweFetzer_se38
Active Contributor

Or even easier with Eclipse 😉

Sandra_Rossi
Active Contributor

I wouldn't have mentioned saplink 😉

Answers (1)

Answers (1)

former_member566586
Active Participant

AbapGit is currently the right way to go. You can sync a package with a git repository as well as use offline mode for a simple export to zip. It also supports many more object types than just classes.

See the documentation for a guide on how to version your package:

https://docs.abapgit.org/guide-moving-package.html

An example of abap code versioned using abapgit is abapgit itself:

https://github.com/larshp/abapGit