<?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: Convert Internal table to Xstring format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757057#M1115652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try to this function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP_CONVERT_TO_TEX_FORMAT&lt;/P&gt;&lt;P&gt;and convert string to xstring SCMS_TEXT_TO_XSTRING&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;kk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kk on Nov 5, 2008 1:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2008 07:53:34 GMT</pubDate>
    <dc:creator>former_member342104</dc:creator>
    <dc:date>2008-11-05T07:53:34Z</dc:date>
    <item>
      <title>Convert Internal table to Xstring format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757056#M1115651</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 convert an Itab into xstring using the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CONCATENATE LINES OF itab INTO xstring1 SEPARATED BY space."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, I get error saying xstring1 should be of "XSTRING1" must be a character-type data object (data type C, N, D, T,or STRING).		&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;How do I use this?  Is there any better method to convert it to xstring type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 07:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757056#M1115651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T07:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Xstring format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757057#M1115652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try to this function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP_CONVERT_TO_TEX_FORMAT&lt;/P&gt;&lt;P&gt;and convert string to xstring SCMS_TEXT_TO_XSTRING&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;kk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kk on Nov 5, 2008 1:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 07:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757057#M1115652</guid>
      <dc:creator>former_member342104</dc:creator>
      <dc:date>2008-11-05T07:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Xstring format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757058#M1115653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   You can try this.&lt;/P&gt;&lt;P&gt;DATA: str TYPE string,&lt;/P&gt;&lt;P&gt;           xstr TYPE xstring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE LINES OF itab INTO str SEPARATED BY space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE str to xstr.&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;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 08:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757058#M1115653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Internal table to Xstring format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757059#M1115654</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;Both the above suggestions do not work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have say an ITAB of type SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I convert this data into xstring type?&lt;/P&gt;&lt;P&gt;Also does my ITAB have to be a specific type for me to get this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 11:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-internal-table-to-xstring-format/m-p/4757059#M1115654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T11:24:26Z</dc:date>
    </item>
  </channel>
</rss>

