sandraros

Results 41 issues of sandraros

Steps to reproduce - Clone https://github.com/sandraros/abapgitbug_wdyn_otr - Pull to a package which is not `$abapgitbug_wdyn_otr` (which is the original package I used to create my objects) - Error "invalid alias":...

bug

These kind of errors show up when the generated Excel file is opened: > "We found a problem with some content in 'xxxxx.xlsx'. Do you want us to try to...

bug
question

To reproduce: 1. Run demo program `ZDEMO_EXCEL32` 2. Filter manually the rows with any criteria 3. Click the button "Excel bind" to download the ALV to an Excel file 4....

bug

To reproduce: 1. Prerequisite: Excel 365 or Excel 2019. 1. Run the program `ZDEMO_EXCEL47` and save the file on the frontend. Open this file and you see (notice the Calculated...

enhancement

Work on #421 and #440, still in progress...

- Fix #969 - Programs added to the list of programs checked by `ZDEMO_EXCEL_CHECKER`: `ZDEMO_EXCEL37`, `ZDEMO_EXCEL41`, `ZDEMO_EXCEL42`, `ZDEMO_EXCEL45`, `ZDEMO_EXCEL46`, `ZDEMO_EXCEL47` and `ZDEMO_EXCEL48`. - If a Web Repository object doesn't exist,...

Proposing to remove all these 3 types of warnings (list obtained with abapGit > Advanced > Syntax check): - No ABAP Doc comments are possible for the current statement. -...

enhancement

I thought that the method `SET_MERGE_STYLE` was used to merge several cells and define one style, but in fact it doesn't merge anything and seems to do exactly the same...

question

Proposing to refactor abap2xlsx code to follow the clean code guidelines to [keep the methods small](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#keep-methods-small). After that, we may agree to apply this [abaplint rule](https://rules.abaplint.org/method_length/) to the repo. The...

enhancement
help wanted