<?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: Need to include TAB in the string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166429#M1196469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;File needs to be created at application server so 'WS_DOWNLOAD' or 'GUI_DOWNLOAD' is not feasible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2009 10:56:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-20T10:56:53Z</dc:date>
    <item>
      <title>Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166427#M1196467</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;I need to include the TAB between to text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you pls. suggest something through which i can create TAB delimited file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 10:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166427#M1196467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T10:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166428#M1196468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Link|http://www.sap-img.com/abap/insert-a-special-tab-delimited-character.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 10:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166428#M1196468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T10:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166429#M1196469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;File needs to be created at application server so 'WS_DOWNLOAD' or 'GUI_DOWNLOAD' is not feasible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 10:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166429#M1196469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T10:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166430#M1196470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;Open DataSet &amp;lt;Filename&amp;gt; for input in text/Binary Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;Transfer &amp;lt;itab&amp;gt; to &amp;lt;filename&amp;gt;.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLose Dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use can check the LOCation of the created file on Application Server using TCODE:AL11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[OPEN DATASET|http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3d42358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 11:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166430#M1196470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166431#M1196471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; can you pls. suggest something through which i can create TAB delimited file.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Hemant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two ways of doing so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Step1: Download to Presentation server&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FM 'GUI_DOWNLOAD' just pass the param WRITE_FIELD_SEPARATOR = 'X'. Only catch is that the file should be ASCII.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Binary file, you need to separate the fields by the attribute CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Step2: Download to Application Server&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you need to separate the texts using the attribute CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 11:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166431#M1196471</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-02-20T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166432#M1196472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method you have mentioned is correct. But when i try to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is including '#' as a separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not showing 'TAB' while displaying the file.  (e.g. if you are downloading the file with 'GUI_DOWNLOAD' than you can see the tab in the file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 12:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166432#M1196472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-20T12:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166433#M1196473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  hemanth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT is the general probelm while uploading the file to APP server .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And  in application server  will not support TAB  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we download the data to a file then TAB will be shown .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried so many times for this .. but no solution to place TAB in APP server ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u cam conacatenate string  v_new for TAB sepeartor .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where   v_TAB(01) type X  balue '09'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2009 12:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166433#M1196473</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-20T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166434#M1196474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate command is not supported for Hexa data type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 18:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166434#M1196474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-16T18:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to include TAB in the string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166435#M1196475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 14:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-include-tab-in-the-string/m-p/5166435#M1196475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-25T14:54:16Z</dc:date>
    </item>
  </channel>
</rss>

