Skip to content
Piotr Koca
  • About
  • Blog
  • Contact
Piotr Koca
Menu

How to compress data in ABAP using CL_ABAP_ZIP?

  • Default imagepiotrkoca
  • 2021-04-08
  • SAP

Sometimes size of the document that is to be handed to user may be large.

For example, this may be the case when some report result is saved in CSV or XML format. How to make the resulting file smaller in ABAP? One solution can be to compress the data using ZIP compression.

Below I present an example:

abapcl_abap_zipzip
Previous Post How to easily insert non-breaking space character in ABAP?

Related Posts

How to easily insert non-breaking space character in ABAP?

  • 2021-01-24

How to process SELECT data in packages with COMMIT using CURSOR in ABAP?

  • 2021-01-13

How to debug F110 transaction in SAP

  • 2021-01-12

Copyright © 2021 Piotr Koca

  • About
  • Blog
  • Contact