<?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: How do I append Internal table to XSTRING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942984#M388991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;Here is structure.&lt;/P&gt;&lt;P&gt;MANDT	MANDT&lt;/P&gt;&lt;P&gt;DOCNUM	EDI_DOCNUM&lt;/P&gt;&lt;P&gt;OBJCMPTABLE	TYPENAME&lt;/P&gt;&lt;P&gt;OBJECTDATA	TR_XSTRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main problem is with Object data as it has XSTRING type of data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Feb 2007 01:48:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-10T01:48:15Z</dc:date>
    <item>
      <title>How do I append Internal table to XSTRING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942982#M388989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to append an Internal table to XSTRING which is part of table.&lt;/P&gt;&lt;P&gt;Here is what I want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_xrobjdata-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;ls_xrobjdata-docnum = '0000000000000001'.&lt;/P&gt;&lt;P&gt;ls_xrobjdata-objcmptable = 'LTAK'.&lt;/P&gt;&lt;P&gt;ls_xrobjdata-objectdata = LT_LTAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objectdata field is defined as XSTRING and LT_LTAK is an Internal table.I want to do this in 46C and 47 systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 22:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942982#M388989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T22:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append Internal table to XSTRING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942983#M388990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the definition/structure of ls_xrobjdata?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 23:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942983#M388990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T23:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append Internal table to XSTRING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942984#M388991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;Here is structure.&lt;/P&gt;&lt;P&gt;MANDT	MANDT&lt;/P&gt;&lt;P&gt;DOCNUM	EDI_DOCNUM&lt;/P&gt;&lt;P&gt;OBJCMPTABLE	TYPENAME&lt;/P&gt;&lt;P&gt;OBJECTDATA	TR_XSTRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main problem is with Object data as it has XSTRING type of data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 01:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942984#M388991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T01:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append Internal table to XSTRING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942985#M388992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not add an internal table to xstring. Internal table is a data with structure where a xstring is nothing but a string of type x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can append each line of interal table. But that may not achieve any thing to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue is not technical but in the way you are trying to do something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 13:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942985#M388992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T13:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append Internal table to XSTRING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942986#M388993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this with the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;EXPORT&amp;lt;/b&amp;gt; lt_ltak  &amp;lt;b&amp;gt;TO DATA BUFFER&amp;lt;/b&amp;gt; ls_xrobjdata-objectdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way lt_talk will be converted to xString. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But keep in mind that the generated xString is dependent of the system hardware. Which mean the xString will be different on application server running Intel vs Sun. Simply because the byte code (Big or Little endian) is used in the algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, &lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 18:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942986#M388993</guid>
      <dc:creator>former_member192216</dc:creator>
      <dc:date>2007-05-17T18:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I append Internal table to XSTRING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942987#M388994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to be so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'SCMS_TEXT_TO_XSTRING'
   importing
      buffer   = ls_xrobjdata-objectdata
   tables
      text_tab = lt_ltak.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Evgeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 11:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-append-internal-table-to-xstring/m-p/1942987#M388994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T11:19:03Z</dc:date>
    </item>
  </channel>
</rss>

