2006 Nov 01 8:37 AM
We would to compress a HTML file that is created during a daily batch run so that it can be sent to the concerned users by email.
THerefore we are looking for a Function Module and code that can do this for us.
Please help.
You can contact me at [email protected]
Thanks.
Suresh Rao
We would to compress a HTML file that is created during a daily batch run so that it can be sent to the concerned users by email.
THerefore we are looking for a Function Module and code that can do this for us.
Please help.
You can contact me at [email protected]
Thanks.
Suresh Rao
2006 Nov 01 9:42 AM
Hi,
use FM table_compress ,table_decompress
CALL FUNCTION 'TABLE_COMPRESS'
TABLES
IN = LISTOBJECT
OUT = COMP_out
EXCEPTIONS
COMPRESS_ERROR = 1
OTHERS = 2.
CALL FUNCTION 'TABLE_DECOMPRESS'
TABLES IN = COMP_OUT
OUT = COMP_IN.
Regards
amole
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |