<?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: Range table type conflict in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511997#M236046</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;You can do this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges: lt_line for &amp;lt;table-fieldname&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then fill the values as you are doing &lt;/P&gt;&lt;P&gt;lt_line-sign = 'I'.&lt;/P&gt;&lt;P&gt;lt_line-option = 'BT'.&lt;/P&gt;&lt;P&gt;lt_line-low = '0'.&lt;/P&gt;&lt;P&gt;lt_line-high = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND lt_line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2006 11:54:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-06T11:54:43Z</dc:date>
    <item>
      <title>Range table type conflict</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511996#M236045</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;Can anybody please tell me what is wrong with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to pass a range table to a function that takes a following type of table:&lt;/P&gt;&lt;P&gt;Range table type: rangetab_tty&lt;/P&gt;&lt;P&gt;Structured Row Type: ranges_row&lt;/P&gt;&lt;P&gt;Associated type for LOW/HIGH components: some_element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my test program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;lt TYPE rangetab_tty,&lt;/P&gt;&lt;P&gt;lt_line TYPE LINE OF rangetab_tty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_line-sign = 'I'.&lt;/P&gt;&lt;P&gt;lt_line-option = 'BT'.&lt;/P&gt;&lt;P&gt;lt_line-low = '0'.&lt;/P&gt;&lt;P&gt;lt_line-high = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND lt_line TO lt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now I am passing this table and then I get the runtime error "table type conflict" because it seems I am passing the range table wrong.&lt;/P&gt;&lt;P&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>Wed, 06 Sep 2006 11:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511996#M236045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Range table type conflict</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511997#M236046</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;You can do this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranges: lt_line for &amp;lt;table-fieldname&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then fill the values as you are doing &lt;/P&gt;&lt;P&gt;lt_line-sign = 'I'.&lt;/P&gt;&lt;P&gt;lt_line-option = 'BT'.&lt;/P&gt;&lt;P&gt;lt_line-low = '0'.&lt;/P&gt;&lt;P&gt;lt_line-high = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND lt_line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2006 11:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511997#M236046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-06T11:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Range table type conflict</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511998#M236047</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 need your help in this regards,&lt;/P&gt;&lt;P&gt;If i have SXDATRNGT as a table range type and SXDATRNGL as a Structured Row Type .Then how can i refer table and table field name as specified by you.&lt;/P&gt;&lt;P&gt;How can i this use in program to avoid type conflict for FM ..&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;P&gt;Shilpa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 06:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range-table-type-conflict/m-p/1511998#M236047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-05T06:54:15Z</dc:date>
    </item>
  </channel>
</rss>

