Alternativa to TABLE_COMPRESS

Hi,
TABLE_COMPRESS is an absolute function module.
Is there any alternative fucntion module to it.
Thanks in advance,
Veeru.

Hi,
check the thread
Re: E-mail in ABAP
regards,
keerthi.

Similar Messages

  • Error with function module TABLE_COMPRESS?

    Hi all,
    What is the alternate function module for TABLE_COMPRESS?
    This is going fine in 4.7 version.
    But in ECC 6.0, if we use this function module we r getting SLIN error (Obsolate statements) .
    How can we rectify this SLIN error?
    So we have to use another funtion module for the same purpose.
    Can any one help on this?
    Rewards to all.
    Thanks & Regards
    Anu.

    Hi,
    I you have complex type in the parameter list you will get this error for example generic types, xtrings, strings, object references.
    But, function module can be called from programs.
    Check for Oss notes if you want to solve this problem
    Best regards..

  • What is the replacement for fm table_compress in ECC6

    Hi ,
    I am doing the ABAP remediationn from 4.7 to ECC6. Can you please let me know how to replace the obsolete function module TABLE_COMPRESS. As per the threads in SDN I came to know that there is a class availabe CL_ABAP_GZIP.  But I am not clear how to make use of this. Do we need to implement any OSS note for this.
    Thanks,

    Hi,
    No note needed, CL_ABAP_GZIP is available in ECC 6 (more precisely in NetWeaver 7.0 systems). Search forum for examples.
    BR
    Sandra

  • How to use FM named 'TABLE_COMPRESS'

    i am using FM named 'TABLE_COMPRESS'
    it is sending compressed values via function module  'SO_NEW_DOCUMENT_ATT_SEND_API1' (in attachment)
    but i am not able to see content after mail is sent.

    Hi Manish,
    Check the following link:
    http://www.sap-img.com/abap/sending-email-with-attachment.htm
    Thanks,
    Reward If Helpful.

  • Obsolate statement for function module TABLE_COMPRESS

    Hi all,
    What is the alternate function module for TABLE_COMPRESS?
    This is going fine in 4.7 version.
    But in ECC 6.0, if we use this function module we r getting SLIN error (Obsolate statements) .
    How can we rectify this SLIN error?
    So we have to use another funtion module for the same purpose.
    Can any one help on this?
    Rewards to all.
    Thanks & Regards
    Anu.

    Hello,
    This Function Module belongs to the Function Group SYST. I really doubt if this is going to be made obsolete without providing an alternative. In such a case there would almost certainly have been an OSS Note. However, I could not find any OSS note for this.
    Moreover, the Function Module doesn't have "obsolete" flag set if you see from SE37. Therefore it must be really safe to use this function module in your program.
    Still, I will try to get a confirmation for this.
    Regards,
    Anand Mandalika.

  • Urg. Replacement for the FM's TABLE_COMPRESS & SAPWL_STATREC_READ_FILE

    Hi,
    We are Upgrading Ecc4.7 to Ecc6.
    We found that TABLE_COMPRESS and
    SAPWL_STATREC_READ_FILE are Obsolete.
    Please suggest the Replacement for these Function Modules

    Sandhya,
    As Vasu suggested you can use class <b>cl_abap_gzip</b>
    try.
    call method cl_abap_gzip=>compress_text
      exporting
        text_in                     = xsccpvapitem
      importing
        gzip_out                   = it_attach2
        gzip_out_len             = 255.
    endtry.
    Regards
    Aneesh.

  • DTW Template für Alternativ Artikel

    Hallo,
    kann mir jemand sagen hinter welchen Business Object sich die Alternativ Artikel verstecken? Finde sie nicht...
    Danke und Gruß
    Sabine

    Hallo ..
    Ich empfehle Ihnen, check this nächsten Fall ... dieses in der englischen Forum, aber es ist genau Ihren Fall
    Mit besten Grüßen,

  • Cómo puedo pagar con tarjeta Diners en App Store... Solamente tengo como alternativas otras tarjetas...

    Cómo puedo pagar con tarjeta Diners en App Store... Solamente tengo como alternativas otras tarjetas...

    You cannot use Diner's Club. Here is a list of iTunes accepted forms of payment.

  • FM TABLE_COMPRESS

    Hi,
    I have a report that I need to email to certain users. The line length in the report is greater than 255 characters.
    When I call fm TABLE_COMPRESS passing table it_table, the new table (it_list) comes back filled with funny characters.
    My code is below ...
    TYPES: BEGIN OF t_table,
             line(1000),
           END OF t_table.
    DATA: it_table   TYPE STANDARD TABLE OF t_table INITIAL SIZE 0 WITH HEADER LINE,
               it_list LIKE solisti1 OCCURS 0 WITH HEADER LINE.
      CALL FUNCTION 'TABLE_COMPRESS'
        TABLES
          in               = it_table
          out             = it_list
        EXCEPTIONS
          OTHERS          = 1.
    Thanks
    Lindy

    Hi Adil,
    I did try using ABAPLIST, but got an error when trying to load the table (it_table must be a character-type data object).
    Here is my code for loading the table ...
      CONSTANTS:
      con_tab TYPE c VALUE cl_abap_char_utilities=>horizontal_tab,
      con_cret TYPE c VALUE cl_abap_char_utilities=>cr_lf.
      CONCATENATE 'CUST NO' 'CUST NAME' 'MATERIAL'
      'SUPP INV NO' 'SUPP INV DATE' 'BL NO' 'BL DATE'
      'DOC TYPE' 'PMM PO NO' 'PO QTY' 'SHIP QTY' 'ORDER UNIT'
      'INCOTERM' 'PO UNIT PUR PRICE' 'EDI INV UNIT PUR PRICE'
      'POvsEDI' 'DIFF x SHIPQTY' 'VEND CODE' 'VEND NAME'
      INTO it_table SEPARATED BY con_tab.
      CONCATENATE con_cret it_table INTO it_table.
      APPEND it_table.
    CALL FUNCTION 'TABLE_COMPRESS'
    TABLES
    IN = IT_TABLE
    OUT = IT_LIST
    EXCEPTIONS
    OTHERS = 1.
    Thanks
    Lindy

  • Can I buy CS6 with educational discount? My home is to far away from the masts to receive any broadband worth mentioning. so Creative Cloud is not an alternativ.

    Can I buy CS6 with educational discount? My home is to far away from the masts to receive any broadband worth mentioning so Creative Cloud is not an alternativ. In the schools where I work I have of course access to the net but that excludes doing any work at home.

    Creative Suite 6

  • Alternativ BOM Items

    Hallo,
    we have a Problem in Using alternativ BOM Items.
    Example
    BOM:         800000
    ITEM 01:     300000 1 ST
    ITEM 02:     300001 2 ST
    We create a Route for 800000 with 2 Work Center
    01 15H with  Material 300000
    02 10H with  Material 300001
    And finally we insert a Production Order for 800000
    with the created Route an Material BOM.
    This works correct.
    Now our new Problem.
    We want to work with alternativ Material for ITEM 02
    (Example: Material 300002)
    When we create the Production Order we will be asked by the System witch Material we want to use for ITEM 02 Material 300001 or 300002.
    Has anyone an Idea to solve this.
    Thanks
    Regards, Dieter

    Hi,
    Pl. recheck the BOM.
    Bom usage 1.
    Item Type : L
    SAM

  • FM table_compress obsolete ?

    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

    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
    Fm TABLE_COMPRESS
    Regards
    Lekha

  • Is there and alternativ​e to shift registers for saving data across iterations in a subVI operating inside a loop?

    I am creating a subVI state machine (case structure) which will run inside a while loop which will be executing every 250ms. The reason I wanted to make the state machine case structure into a subVI is because I want to execute 64 of the machines within the same loop. The goal is to monitor certain types of voltage changes on 64 I/O channels on a FP2200 RT module and report periodic details about state changes to a database. My thinking was that by executing each independent machine in the same loop structure, I will only worry about one thread. It seems that the alternative of having one state machine thread per I/O channel is probably more than the RT module can handle. Please correct me if I am wrong on that.
    The issue I'm now having is as I'm creating the state machine, I am finding that I need to keep track of some pieces of data from one loop iteration to the next. This is easy enough to do with shift registers but in order to use them, I have to create additional input nodes to my SubVI as well as output nodes. For example, I want to use a queue to buffer some I/O data but as of now, I have to create this queue outside the loop, pull it into the loop across a shift register, feed it to the subVI, and output it to the out Shift register. It would be better if I didn't have to output this queue because there's no reason for anything to have access to it outside the subVI. It just creates an extra set of wires to look at and makes me worry a bit about maintainability. 
    Is there a better way to approach this problem? 

    You could place a while loop inside your sub vi that has a true constant wired to the stop condition. Then add unitialized shift registers to that while loop to keep data between iterations.
    or you could use a feedback node inside the sub vi

  • Audigy 2 ZS Platinum Pro - External I/O Hub alternativ

    I just bought a used Audigy 2 ZS Platinum Pro as stand-alone,meaning no HUB.
    I couldn't care less about the HUB,because I would be using it only with headphones for games. That is until I found out it has NO MIC jack on the PCI board!!
    Apart from being puzzled to why Creative would skip putting a MIC jack on the board I've being trying to find out which alternati'ves (if there are any) I could use.
    There are some I/O dri'ves (Front Panels) I could buy, but im uncertain to if AD-Link cables are same form factor. This particular board uses two: AD_Link and AD_Link2, altought the second one is a straight firewire cable.
    X-Fi I/O Console Upgrade Kit:would this one (it has an AD-Link cable) work?
    http://www.creative.com/products/product.asp?category=&subcategory=6&product=47&nav =2
    Any other alternati'ves?
    At the moment I have this one for output and using Onboard Card for MIC but would rather use one card only.
    Ty in advance.

    Thats simple: I bought it on Ebay.
    The thing is: I cant blame the seller because he clearly stated it was a "stand-alone".
    But I never heard of a sound-board which didn't have any "IN" jacks on itself. That is:until now.Always thought front-panels and hubs were add-ons...
    This particular one only has 3 jacks for output.On a card supposedly to be the best of the ZS series its particularly weird.
    I have been using 2 sounds cards without any issues so I guess this is the "best" solution.

  • Alternativ​e to Windows 7 Search

    I did a clean install of Win 7 Ultimate 32 bit on my T60 back in February and I am very happy with it with one exception.  I have tried changes Win 7 folder options to be able to search contents of files or use a wildcard and to no avail.  Is anyone using third party search software instead of Win 7 OS search?
    ThinkPad T530 2359-CTO i7-3520M (up to 3.60 GHz) 16GB RAM, 250GB Samsung 840 SSD, 15.6" 1600 x 900 LED, NVIDIA NVS 5400M Graphics with Optimus Technology
    ThinkPad T60 8744-5BU
    T7200(2GHz), 4GB RAM, 256GB Crucial C-300 SSD HD, 15.4in 1680x1050 LCD, 256MB ATI MOBILITY FireGL V5250, CDRW/DVDRW, Win7 Ultimate 32bit

    Yes it will index everything,you can even select what type of files to be searched and what should not be
    http://desktop.google.com/features.html
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

Maybe you are looking for

  • Ipod Touch 1st Gen not starting up past the apple logo

    When I start it up i see the apple logo for about 15sec then it turns off. I've tried putting it into safe mode by holding the Power and Home button for 30sec but all it does is turn on and off twice then nothing happens. Any ideas on how to fix this

  • Problem using FM 'RH_READ_INFTY'

    Hi, I have a problem when i try to use 'RH_READ_INFTY' with some infotypes, as 1035. I'm doing this as follows: lt_it1035 LIKE hrp1035 OCCURS 0 WITH HEADER LINE CALL FUNCTION 'RH_READ_INFTY'        EXPORTING          plvar                = '01'      

  • Several photos in one frame

    Hi! Simple question - I think. I'm attempting to insert several photos into one shape in InDesign CS4. I'm sure it's something really simple but I'm just not figuring it out. Please help!! Thanks in advance!

  • How to connect with database

    Hi All, i just finished BI installation 10.3.2 on 10g database. Can any one please inform me what steps i have to do more to access the 10g database by my BI application. I searched there is not sql*net or tnsname connection string in B I application

  • Where is the serial number for CC downloads

    where is the serial number for CC downloads