<?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 clipboard_import problem with separator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939221#M692849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello specialists,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' with little modification to read Data from an Excel-Sheet. &lt;/P&gt;&lt;P&gt;Everything was working fine but then the users where begining to put texts into Excel-Fileds with &amp;lt;ALT&amp;gt;&amp;gt;ENTER&amp;gt; in it, "because it is looking better" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the FB 'CLPB_IMPORT' stopps getting Field-Data at tis point &amp;lt;ALT&amp;gt;&amp;gt;ENTER&amp;gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK no problem I am using now &lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;clipboard_import&lt;/P&gt;&lt;P&gt;and receiving all Excel data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I am getting a SPACE as separator between the Excel fields. &lt;/P&gt;&lt;P&gt;Tha is bad because there are fields with text AND SPACE between the words of course. &lt;/P&gt;&lt;P&gt;I have no idea what to do.&lt;/P&gt;&lt;P&gt;System is 46C Support Package 40  and GUI is 620/55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 15:06:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T15:06:34Z</dc:date>
    <item>
      <title>clipboard_import problem with separator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939221#M692849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello specialists,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' with little modification to read Data from an Excel-Sheet. &lt;/P&gt;&lt;P&gt;Everything was working fine but then the users where begining to put texts into Excel-Fileds with &amp;lt;ALT&amp;gt;&amp;gt;ENTER&amp;gt; in it, "because it is looking better" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the FB 'CLPB_IMPORT' stopps getting Field-Data at tis point &amp;lt;ALT&amp;gt;&amp;gt;ENTER&amp;gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK no problem I am using now &lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;clipboard_import&lt;/P&gt;&lt;P&gt;and receiving all Excel data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I am getting a SPACE as separator between the Excel fields. &lt;/P&gt;&lt;P&gt;Tha is bad because there are fields with text AND SPACE between the words of course. &lt;/P&gt;&lt;P&gt;I have no idea what to do.&lt;/P&gt;&lt;P&gt;System is 46C Support Package 40  and GUI is 620/55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939221#M692849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: clipboard_import problem with separator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939222#M692850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you sure it the separator is SPACE?&lt;/P&gt;&lt;P&gt;I use this method and the separator is '#'. This symbol neans SEPARATOR HORIZONTAL in ASCII&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 18:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939222#M692850</guid>
      <dc:creator>fabio_bozzipagoto</dc:creator>
      <dc:date>2007-10-23T18:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: clipboard_import problem with separator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939223#M692851</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;This method is to import raw data, so obviously it'll not help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your user may need to put some extra effort in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either whenever he wants to export he needs to create a file with a delimiter and export that file you can control the delimiter file in your program or he needs to end every cell with a specific special character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other alternatives are also there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whatever be the alternative some extra effor is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 18:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939223#M692851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T18:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: clipboard_import problem with separator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939224#M692852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now was testing the problem on my laptop via VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There I have GUI 640/23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All is working with getting horizontal Tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer have to update all GUI´s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 13:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clipboard-import-problem-with-separator/m-p/2939224#M692852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T13:20:58Z</dc:date>
    </item>
  </channel>
</rss>

