<?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: table of type select-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317091#M1393751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That is a structure not table.&lt;/P&gt;&lt;P&gt;SELOPT is the structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2009 06:29:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-29T06:29:58Z</dc:date>
    <item>
      <title>table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317086#M1393746</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 to build an internal table which has the fields SIGN, OPTION, LOW, HIGH.&lt;/P&gt;&lt;P&gt;I know there exists a standard database table with these 4 fields, but, am not able to recollect.&lt;/P&gt;&lt;P&gt;Please post the table name here if you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317086#M1393746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T06:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317087#M1393747</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;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;RANGES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you get &lt;STRONG&gt;Obsolate Key word&lt;/STRONG&gt; in &lt;STRONG&gt;EPC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_ORDER_MATERIAL_RANGE&lt;/STRONG&gt; Check this out for its usefulness&lt;/P&gt;&lt;P&gt;or  use you can create your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramchander Krishnamraju on Oct 29, 2009 7:21 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317087#M1393747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T06:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317088#M1393748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for this table -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt;TVARVC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively,if u have the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this declaration &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
RANGES :r_matnr for mara-matnr. (or)
 
DATA:r_matnr1 type range of mara-matnr.----&amp;gt;Internal table having components  SIGN ,OPTION,matnr-LOW,matnr-HIGH

DATA:wa_matnr1 like line of r_matnr1.-------&amp;gt;Work Area
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshman N on Oct 29, 2009 7:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317088#M1393748</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-29T06:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317089#M1393749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;

data:ra1 type table of selopt.

or 

data:ra1 type PIQ_SELOPT_T.

or

data:ra_mara type range of mara-matnr.
data:wa like line of ra_mara.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317089#M1393749</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-29T06:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317090#M1393750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA itab TYPE RANGE OF MATNR.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Will be created internal table with sign, option, matnr-low and matnr-high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317090#M1393750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T06:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317091#M1393751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That is a structure not table.&lt;/P&gt;&lt;P&gt;SELOPT is the structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317091#M1393751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T06:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317092#M1393752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;  These fields are available in the structure &lt;STRONG&gt;SELOPT&lt;/STRONG&gt;. It's not a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;  Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317092#M1393752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T06:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317093#M1393753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi David,
Try this way.
&lt;PRE&gt;&lt;CODE&gt;
TABLES:marc.
DATA:r_werks type RANGE OF marc-werks.
"The above statement defines a table type for a ranges table, 
"that is with the table type standard table. It contains the fields as SELECT-OPTIONS has.
DATA:w_werks LIKE LINE  OF r_werks.
"Work area to range table
&lt;/CODE&gt;&lt;/PRE&gt;
Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 06:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317093#M1393753</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-10-29T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317094#M1393754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you create your own database table with sign,option,low and high fields it will work&lt;/P&gt;&lt;P&gt;as the database table also contain same fields. try it once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 07:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/6317094#M1393754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T07:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: table of type select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/13642312#M2027222</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;We can build the internal table for select-options, filed sign, option, low &amp;amp; high&lt;BR /&gt;SE11 - DATA TYPES - &lt;STRONG&gt;RSDSSELOPT &lt;/STRONG&gt;(This is the standard table)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 07:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-of-type-select-options/m-p/13642312#M2027222</guid>
      <dc:creator>Ramakrishna24</dc:creator>
      <dc:date>2024-03-19T07:21:09Z</dc:date>
    </item>
  </channel>
</rss>

