<?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: regarding splitting data from application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402776#M817067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using FM TEXT_CONVERT_TXT_TO_SAP just remember to change the i_field_separator for the one you're using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, are you sure the # sign is really "#" or is just an horizontal tab or other line break? Maybe that's why is not splitting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramiro Escamilla on Feb 25, 2008 5:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 16:17:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T16:17:03Z</dc:date>
    <item>
      <title>regarding splitting data from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402775#M817066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;              Below i am providing code where my problem is data is coming using open data set i.e from application server.&lt;/P&gt;&lt;P&gt;and it should split it in given variables.&lt;/P&gt;&lt;P&gt;When i am manually giving its spliting but when i need that it shuld split when taken from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Bolded is given by me manually which is splitting but when i taken the same data from application server then its not splitting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can anyone tell me whst the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : var type string value &lt;STRONG&gt;'210651#WHA-588QV#11/26/2007 10:58#527.02#526.99#526.99#17640207#ALLEN K  WITHRAW J#1000#CVGOGG20071118NL02#Approved on link to booking.#',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var1(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var2(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var3(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var4(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var5(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var6(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var7(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var8(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var9(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var10(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var11(100),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       var12(100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       split var at '#' into var1 var2 var3 var4 var5 var6 var7 var8 var9 var10 var11.&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;       endif.&lt;/P&gt;&lt;P&gt;&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 16:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402775#M817066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding splitting data from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402776#M817067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using FM TEXT_CONVERT_TXT_TO_SAP just remember to change the i_field_separator for the one you're using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, are you sure the # sign is really "#" or is just an horizontal tab or other line break? Maybe that's why is not splitting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramiro Escamilla on Feb 25, 2008 5:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 16:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402776#M817067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T16:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding splitting data from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402777#M817068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramiro,&lt;/P&gt;&lt;P&gt;                 Still the same can u suggest what can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually its going to dump, showing problem at I_TAB_CONVERTED_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can u plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 16:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402777#M817068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding splitting data from application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402778#M817069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, my intuition tells me that the "#" sign is really a line break&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you made the program that transfers the data to the server?&lt;/P&gt;&lt;P&gt;Could you look at the source at least?, I'm pretty sure is a tabulation or other line break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in ECC use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split var at CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB into var1 var2 var3 var4 var5 var6 var7 var8 var9 var10 var11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 16:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-splitting-data-from-application-server/m-p/3402778#M817069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T16:37:01Z</dc:date>
    </item>
  </channel>
</rss>

