-
I'm trying to implement Advent of Code in ABAP and use also the transpiler to run it in Node.JS. But already with part 2 of day 1 I run into an issue. My implementation [zcl_advent2020_day01_gw.clas.a…
-
Is it possible to provide some usecases related to sap abap for the integration?
-
[ZCAXX_GIT_TEST_20241009_142645.zip](https://github.com/user-attachments/files/17308644/ZCAXX_GIT_TEST_20241009_142645.zip)
Packages are shown as Inactive when imported through AbapGit
Disclaime…
-
Not sure what is wrong here. The Table BDCLM is part of the dependency repository.
```
node version: v16.20.2
abaplint version: 2.111.0
```
Message
`./src/nw/#jcs#bc_rsbdcsub_status.pr…
-
```
Please check the attached video file.
```
Original issue reported on code.google.com by `amandeep...@gmail.com` on 27 Feb 2009 at 2:41
Attachments:
- [Problem with Report wizard.avi](https://st…
-
The [Best Practice Guidelines for Development – Useful Tips for ABAP Development](https://www.dsag.de/sites/default/files/dsag_recommendation_abap_development.pdf) contains appendix A.1 where Reposito…
-
I did not find anything what clean ABAP recommends regarding using `FIELDS` in SQL-Statements.
```abap
SELECT FROM scarr
FIELDS carrid, carrname
ORDER BY carrid
INTO TABLE …
-
Cannot install abapCI 0.5.5.2 on Eclipse Java 2023-12 (4.30.0) with ADT 3.40 from the https://tools.hana.ondemand.com/latest
Cannot complete the install because of a conflicting dependency.
Soft…
-
Hi Jörg-Michael, I'd like to request a new rule to automatically add line-breaks in ABAP Doc to keep the length of lines to a certain limit, e.g. 120 characters.
As a first step, I think it would b…
-
Hello,
Is it possible to define some common view on better way how certain design patterns should be implemented in ABAP?
I saw time to time some blogs on that topic, some very useful some maybe …