<?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: Split string into a range table directly ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-string-into-a-range-table-directly/m-p/1378592#M185222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your both table Structures matched ?&lt;/P&gt;&lt;P&gt;data: l_test type yh002-value.&lt;/P&gt;&lt;P&gt;data: l_tmp type string.&lt;/P&gt;&lt;P&gt;data: r_sscode type yh002-value occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single value&lt;/P&gt;&lt;P&gt;from yh002&lt;/P&gt;&lt;P&gt;into l_test&lt;/P&gt;&lt;P&gt;where control = 'URL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split l_test at ',' into table r_sscode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2006 09:21:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-13T09:21:07Z</dc:date>
    <item>
      <title>Split string into a range table directly ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-string-into-a-range-table-directly/m-p/1378591#M185221</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 got this error message that:&lt;/P&gt;&lt;P&gt;"R_SSCODE" does not have the structure of a selection table.		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AnyWay: Is there a way to split a string into a range table (selection table) directly.  The SIGN/OPTION should be working with the IF statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_test type zhen_config-SERVICE_CODE.&lt;/P&gt;&lt;P&gt;data: l_tmp type string.&lt;/P&gt;&lt;P&gt;data: r_sscode type table of char4.&lt;/P&gt;&lt;P&gt;data: my_code type char4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my_code = 'Z033'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single SERVICE_CODE&lt;/P&gt;&lt;P&gt;        from zhen_config&lt;/P&gt;&lt;P&gt;        into  l_test&lt;/P&gt;&lt;P&gt;        where ID = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split l_test at ',' into table r_sscode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if my_code in r_sscode.&lt;/P&gt;&lt;P&gt;  write my_code. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 08:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-string-into-a-range-table-directly/m-p/1378591#M185221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Split string into a range table directly ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-string-into-a-range-table-directly/m-p/1378592#M185222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your both table Structures matched ?&lt;/P&gt;&lt;P&gt;data: l_test type yh002-value.&lt;/P&gt;&lt;P&gt;data: l_tmp type string.&lt;/P&gt;&lt;P&gt;data: r_sscode type yh002-value occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single value&lt;/P&gt;&lt;P&gt;from yh002&lt;/P&gt;&lt;P&gt;into l_test&lt;/P&gt;&lt;P&gt;where control = 'URL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split l_test at ',' into table r_sscode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 09:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-string-into-a-range-table-directly/m-p/1378592#M185222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T09:21:07Z</dc:date>
    </item>
  </channel>
</rss>

