Ludwig Stockbauer-Muhr

Results 17 issues of Ludwig Stockbauer-Muhr

Hi, after the update to abapGit version 1.92 the `*.ddls.basinfo` files were added to the repository. However, during the pull of the same repository on another system these files do...

serialization

I have added a UI5 repository (BSP) with MIME folders/files into my repository. Saving the files into git was no problem. However after pulling the repository on a new system...

serialization
limitation

Hi, first of all, great job in providing this tool 😎. However, I discovered that you cannot really use `Date` objects at `Date` elements of a CDS entity. The framework...

bug

Hi all, it would be benefitial if aspect relationships like the following ```cds aspect adminData { createdby : User @cds.on.insert : $user; createdon : Timestamp @cds.on.insert : $now; } entity...

enhancement

Row freezing does not work correctly if the selected row index is greater than the number of visible rows. ## Proposed solution See class `zcl_dbbr_output_grid` ```abap METHOD change_fixed_rows. IF if_from_selection...

Starting with ABAP Release 7.52, database tables are displayed as source code in a native Eclipse ADT editor. It should be possible to search them in this source code representation.

enhancement

Starting with ABAP release 7.50, DDIC structures can be displayed in a native Eclipse ADT editor. It should be possible to search them in this source code representation.

enhancement

Wrapping the `module.exports` in `Proxy` objects removes the need for dynamic imports everywhere. ### Changes - new `module.exports` in `index.js` of namespace `_` ![image](https://github.com/user-attachments/assets/8322c358-a3f1-4837-a8a5-234f2af0010f) - wrapping the entity `module.exports` in...

### Description Currently the recommendation from CAP https://cap.cloud.sap/docs/tools/cds-typer#subpath-imports is to use dynamic imports to be safe during runtime. Generally speaking, dynamic imports should only be used if really necessary (e.g....

feature request
new

### Description The currently used approach with classes and functions seems overcomplicated and is also kind of hard to read. In addition it feels weird to map class definitions to...

feature request
new