-
Hello team,
would it be possible ot implement the requirement in the subject ?\
Here is a simple example:
if lv_condition = 'X'.
endif.
I would like to turn this into
if lv_condition = abap_…
-
Current tests at https://github.com/abapGit-tests use "ABAP Language Version = Any" which is the default
To-Dos:
- [ ] Add test repo for ABAP Language Version = Standard
- [x] Add test repo for…
-
Hi.
There is a little inconsistency with the default ABAP pretty printer (ABAP 7.55) for functional method calls without EXPORTING keyword with the following settings:
![align parameters and compone…
-
```abap
CLASS lcl DEFINITION.
PUBLIC SECTION.
TYPES: BEGIN OF ty1,
foo TYPE c LENGTH 4,
END OF ty1.
TYPES tt1 TYPE STANDARD TABLE OF ty1 WITH DEFAULT KEY.
…
-
Hi Team, thanks a lot for all the efforts to create and update the styleguides.
By now we got rid of most of our own ABAP rules and replaced them with the styleguide.
**Is there any chance to also …
-
tried to clone it with abap_git and the package seems to be empty.
-
-
-
Hi team,
I need help.. I am working on RAP 610 scenario and facing issue while running the test class created for creation of Purchase requisition. I am getting following runtime error - Could you …
-
[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…