SAP CL ABAP GZIP
Get Example source ABAP code based on a different SAP table
VERSION 5 IN
• CL_ABAP_GZIP ABAP_CLASS
• CL_ABAP_GZIP_BINARY_STREAM ABAP_CLASS
• CL_ABAP_GZIP_TEXT_STREAM ABAP_CLASS
• CL_ABAP_UNGZIP_BINARY_STREAM ABAP_CLASS
• CL_ABAP_UNGZIP_TEXT_STREAM ABAP_CLASS
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
For more information, see the individual classes and methods.
ABAP_EXAMPLE_VX5
Compression and decompression of text.
ABEXA 00865
ABAP_EXAMPLE_END