<?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: Converting rawstring to Xstring in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037632#M1700792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try FM "SX_OBJECT_CONVERT" ? This has a option of source and destination formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 17:42:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-17T17:42:36Z</dc:date>
    <item>
      <title>Converting rawstring to Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037631#M1700791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement, where i have to display an image on my form. That image is coming from a UI in a rawstring format. I have to pick it up and convert it to xtrsing and send that xstring to my form, where i will display it as an image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i tried searching a lot for a function module which does so but couldn't find any. If any body has any idea or have come across similar situation then please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 16:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037631#M1700791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-17T16:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Converting rawstring to Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037632#M1700792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try FM "SX_OBJECT_CONVERT" ? This has a option of source and destination formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 17:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037632#M1700792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-17T17:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Converting rawstring to Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037633#M1700793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try the static method cl_bcs_conver=&amp;gt;raw_to_xstring.&amp;nbsp; The only thing to note there is the rawstring would have to be chopped up into table entries with a max length of 255 per line because it takes a table type of soli_tab is an importing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 17:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037633#M1700793</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2012-10-17T17:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting rawstring to Xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037634#M1700794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RAWSTRING and XSTRING are equivalent types. No conversion necessary, just direct assignment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;Data type RAWSTRING correspopnds to an uninterpreted byte string of variable length. The corresponding ABAP type is XSTRING and is implemented as a reference to a storage area of variable size.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_46c/helpdata/en/d7/11322bc925d311b60f0060b03c2bff/content.htm" title="http://help.sap.com/saphelp_46c/helpdata/en/d7/11322bc925d311b60f0060b03c2bff/content.htm"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d7/11322bc925d311b60f0060b03c2bff/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2012 05:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-rawstring-to-xstring/m-p/9037634#M1700794</guid>
      <dc:creator>alejandro_bindi</dc:creator>
      <dc:date>2012-10-20T05:29:00Z</dc:date>
    </item>
  </channel>
</rss>

