Hi,
We are trying to write a UTF8 file (with a BOM) on Application Server using ABAP using the following statement:
OPEN DATASET <file> FOR OUTPUT IN TEXT MODE ENCODING UTF-8 WITH BYTE-ORDER MARK IGNORING CONVERSION ERRORS.
While on the unicode...
Hi,
We have a program distributed via Transport. The program currently requires input from the executing user to control where files are produced on the App Server / Network Drive, which really should be controlled centrally by the environment's BA...
Hi,
When using CL_ABAP_GZIP_TEXT_STREAM, it requires a buffer interface if_abap_gzip_text_handler~use_out_buf which is defined as static.
This works fine when I need a single compression stream. E.g. looping through a single table, writing data o...
Hi all,
Am trying to get a very basic gzip streaming example working, taking some example text and hopefully displaying to the screen (for now). Ultimately, looking to write out tabular data to a compressed file.
The ABAP code is based off the ex...
Quick update on this, attempted to clone the CL_ABAP_GZIP_TEXT_STREAM package, but it has kernel method references which requires editing of the abkmeth.seg file (https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenkernel_methods.htm) (can...
Hi Sandra, Juan,Thanks for responding, much appreciated. >> point 1 - code doesn't reflect the questionThe code was meant to demonstrate the new buffer reference uref2 (please note the 2 at the end of the name) created after uref is used provides th...