Hi
We are having an ABAP module and C/C++ application (which uses Netweaver RFC SDK) which exchanges data among them.
We are looking for the compression support for performance improvement.
Here are the steps we are aiming;
(1) ABAP compresses data using ZLIB compression (or any other standard compression techniques)
(2) Compressed data is passed back to C/C++ application.
(3) C/C++ application reading the original data after applying ZLIB (or any other standard compression techniques) decompression.
We are aware that RFC layer can introduce compression in Network transfer, but we are more aiming to apply the compression technique in our own application.
Do ABAP support this scenario of compressing the data using standard compression techniques?
Any help on this is highly appreciated.
Thanks in advance.
Ashi