on 2019 Aug 08 12:53 PM
Hi,
How can we download or upload the classes in class builder(SE24) in sap abap.
Thanks & Regards,
Sunil
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
SAPLink
AbapGit
or simpler. SE24 / Display / Source code base CTRL + A / CTRL + C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or even easier with Eclipse 😉
I wouldn't have mentioned saplink 😉
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.