<?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 Reading XSTRING to STRING (XSTRING contains MULTIPLE lines) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221022#M1379112</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 am trying to upload a file, it has been uploaded in variable type XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am trying to segregate lines of a file as STRING from XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to feel all the lines in internal table of type STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. let me know if you have any idea how to segreagate the lines of type string. since XSTRING contains multiple lines.&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>Wed, 30 Sep 2009 01:04:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-30T01:04:48Z</dc:date>
    <item>
      <title>Reading XSTRING to STRING (XSTRING contains MULTIPLE lines)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221022#M1379112</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 am trying to upload a file, it has been uploaded in variable type XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am trying to segregate lines of a file as STRING from XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to feel all the lines in internal table of type STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. let me know if you have any idea how to segreagate the lines of type string. since XSTRING contains multiple lines.&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>Wed, 30 Sep 2009 01:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221022#M1379112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T01:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XSTRING to STRING (XSTRING contains MULTIPLE lines)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221023#M1379113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Hemant,
&amp;lt;li&amp;gt;Try this &lt;STRONG&gt;HR_KR_XSTRING_TO_STRING&lt;/STRONG&gt; function module.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 01:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221023#M1379113</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-09-30T01:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XSTRING to STRING (XSTRING contains MULTIPLE lines)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221024#M1379114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this function wont work. (since in SRM this FM does not exists and i need to convert the whole data in STRING and this can't be more then 1024 char but file will)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is i have to upload a file in Web Dynpro (SRM Frontend) and then i am reading the file, the file read is in format of XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to convert the XSTRING to STRING but i dont know how to segregate the new line in XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the file contains 1000's of lines.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after segregating on the basis of line i will format the data in required format.&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>Wed, 30 Sep 2009 02:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221024#M1379114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T02:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XSTRING to STRING (XSTRING contains MULTIPLE lines)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221025#M1379115</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>Sun, 28 Mar 2010 12:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221025#M1379115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-28T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XSTRING to STRING (XSTRING contains MULTIPLE lines)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221026#M1379116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hemant,&lt;/P&gt;&lt;P&gt;If your issue got solved then could you please tell me which FM you have used , as I am also working in SRM module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Snehal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 10:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-xstring-to-string-xstring-contains-multiple-lines/m-p/6221026#M1379116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-23T10:19:41Z</dc:date>
    </item>
  </channel>
</rss>

