<?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: TABLES Command and SELECT-OPTION? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983335#M401868</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;PRE&gt;&lt;CODE&gt;

Check the code below.


DATA: lv_kunnr TYPE kunnr,
          lv_vkorg TYPE vkorg,
          lv_land1 TYPE land1_gp.
 
SELECTION-SCREEN BEGIN OF BLOCK blk WITH FRAME TITLE text-012.
SELECT-OPTIONS : so_kunnr FOR lv_kunnr OBLIGATORY,       "Customer Number
                 so_vkorg FOR lv_vkorg OBLIGATORY,           "Sales Organisation
                 so_land1 FOR lv_land1.                      "Country
SELECTION-SCREEN END OF BLOCK blk.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 18:59:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T18:59:35Z</dc:date>
    <item>
      <title>TABLES Command and SELECT-OPTION?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983333#M401866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody know how to use a select-option without a tables command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank-You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 18:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983333#M401866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T18:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES Command and SELECT-OPTION?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983334#M401867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i am getting you right then u want to use SELECT-OPTIONS like PARAMETERS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : a for xyz-fieldname NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if u want to specify something else @ xyz-fieldname then decalre it on the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a TYPE CHAR002&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_a for a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help&lt;/P&gt;&lt;P&gt;Ashwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 18:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983334#M401867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T18:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: TABLES Command and SELECT-OPTION?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983335#M401868</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;PRE&gt;&lt;CODE&gt;

Check the code below.


DATA: lv_kunnr TYPE kunnr,
          lv_vkorg TYPE vkorg,
          lv_land1 TYPE land1_gp.
 
SELECTION-SCREEN BEGIN OF BLOCK blk WITH FRAME TITLE text-012.
SELECT-OPTIONS : so_kunnr FOR lv_kunnr OBLIGATORY,       "Customer Number
                 so_vkorg FOR lv_vkorg OBLIGATORY,           "Sales Organisation
                 so_land1 FOR lv_land1.                      "Country
SELECTION-SCREEN END OF BLOCK blk.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 18:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables-command-and-select-option/m-p/1983335#M401868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T18:59:35Z</dc:date>
    </item>
  </channel>
</rss>

