<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792176#M651471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it will come as 'color blue house' and the # would be totally removed by this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell me which function you are using to download the data&lt;/P&gt;&lt;P&gt;I tried using GUI_DOWNLOAD and the data came properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(my system is ECC5 and Excel 2000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 11:21:52 GMT</pubDate>
    <dc:creator>former_member189059</dc:creator>
    <dc:date>2007-09-18T11:21:52Z</dc:date>
    <item>
      <title>Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792167#M651462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello masters!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im encountering a problem when I download a file in excel. Actually I dont know if its abap side or excel thing.&lt;/P&gt;&lt;P&gt;the problem is I have a description field example of text in description field.&lt;/P&gt;&lt;P&gt;example ::&lt;/P&gt;&lt;P&gt;   color blue #house&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what happen is every description that has a number sign in text .&lt;/P&gt;&lt;P&gt;the text after the number is being place to the next row of the excel.&lt;/P&gt;&lt;P&gt;which is wrong.&lt;/P&gt;&lt;P&gt;Do you have any idea on how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what happen in my excel.&lt;/P&gt;&lt;P&gt;row 1  color blue&lt;/P&gt;&lt;P&gt;row  2 house.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's wrong I need to have a text in just one row/cell.&lt;/P&gt;&lt;P&gt;Do you have any idea on ho to correct this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792167#M651462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792168#M651463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just enlarge the size of the excel cell .. and check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Rgds,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792168#M651463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792169#M651464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check your code where you are created trying to concatenate fields i.e columns by tab i.e hex 09.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP.&lt;/P&gt;&lt;P&gt;Pankaj Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792169#M651464</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2007-09-18T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792170#M651465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nothing happens.I still got the same error.&lt;/P&gt;&lt;P&gt;what I mean is&lt;/P&gt;&lt;P&gt;example::&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;description&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; color blue #house&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what happens in excel:&lt;/P&gt;&lt;P&gt;row 1     color blue&lt;/P&gt;&lt;P&gt;row 2     house&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the text after the number sign proceeds to the next row not in the next column.&lt;/P&gt;&lt;P&gt;I need to have a complete text in just one row cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expected:&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;color blue #house&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , hope you can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792170#M651465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792171#M651466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Salma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u paste the code here.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Rgds,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792171#M651466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792172#M651467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Master ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   I didnt do any concatenation in that field. I just fetch the whole value of description from its table.It just so happen that the value of&amp;lt;b&amp;gt; description field&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;is  '&amp;lt;b&amp;gt;color blue #house'&amp;lt;/b&amp;gt; I need to have the same text in the corresponding row cell of that value. What happen is after the text in number sign it proceeds to the next row w/c is wrong.&lt;/P&gt;&lt;P&gt;I dont have any idea why it happens....im clueless..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792172#M651467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792173#M651468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here's my code in the form where I fetch my data:: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM get_data .&lt;/P&gt;&lt;P&gt;  DATA: lv_pr(1)   TYPE c,&lt;/P&gt;&lt;P&gt;        lv_rfq(1)  TYPE c,&lt;/P&gt;&lt;P&gt;        lv_po(1)   TYPE c,&lt;/P&gt;&lt;P&gt;        lv_sa(1)   TYPE c,&lt;/P&gt;&lt;P&gt;        lv_sf(1)   TYPE c,&lt;/P&gt;&lt;P&gt;        lv_cont(1) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT    banfn bnfpo loekz statu&lt;/P&gt;&lt;P&gt;            ekgrp erdat &amp;lt;b&amp;gt;txz01&amp;lt;/b&amp;gt; matnr&lt;/P&gt;&lt;P&gt;            werks lgort matkl menge&lt;/P&gt;&lt;P&gt;            meins badat lfdat frgdt&lt;/P&gt;&lt;P&gt;            preis peinh pstyp knttp&lt;/P&gt;&lt;P&gt;            lifnr flief konnr ktpnr&lt;/P&gt;&lt;P&gt;            infnr qunum qupos ebeln&lt;/P&gt;&lt;P&gt;            ebelp bedat bsmng xoblr rsnum&lt;/P&gt;&lt;P&gt;   FROM eban&lt;/P&gt;&lt;P&gt;   INTO TABLE gt_eban&lt;/P&gt;&lt;P&gt;   WHERE    banfn IN s_banfn&lt;/P&gt;&lt;P&gt;   AND      bnfpo IN s_bnfpo&lt;/P&gt;&lt;P&gt;   AND      loekz IN s_loekz&lt;/P&gt;&lt;P&gt;   AND      statu IN s_statu&lt;/P&gt;&lt;P&gt;   AND      ekgrp IN s_ekgrp&lt;/P&gt;&lt;P&gt;   AND      erdat IN s_erdat&lt;/P&gt;&lt;P&gt;   AND      matnr IN s_matnr&lt;/P&gt;&lt;P&gt;   AND      werks IN s_werks&lt;/P&gt;&lt;P&gt;   AND      lgort IN s_lgort&lt;/P&gt;&lt;P&gt;   AND      matkl IN s_matkl&lt;/P&gt;&lt;P&gt;   AND      badat IN s_badat&lt;/P&gt;&lt;P&gt;   AND      lfdat IN s_lfdat&lt;/P&gt;&lt;P&gt;   AND      pstyp IN s_pstyp&lt;/P&gt;&lt;P&gt;   AND      knttp IN s_knttp&lt;/P&gt;&lt;P&gt;   AND      konnr IN s_konnr&lt;/P&gt;&lt;P&gt;   AND      ktpnr IN s_ktpnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    SORT gt_eban BY banfn frgdt ASCENDING.&lt;/P&gt;&lt;P&gt;    DELETE ADJACENT DUPLICATES FROM gt_eban COMPARING banfn.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT lifnr&lt;/P&gt;&lt;P&gt;         name1&lt;/P&gt;&lt;P&gt;  FROM   lfa1&lt;/P&gt;&lt;P&gt;  INTO TABLE gt_lfa1&lt;/P&gt;&lt;P&gt;  FOR ALL ENTRIES IN gt_eban&lt;/P&gt;&lt;P&gt;  WHERE lifnr = gt_eban-lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    SORT gt_lfa1 BY lifnr ASCENDING.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT lifnr&lt;/P&gt;&lt;P&gt;         name1&lt;/P&gt;&lt;P&gt;  FROM  lfa1&lt;/P&gt;&lt;P&gt;  INTO TABLE gt_lfa2&lt;/P&gt;&lt;P&gt;  FOR ALL ENTRIES IN gt_eban&lt;/P&gt;&lt;P&gt;  WHERE   lifnr = gt_eban-flief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    SORT gt_lfa2 BY lifnr ASCENDING.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT ekgrp&lt;/P&gt;&lt;P&gt;         eknam&lt;/P&gt;&lt;P&gt;  FROM   t024&lt;/P&gt;&lt;P&gt;  INTO TABLE gt_t024&lt;/P&gt;&lt;P&gt;  FOR ALL ENTRIES IN gt_eban&lt;/P&gt;&lt;P&gt;  WHERE ekgrp = gt_eban-ekgrp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    SORT gt_t024 BY ekgrp ASCENDING.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'MONTH_NAMES_GET'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      language              = sy-langu&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      month_names           = gt_table&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      month_names_not_found = 1&lt;/P&gt;&lt;P&gt;      OTHERS                = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT gt_eban INTO wa_eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING wa_eban TO wa_output.&lt;/P&gt;&lt;P&gt;    IF wa_eban-statu = 'N'.&lt;/P&gt;&lt;P&gt;      lv_pr    = '1'.&lt;/P&gt;&lt;P&gt;      CONCATENATE lv_pr 'PR' INTO gv_statu.&lt;/P&gt;&lt;P&gt;    ELSEIF wa_eban-statu = 'A'.&lt;/P&gt;&lt;P&gt;      lv_rfq   = '2'.&lt;/P&gt;&lt;P&gt;      CONCATENATE lv_rfq 'RFQ' INTO gv_statu.&lt;/P&gt;&lt;P&gt;    ELSEIF wa_eban-statu = 'B'.&lt;/P&gt;&lt;P&gt;      lv_po    = '3'.&lt;/P&gt;&lt;P&gt;      CONCATENATE lv_po 'PO' INTO gv_statu.&lt;/P&gt;&lt;P&gt;    ELSEIF wa_eban-statu = 'K'.&lt;/P&gt;&lt;P&gt;      lv_cont  = '4'.&lt;/P&gt;&lt;P&gt;      CONCATENATE lv_cont 'CONT' INTO gv_statu.&lt;/P&gt;&lt;P&gt;    ELSEIF wa_eban-statu = 'L'.&lt;/P&gt;&lt;P&gt;      lv_sa    = '5'.&lt;/P&gt;&lt;P&gt;      CONCATENATE lv_sa 'SA' INTO gv_statu.&lt;/P&gt;&lt;P&gt;    ELSEIF wa_eban-statu = 'S'.&lt;/P&gt;&lt;P&gt;      lv_sf     = '6'.&lt;/P&gt;&lt;P&gt;      CONCATENATE lv_sf 'SF' INTO gv_statu.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'HR_SGPBS_YRS_MTHS_DAYS'            "PR TO PO Process Days&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        beg_da        = wa_eban-frgdt&lt;/P&gt;&lt;P&gt;        end_da        = wa_eban-bedat&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        no_cal_day    = gv_pdays&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        dateint_error = 1&lt;/P&gt;&lt;P&gt;        OTHERS        = 2.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;      WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF wa_eban-bedat = '00000000'.&lt;/P&gt;&lt;P&gt;      gv_pdays ='0'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gv_pquantity =  wa_eban-menge - wa_eban-bsmng.    "PR Balance Quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MOVE: gv_pdays     TO wa_output-pdays,&lt;/P&gt;&lt;P&gt;          gv_pquantity TO wa_output-pquantity,&lt;/P&gt;&lt;P&gt;          gv_statu     TO wa_output-pstatu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ TABLE gt_lfa1 INTO wa_lfa1&lt;/P&gt;&lt;P&gt;    WITH TABLE KEY lifnr = wa_eban-lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      MOVE  wa_lfa1-name1 TO wa_output-name1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ TABLE gt_lfa2 INTO wa_lfa2&lt;/P&gt;&lt;P&gt;    WITH TABLE KEY lifnr = wa_eban-flief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      MOVE wa_lfa2-name1 TO wa_output-name2.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    READ TABLE gt_t024 INTO wa_t024&lt;/P&gt;&lt;P&gt;    WITH TABLE KEY ekgrp = wa_eban-ekgrp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      MOVE wa_t024-eknam TO wa_output-eknam.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND wa_output TO gt_output.&lt;/P&gt;&lt;P&gt;    CLEAR: gv_statu       ,&lt;/P&gt;&lt;P&gt;           gv_pdays       ,&lt;/P&gt;&lt;P&gt;           gv_pquantity   ,&lt;/P&gt;&lt;P&gt;           wa_output-name1,&lt;/P&gt;&lt;P&gt;           wa_output-name2.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " get_data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;txz01 is the field im referring to. sorry masters , I dont know w/c part of my code do i need to show you cause that's the only thing I did to retrieve my data(txz01). I didnt do any other coding for txz01(description) field except that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792173#M651468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792174#M651469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello salma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can tell you the reason why it is coming in the next line&lt;/P&gt;&lt;P&gt;the # character is represented as a 'new line' character by excel and hence it puts the data in the next row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try replacing that character in SAP itself &lt;/P&gt;&lt;P&gt;use the 'replace all occurrences' code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 10:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792174#M651469</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-18T10:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792175#M651470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I also consider that idea but I was wondering why the other text that contains number sign '#'  displayed properly. Question master If I use replace all occurences would it literally replace the symbol '#' meaning it will totally be vanished from my text??&lt;/P&gt;&lt;P&gt;would it be like this in my excel ?  "&amp;lt;b&amp;gt;color blue house&amp;lt;/b&amp;gt;"  am I right?? the  '#' will be deleted??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 10:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792175#M651470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792176#M651471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it will come as 'color blue house' and the # would be totally removed by this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell me which function you are using to download the data&lt;/P&gt;&lt;P&gt;I tried using GUI_DOWNLOAD and the data came properly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(my system is ECC5 and Excel 2000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 11:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792176#M651471</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-18T11:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792177#M651472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats also my concern. I was wondering why the other text w/c also contains '#' character displayrd properply and other text didnt. I also use gui_download.&lt;/P&gt;&lt;P&gt;Anyways , I cant delete the '#' character because thats relevant in the context.&lt;/P&gt;&lt;P&gt;Do you have any idea on how i can separate or give at least one space the '#' character to its left side character.&lt;/P&gt;&lt;P&gt;I mean example::&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;color blue#house.&amp;lt;/b&amp;gt;(no space)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it to be like this::&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;color blue# house&amp;lt;/b&amp;gt;((with space between '#' and house)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 00:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792177#M651472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T00:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792178#M651473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salma,&lt;/P&gt;&lt;P&gt;try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data old type string value 'color blue#house'.
data new type string.
data pos like sy-fdpos.

search old for '#'.
if sy-subrc = 0.
  pos = sy-fdpos + 1.
endif.

concatenate old(pos) old+pos into new separated by space.
write:/ new.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 03:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel/m-p/2792178#M651473</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-19T03:05:09Z</dc:date>
    </item>
  </channel>
</rss>

