sandraros
sandraros
Current situation (SAP S/4HANA Public Cloud), filtering the Dictionary Log on "error": ``` TABL ZEXCEL_S_CONVERTER_COL was not activated error D0(408) The use of Data Element LVC_NOKEYC is not permitted. error...
> Does anybody got a solution already? If there was a solution already, this issue would be closed (and a pull request with code would have been proposed and merged).
For now, pivot tables are not implemented at all. We need volunteers to code the feature, could you propose a pull request, e.g. a preview of the solution you propose,...
Concerned ABAP code: https://github.com/abap2xlsx/demos/blob/2f89e63babc3590ea44773873b7b78db549f4c7b/src/zdemo_excel9.prog.abap#L130-L138 Indeed, there are 3 issues: 1. First of all, a formula should start with `=`, which is currently not the case (starts with `IF`). 1. In...
@AndreaBorgia-Abo I think it's wrong design in abap2xlsx, `add_new_column` should probably be a private method. There's no method to insert a column and shift all data.
The only available solution is to rewrite everything via the methods of `zcl_excel_worksheet`: - Read the cells - method `get_table` to read all at a time - method `get_cell` to...
First of all, sorry because I'm posting here without reading the discussion. I just read the question. For information, I'm successfully using abapGit to generate objects by program in this...
@ThomasPloski Hi Thomas, I was stating that this OTR warning message is "useless" but in fact it's not, because the class must be adapted to ABAP Cloud, this warning means...
Hello. This is a very generic corruption message which alone can't help in identifying the error. We can't help if we can't reproduce ourselves this problem, I hope you understand....
Thank you. As you say that it's the same program, which is the official `ZDEMO_EXCEL31` demo program, as far as I can see it's based on nothing else than just...