<?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 to split an xstring in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151427#M992693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPLIT dobj AT sep INTO  { {result1 result2} | {TABLE resulttab} }   (IN {BYTE Or CHARACTER} MODE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check below syntax for split&lt;/P&gt;&lt;P&gt;hear you can give number of bytes you need to split.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 10:38:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T10:38:08Z</dc:date>
    <item>
      <title>How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151425#M992691</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 have an xstring which needs to be split into chunks of 1024 bytes.&lt;/P&gt;&lt;P&gt;how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151425#M992691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T10:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151426#M992692</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;Check out the below related thread to understand the same&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1316218"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151426#M992692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T10:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151427#M992693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPLIT dobj AT sep INTO  { {result1 result2} | {TABLE resulttab} }   (IN {BYTE Or CHARACTER} MODE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check below syntax for split&lt;/P&gt;&lt;P&gt;hear you can give number of bytes you need to split.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151427#M992693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T10:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151428#M992694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i saw the thread previously.&lt;/P&gt;&lt;P&gt;The strlen function does not work for xstrings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151428#M992694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151429#M992695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I need to split the xstring based on size and not based on a seperator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151429#M992695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T10:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151430#M992696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCMS_XSTRING_TO_BINARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table you will pass to BINARY_TAB has to have the following definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; constants: line_size type i value 1024.&lt;/P&gt;&lt;P&gt;  data: begin of binary_tab occurs 0,&lt;/P&gt;&lt;P&gt;           raw(line_size) type x,&lt;/P&gt;&lt;P&gt;        end   of binary_tab .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151430#M992696</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-07-14T12:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151431#M992697</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;Go through the link given below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="409798"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 13:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151431#M992697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T13:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151432#M992698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 15:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151432#M992698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T15:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to split an xstring</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151433#M992699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Durairaj,&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;SCMS_XSTRING_TO_BINARY doesn't work as system on the other end is unable to put the xstring back together which was split using the above FM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Its old post, but would appreciate more clarity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Any alternative way of splitting the Xstring.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11.8181819915771px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 11.8181819915771px; font-family: inherit; background: transparent;"&gt;Vikram&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 15:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-split-an-xstring/m-p/4151433#M992699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T15:28:43Z</dc:date>
    </item>
  </channel>
</rss>

