2 weeks ago
Hi Experts
I Have a ALV report when i export the output to spreadsheet xlsx. format it showing an error but in xls.there is no issues.
Request clarification before answering.
Hi
yes data differs from client to client(QA, Prod etc.).
Special characters in the ALV report, could you please check for some special characters like(\x00, \x1F)?
This becomes the Illegal xml character(as mentioned in the error log).
In the custom(ZMM60), try to clean the report before displaying in ALV.
DATA(lv_value) = <field>.
REPLACE ALL OCCURRENCES OF REGEX '[^\x09\x0A\x0D\x20-\x7E]' IN lv_value WITH ''.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
12 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.