<?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: File to server with tabulators in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-to-server-with-tabulators/m-p/7798969#M1586880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heliosgl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use attribute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the utility class attributes CL_ABAP_CHAR_UTILITIES from SE24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: alessandro spadoni on Apr 18, 2011 12:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 10:27:26 GMT</pubDate>
    <dc:creator>AlessandroSpadoni</dc:creator>
    <dc:date>2011-04-18T10:27:26Z</dc:date>
    <item>
      <title>File to server with tabulators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-to-server-with-tabulators/m-p/7798968#M1586879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'm trying to send a file to the server with tabulator between the file fields, but the server not accept hexadecimal values and i don't know how I can send the file with tabulators to the servr, can you help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: c_tab TYPE x VALUE '09'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;types: begin of l_type_1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   nombre(120),                  "- Nombre / razón social&lt;/P&gt;&lt;P&gt;   tab1(8),&lt;/P&gt;&lt;P&gt;   nif       type BPTAXNUM,      "- NIF&lt;/P&gt;&lt;P&gt;   tab2(8),&lt;/P&gt;&lt;P&gt;   vkont     type vkont_kk,      "- Cuenta contrato&lt;/P&gt;&lt;P&gt;   tab3(8),&lt;/P&gt;&lt;P&gt;   cliente   type BU_PARTNER,    "- Nº de cliente&lt;/P&gt;&lt;P&gt;   tab4(8),&lt;/P&gt;&lt;P&gt;   provincia like ADRS_TAB-LINE, "- Provincia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of l_type_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt; data:  l_wa_fich1   type l_type_1,&lt;/P&gt;&lt;P&gt;          l_t_fich1    type standard table of l_type_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    l_wa_fich1-tab1 = c_tab'.&lt;/P&gt;&lt;P&gt;    l_wa_fich1-tab2 = c_tab'.&lt;/P&gt;&lt;P&gt;    l_wa_fich1-tab3 = c_tab.&lt;/P&gt;&lt;P&gt;    l_wa_fich1-tab4 = c_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at l_t_fich1 into l_wa_fich1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      TRANSFER l_wa_fich1 TO p_fich1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      if sy-subrc = '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        l_mess1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 10:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-to-server-with-tabulators/m-p/7798968#M1586879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: File to server with tabulators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-to-server-with-tabulators/m-p/7798969#M1586880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heliosgl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to use attribute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the utility class attributes CL_ABAP_CHAR_UTILITIES from SE24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: alessandro spadoni on Apr 18, 2011 12:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 10:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-to-server-with-tabulators/m-p/7798969#M1586880</guid>
      <dc:creator>AlessandroSpadoni</dc:creator>
      <dc:date>2011-04-18T10:27:26Z</dc:date>
    </item>
  </channel>
</rss>

