-
Ref #5201
Use super-class methods to serialize documentation for `clas` and `intf`:
```abap
ZCL_ABAPGIT_OBJECTS_SUPER
SERIALIZE_LONGTEXTS
DESERIALIZE_LONGTEXTS
DELETE_LONGTEXTS
```
-
Class Y_CODE_PAL_SERVICE has a dependency to the developer version of abapGit. In method EXECUTE_GET_VERSIONS it uses ZIF_ABAPGIT_VERSION=>GC_ABAP_VERSION. This causes a syntax error if only abapGit s…
-
SAP teams plan to address the following issues in our next iteration:
* abapGit/abapGit#4861 (contribution of CHKO * object handler; will require more time than one iteration)
* #248
The itera…
-
Currently ABAP2XLSX dumps when creating a document with more than 255 worksheets. Reason is the definition of DTEL ZEXCEL_ACTIVE_WORKSHEET which is defined as 1-byte integer.
Excel specification …
-
The new form for adding an online repo does not have an option to select previously used URLs.
Suggestion:
1) After user selects "Clone online repo" on a validated form, save the URL in the use…
-
We'd better enforce the keyword upper case as discussed in #780, #893, and [here about problem with `CLASS ZCL_ IMPLEMENTATION` when using the Class Builder SE24/SE80](https://github.com/abap2xlsx/aba…
-
Hello,
I've followed all SSL setup steps and when testing connection using (SE38 -> ZABAPGIT_TEST_SSL) I'm getting below output:
ZABAPGIT_TEST_SSL
Error Number 1
SSL handshake with git…
-
In abapGit, the variable `zif_abapgit_version=>gc_abap_version` was changed to `zif_abapgit_version=>c_abap_version`.
This was done in commit [dc4b3705216757c7533f5802d51](https://github.com/abapG…
-
currently abapGit does not implement the distributed part of git, it has to have a connection to the git server, and pulls all information from the server each time.
However, normal git clients store…
-
Collection of issues for CLAS serialization (some apply to INTF as well):
1. Different serialization depending on release (esp. older releases like 702)
2. Inconsistent sort order of method implem…