<?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: Regarding selection table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217637#M475683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How did you declare ICONFIG? You may use range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: r_bzirk FOR likp-bzirk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  r_bzirk-sign   = 'I'.&lt;/P&gt;&lt;P&gt;  r_bzirk-option = 'BT'.&lt;/P&gt;&lt;P&gt;  r_bzirk-low    = 'A1001'&lt;/P&gt;&lt;P&gt;  r_bzirk-high   = 'A1005'.&lt;/P&gt;&lt;P&gt;  APPEND r_bzirk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 09:32:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T09:32:55Z</dc:date>
    <item>
      <title>Regarding selection table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217634#M475680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHECK USR02-CLASS IN ICONFIG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USR02-CLASS is a character field of length 12.&lt;/P&gt;&lt;P&gt;ICONFIG is a structure having four fields sign,option,low and high.&lt;/P&gt;&lt;P&gt;Low and high are character type fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When above statement is executed, it gives the error &lt;/P&gt;&lt;P&gt;ICONFIG does not have the structure of a selection table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217634#M475680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding selection table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217635#M475681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are you checking..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need the selection table structure then you should declare as range for the new table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: ty_ra_ebeln  TYPE RANGE OF ebeln..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am wronmg in understanding your question.. please be clear with your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217635#M475681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding selection table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217636#M475682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai harini chikurambotla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CHECK USR02-CLASS GT ICONFIG-LOW AND &lt;/P&gt;&lt;P&gt;            USR02-CLASS LT ICONFIG-HIGH.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Chary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217636#M475682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding selection table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217637#M475683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How did you declare ICONFIG? You may use range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: r_bzirk FOR likp-bzirk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  r_bzirk-sign   = 'I'.&lt;/P&gt;&lt;P&gt;  r_bzirk-option = 'BT'.&lt;/P&gt;&lt;P&gt;  r_bzirk-low    = 'A1001'&lt;/P&gt;&lt;P&gt;  r_bzirk-high   = 'A1005'.&lt;/P&gt;&lt;P&gt;  APPEND r_bzirk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217637#M475683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding selection table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217638#M475684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be declared under ranges &lt;/P&gt;&lt;P&gt;ranges r_matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_matnr-sign = 'I'.&lt;/P&gt;&lt;P&gt;r_matnr-option = 'BT'.&lt;/P&gt;&lt;P&gt;r_matnr-high = '400000'.&lt;/P&gt;&lt;P&gt;r_matnr-low = '200000'.&lt;/P&gt;&lt;P&gt;append r_matnr.&lt;/P&gt;&lt;P&gt;clear r_matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217638#M475684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding selection table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217639#M475685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harini,&lt;/P&gt;&lt;P&gt;              Define ur ICONFIG as selection table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : Iconfig for zxyz-class. "Here zxyz is a table &amp;amp; class is  a field.&lt;/P&gt;&lt;P&gt;check usr02-class in iconfig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this code will work.&lt;/P&gt;&lt;P&gt;ICONFIG is a structure having four fields sign,option,low and high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-selection-table/m-p/2217639#M475685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:33:14Z</dc:date>
    </item>
  </channel>
</rss>

