Enno

Results 6 issues of Enno

Hey! I just ran into the following issue: I found it was a good idea to define the dependencies of my own products using /-namespace by using ZIF_APACK_MANIFEST. It turned...

You can omit the parameter _obj_to_log_ in order to log the current system message. Unfortunately this does not work because the parameter is passed to method ADD. at this point...

I added a class to get the display profile. Although it's only a function call, it annoys me that it's not object oriented. plus: there are so many functionalities which...

please support reports/ programs ``` { "type": "PROG", "oldName": "z(.*)_foo", "newName": "z$1_bar" } ```

new feature

The following code leads to the error: `Variable name "i" already defined (check_syntax) [E]` ```abap CLASS zcl_demo DEFINITION. PUBLIC SECTION. METHODS test IMPORTING word1 TYPE string word2 TYPE string PROTECTED...

I asked ChatGPT to create a json file for the following adventure: _i have created a text adventure engine where rooms, things and actorss can interact with each other. a...