-
[languages.yml](https://github.com/github-linguist/linguist/blob/cddf7476af4c95d1572956ffc5c0cb84f7e431c5/lib/linguist/languages.yml) in the GitHub linguist project has a good list of languages but I'…
-
Assume the interface
```ABAP
interface ZIF_BADI_TADIR_CHANGED_MA
public .
methods METHOD_B .
endinterface.
```
where description of METHOD_B is 'Sun' with associated translation 'Sonne'…
-
When having two reports in a abapGit repository, the merge fails
![image](https://user-images.githubusercontent.com/38354196/168593755-d5235e23-0108-40ae-b3a3-c4c205a07f8a.png)
Deleting one repor…
-
suggest:
* add comment regarding the schema version
* add comment regarding use of lowerCamelCase(?) for naming of JSON fields
-
TABL objects are defined in DDL in Eclipse, https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/abenddicddl_define_table.htm
given
```
define table demo_blob_table {
key name : abap.ss…
-
We have to define how we represent documentation (especially SAPscript) in ABAP file formats.
Questions are from my point of view:
1. Technical (using two columns like in classic SAPscript edito…
-
https://www.npmjs.com/package/glob
with
https://www.npmjs.com/package/fast-glob
?
would like a clean MIT license, and if possible less nested dependencies
or https://www.npmjs.com/package/mic…
-
to be disclosed later, when ENHO gets into scope
-
I run into problems when trying to map a json field name back to the corresponding abap field name. This happens when the abap field name has underscores in front of a digit. For example: element_1. I…
-
Hi,
We always had the problem of documenting the tremendous amount of ABAP objects that we have developed during a project.
So we've created a converter that extract the most important objects fro…