sandraros

Results 130 comments of sandraros

Thank you. It's very difficult to distinguish the changes if you do one PR for everything. Also, fixing minor things like typos or comments should not be all mixed, you...

I think each bug should have one issue to reproduce the problem (don't explain the problem of the code), and one PR per fix (if needed, you can explain code...

Thanks for the feedback. Is it possible to provide an example program to reproduce the issue, and explain what's wrong from user perspective?

Thanks. So, if I understand correctly the CVA security finding, it means that after we have fixed it, all people who use it will need to create a Logical File...

Could you provide an example of Excel file so that we may reproduce the issue? Thank you.

Hello. As I said in your original question at [SAP forum](https://answers.sap.com/questions/13908426/how-to-identify-and-get-data-of-a-specific-table-f.html): > *"Do a GET_TABLE of all cells to fill an internal table, and then apply the logic you want...

Thank you for analyzing the issue. Could you also provide a minimal reproducible ABAP code + the corrupted Excel file which is generated? Last but not least, could you provide...

Minimal code to reproduce (from #1200 and simplified): ```abap DATA: lo_excel TYPE REF TO zcl_excel, lo_worksheet TYPE REF TO zcl_excel_worksheet, lo_drawing TYPE REF TO zcl_excel_drawing, ls_key TYPE wwwdatatab, ls_header TYPE...

Thank you for raising the issue. I think I understand what you say, but just to be sure, could you add a screenshot for totals in the ALV and in...

I don't know if it has ever worked. I think that there is no feature to delete and insert the rows and columns, except the Template Filler for "inserting rows"...