-
Hello,
I want to enhance abapGit by an API that allows to serialize, deserialize and delete ABAP objects without a git repository.
So that you can use abapGit like a small ABAP SDK.
I want to use…
-
CDS views can have cyclical dependencies. Currently, standard SAP is not able to handle such activation scenarios.
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abe…
-
Unfortunately the data element /BOBF/CONF_KEY does not exist in a pure SAP NetWeaver ABAP System. It is part of the software component SAP_BS_FND. To allow activation of the abapGit-Plugins without an…
-
#337 proposed linking to another repository which contains sample code. This constitutes a security problem. But it raises a good point. It would be great if some of the rules in the guide could be co…
-
Hi @DerGuteWolf and @pokrakam,
it looks like your forks are the most advanced. @nomssi mybe you can pass the owndership of the project or @DerGuteWolf and @pokrakam send pull requests so we can re-…
-
Hi,
When activating abapGit standalone, the editor gives the following warnings regarding the abapdoc,
ref https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abendoccomment.htm
750 SP00…
-
Section # Any ABAP Language Version
_Import
When deserializing objects, abapGit will set the ABAP language version according to the metadata of each object._
--> In systems that use software co…
-
Clean Code recommends ordering methods by importance and call sequence. I find this helpful and do it where it makes sense.
It would be nice to incorporate this into the Style Guides, and Eclipse a…
-
Currently, all serializer classes are inheriting from `zcl_abapgit_objects_super`.
The longer-term goal is to move things from the superclass into the interface `zif_abapgit_object`.
-
Field /IWBEP/I_SBD_GA-NAME was changed to 128 characters in 750, but is only 40 characters in 740.
An error occurs when installing eg. https://github.com/grahamrobbo/teched16_example on a 750 system.…