on ‎2025 Sep 05 11:22 PM
I am usning SAP BTP Trial account and trying to pull the repo https://github.com/SAP-samples/abap-file-uploader
after completion of the process my Package gets deleted on it's own few times and pull of repo also gets failed. I don't understand what I am doing wrong. I would really appreciate if you could help.
Thanks in advance
Request clarification before answering.
Adding to what the others wrote, the deletion of your local package works as designed. Since Object Deletions with abapGit | SAP Help Portal where introduced, the Pull action recognizes that your local target package is not part of the repository https://github.com/SAP-samples/abap-file-uploader and hence offers to delete it to get in sync with the remote repo. If you leave the box unchecked, the single class ZCL_ABAP_FILE_UPLOADER will be imported to it. It's actually a special situation with this repository, because it contains just a flat class object.
Apart from that you should not be able to create any package under HOME at all. In SAP BTP ABAP Environment, you should use ZLOCAL instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.