Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM table_compress obsolete ?

former_member194669
Active Contributor
0 Likes
631

I find TABLE_COMPRESS is obsolete in Netweaver 7.0, what will be alternate fm for this ?

PS: I know being obsolete , but SAP is using hundreds of programs.

So please don't suggest to use this.

My requirement is i am converting a list_from_memory (output list) to PDF.

a®s

Edited by: a®s on Aug 25, 2008 1:52 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

Hi,

Pls try to use the CL_ABAP_GZIP. In this we have method called Compress_text.

Check out this link on it's usage

Regards

Lekha

I find TABLE_COMPRESS is obsolete in Netweaver 7.0, what will be alternate fm for this ?

PS: I know being obsolete , but SAP is using hundreds of programs.

So please don't suggest to use this.

My requirement is i am converting a list_from_memory (output list) to PDF.

a®s

Edited by: a®s on Aug 25, 2008 1:52 PM

2 REPLIES 2
Read only

Former Member
0 Likes
510

Hi,

Pls try to use the CL_ABAP_GZIP. In this we have method called Compress_text.

Check out this link on it's usage

Regards

Lekha

Read only

0 Likes
509

Ory try "CL_RSSM_COMPRESS"

Good Luck !

^Saquib