Ansicht
Dokumentation

ABENCL_ABAP_GZIP - CL ABAP GZIP

ABENCL_ABAP_GZIP - CL ABAP GZIP

BAL Application Log Documentation   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Class for Compressing Character Strings and Byte Strings

These classes offer a range of methods that enable text in text fields or text strings, or binary data in byte fields or byte strings to be compressed or decompressed using GZIP.

For more information, see the individual classes and methods.

Compression and decompression of text.
cl_abap_gzip=>compress_text(
EXPORTING text_in = `Hello!`
IMPORTING gzip_out = zip ).

DATA txt TYPE string.
cl_abap_gzip=>decompress_text(
EXPORTING gzip_in = zip
IMPORTING text_out = txt ).

ASSERT txt = `Hello!`.






General Material Data   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1562 Date: 20240420 Time: 152800     sap01-206 ( 19 ms )