<?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: DYNAMIC SELECTM OPTIONS ..??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597568#M595028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey nilesh your problem is solved or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 08:27:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-03T08:27:51Z</dc:date>
    <item>
      <title>DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597561#M595021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;I have 1 select-option and 1 parameter field. When i enter 'US' (say for ex.) then in the parameter when i press F4 for value help ,i should get all the states of US .and when i enter some other country in select-opton then i should give all the states in that country when i press F4 on parameter.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;NOTE :&amp;lt;/b&amp;gt; i dun want to submit thos select-option to other report   thats wat i found on some other threads similar to this, i think i have to use RS_REFRESH_FROM_SELECTOPTIONS  F.M., i used it in my program but i im not sure wat to do after i get the TABLE  in that FM ..how do i get the values entered on the in the select-option.at runtime  .plz give some sample code if possible &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 06:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597561#M595021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T06:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597562#M595022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Wats happng ? Not a single reply to this qn ?  I have spent lots of time on this playing with all the possibles EVENTs but didn get it ..&lt;/P&gt;&lt;P&gt;Plz help...&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 07:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597562#M595022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T07:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597563#M595023</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;AT SELECTION-SCREEN ON VALUE-REQUEST FOR &amp;lt;PARAMETER&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM &amp;lt;COUNTRY_TABLE&amp;gt; INTO ITAB&lt;/P&gt;&lt;P&gt;                                   WHERE &amp;lt;COND&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      retfield    = 'ZPROJ_CODE' ==&amp;gt;BD TABLE FIELD&lt;/P&gt;&lt;P&gt;      dynpprog    = sy-repid&lt;/P&gt;&lt;P&gt;      dynpnr      = '1000'&lt;/P&gt;&lt;P&gt;      dynprofield = 'PROJ_CODE'  ==&amp;gt; PARAMETER &lt;/P&gt;&lt;P&gt;      value_org   = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab   = ITAB.&lt;/P&gt;&lt;P&gt;i dont know what is db name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 07:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597563#M595023</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2007-08-03T07:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597564#M595024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement can possible by overwriting standard SAP F4 functionality provide by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AT SELECTION-SCREEN ON VALUE-REQUEST FOR FIELD 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here u have to use FM F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first select from specific DDIC table against country entry by the user.&lt;/P&gt;&lt;P&gt;pass it to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;retfield&amp;lt;/b&amp;gt; parameter will be the DDIc field name for which u wanted value help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the return table and take the value from it usine read..index 1 and pass it to screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 07:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597564#M595024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T07:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597565#M595025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try searching the forum for a solution first? A search with 'Dynamic search help' seems to return quite a few solutions. Maybe you would like to try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 07:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597565#M595025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T07:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597566#M595026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Krishnendu&lt;/P&gt;&lt;P&gt; Thanks for ur reply But i know this procedure. But this is not the compelte scenario , hehe in  F.M. F4IF_INT_TABLE_VALUE_REQUEST&lt;/P&gt;&lt;P&gt; u will pass some internal table of the possible values .. m i ryte ?  that internal table should be filled with the values from select statement ..m iryte ? in the select statement in where &amp;lt;CONDITION&amp;gt; i want to specify the Value i entered in Select-options on thescreen..so it should be Dynamic and not static select statement ? so finally i wanted to capture the value i entered in the select -option and use it to query and popultate an intenal table so thati can pass it to the above module&lt;/P&gt;&lt;P&gt;waitng for ur reply&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 08:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597566#M595026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T08:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597567#M595027</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;· The statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN DYNAMIC SELECTIONS FOR NODE|TABLE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;allows you to define further nodes for dynamic selections. If the node has type T, you can use TABLE instead of NODE. The user can then decide at runtime the components of the node for which he or she wants to enter selections. Dynamic selections require special handling in the database program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN DYNAMIC SELECTIONS FOR NODE|TABLE node.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declares a node node of a logical database for dynamic selections in the selection include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use the dynamic selections in the SELECT statements of the subroutine PUT_node, you must use the data object DYN_SEL. The data object DYN_SEL is automatically generated in the logical database program as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPE-POOLS RSDS.

DATA DYN_SEL TYPE RSDS_TYPE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not have to program these lines yourself. The data object DYN_SEL is available in the database program but not in a connected executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type RSDS_TYPE of the data object is defined in the type group RSDS as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPE-POOL RSDS.

* WHERE-clauses ------------------------------

TYPES: RSDS_WHERE_TAB LIKE RSDSWHERE OCCURS 5.

TYPES: BEGIN OF RSDS_WHERE,
         TABLENAME LIKE RSDSTABS-PRIM_TAB,
         WHERE_TAB TYPE RSDS_WHERE_TAB,
       END OF RSDS_WHERE.

TYPES: RSDS_TWHERE TYPE RSDS_WHERE OCCURS 5.

* Expressions Polish notation ---------------

TYPES: RSDS_EXPR_TAB LIKE RSDSEXPR OCCURS 10.

TYPES: BEGIN OF RSDS_EXPR,
         TABLENAME LIKE RSDSTABS-PRIM_TAB,
         EXPR_TAB TYPE RSDS_EXPR_TAB,
       END OF RSDS_EXPR.

TYPES: RSDS_TEXPR  TYPE RSDS_EXPR  OCCURS 10.

* Selections as RANGES-tables -----------------

TYPES: RSDS_SELOPT_T LIKE RSDSSELOPT OCCURS 10.

TYPES: BEGIN OF RSDS_FRANGE,
         FIELDNAME LIKE RSDSTABS-PRIM_FNAME,
         SELOPT_T TYPE RSDS_SELOPT_T,
       END OF RSDS_FRANGE.

TYPES: RSDS_FRANGE_T TYPE RSDS_FRANGE OCCURS 10.

TYPES: BEGIN OF RSDS_RANGE,
         TABLENAME LIKE RSDSTABS-PRIM_TAB,
         FRANGE_T TYPE RSDS_FRANGE_T,
       END OF RSDS_RANGE.

TYPES: RSDS_TRANGE TYPE RSDS_RANGE OCCURS 10.

* Definition of RSDS_TYPE
TYPES: BEGIN OF RSDS_TYPE,
         CLAUSES TYPE RSDS_TWHERE,
         TEXPR   TYPE RSDS_TEXPR,
         TRANGE  TYPE RSDS_TRANGE,
       END OF RSDS_TYPE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSDS_TYPE is a deep structure with the following components:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;CLAUSES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLAUSES contains the dynamic selections entered by the user (or possibly program-internal selection criteria) as internal tables, which you can use directly in dynamic WHERE clauses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLAUSES is an internal table that contains another internal table WHERE_TAB as a component. Each line of the CLAUSES-TABLENAME column contains the name of a node designated for dynamic selections. For each of these database tables, the WHERE_TAB tables contain the selection criteria of the dynamic selections. The WHERE_TAB tables have a format that allows you to use them directly in dynamic WHERE clauses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use WHERE_TAB in the logical database, you must program the dynamic WHERE clause for each node node designated for dynamic selection in the corresponding subroutine PUT_node. For this, the corresponding internal table WHERE_TAB for node must be read from the data object DYN_SEL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following example shows how you can use a local data object in the subroutine for this purpose:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the database table SCARR is the root node of the logical database ZHK and that SPFLI is its only subordinate node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection Include DBZHKSEL contains the following lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS S_CARRID FOR SCARR-CARRID.

SELECT-OPTIONS S_CONNID FOR SPFLI-CONNID.

SELECTION-SCREEN DYNAMIC SELECTIONS FOR TABLE SCARR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subroutine PUT_SCARR of the database program SAPDBZHK uses the dynamic selection as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM PUT_SCARR.

  STATICS: DYNAMIC_SELECTIONS TYPE RSDS_WHERE,
           FLAG_READ.

  IF FLAG_READ = SPACE.
    DYNAMIC_SELECTIONS-TABLENAME = 'SCARR'.
    READ TABLE DYN_SEL-CLAUSES
               WITH KEY DYNAMIC_SELECTIONS-TABLENAME
               INTO DYNAMIC_SELECTIONS.
    FLAG_READ = 'X'.
  ENDIF.

  SELECT * FROM SCARR
         WHERE  CARRID IN S_CARRID
         AND   (DYNAMIC_SELECTIONS-WHERE_TAB).

    PUT SCARR.

  ENDSELECT.

ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line of the internal table DYN_SEL-CLAUSES that contains the value SCARR in column DYN_SEL-CLAUSES-TABLENAME is read into the local structure DYNAMIC_SELECTIONS. The STATICSstatements and the FLAG_READ field assure that the table DYN_SEL is read only once each time the executable program is run. The table DYNAMIC_SELECTIONS-WHERE_TAB is used in the dynamic WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each executable program that uses ZHK as its logical database and contains a NODES or TABLES statement for SCARR or SPFLI now offers dynamic selections for the fields in table SCARR on its selection screen. The dynamic WHERE clause means that the logical database only reads those lines that satisfy the selection conditions on the selection screen and in the dynamic selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;TEXPR&lt;/P&gt;&lt;BR /&gt;TEXPR contains the selections of the dynamic selections in an internal format (Polish notation).You can use this format with function modules FREE_SELECTIONS_INIT and FREE_SELECTIONS_DIALOG in order to work with dynamic selections within a program (for more information, see the documentation of these function modules). &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;TRANGE&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANGE contains the selections from the dynamic selection as RANGES tables that you can use with the IN operator in a WHERE clause or logical expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANGE is an internal table that contains another internal table FRANGE_T as a component. Each line in the column TRANGE-TABLENAME contains the name of a node that is designated for dynamic selections. For each of these nodes, the FRANGE_T tables contain the selection criteria of the dynamic selections in the format of RANGES tables. FRANGE_T contains a FIELDNAME column that contains the fields of the node for which the RANGES tables are defined. The other component of FRANGE_T, SELOPT_T, contains the actual RANGES tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With TRANGE, you can access the selections of individual database columns directly . Furthermore, it is easier to modify selection criteria stored in the RANGES format than those stored in the WHERE clause format. The following example shows how you can use local data objects of the corresponding subroutine PUT_node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the database table SCARR is the root node of the logical database ZHK and that SPFLI is its only subordinate node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection Include DBZHKSEL contains the following lines:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS S_CARRID FOR SCARR-CARRID.

SELECT-OPTIONS S_CONNID FOR SPFLI-CONNID.

SELECTION-SCREEN DYNAMIC SELECTIONS FOR TABLE SCARR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subroutine PUT_SCARR of the database program SAPDBZHK uses the dynamic selection as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM PUT_SCARR.

  STATICS: DYNAMIC_RANGES TYPE RSDS_RANGE,
           DYNAMIC_RANGE1 TYPE RSDS_FRANGE,
           DYNAMIC_RANGE2 TYPE RSDS_FRANGE,
           FLAG_READ.

  IF FLAG_READ = SPACE.

    DYNAMIC_RANGES-TABLENAME = 'SCARR'.
    READ TABLE DYN_SEL-TRANGE 
               WITH KEY DYNAMIC_RANGES-TABLENAME
               INTO DYNAMIC_RANGES.

    DYNAMIC_RANGE1-FIELDNAME = 'CARRNAME'.
    READ TABLE DYNAMIC_RANGES-FRANGE_T 
               WITH KEY DYNAMIC_RANGE1-FIELDNAME
               INTO DYNAMIC_RANGE1.

    DYNAMIC_RANGE2-FIELDNAME = 'CURRCODE'.
    READ TABLE DYNAMIC_RANGES-FRANGE_T 
               WITH KEY DYNAMIC_RANGE2-FIELDNAME
               INTO DYNAMIC_RANGE2.

    FLAG_READ = 'X'.

  ENDIF.

  SELECT * FROM SCARR
         WHERE  CARRID   IN S_CARRID
         AND    CARRNAME IN DYNAMIC_RANGE1-SELOPT_T
         AND    CURRCODE IN DYNAMIC_RANGE2-SELOPT_T.

    PUT SCARR.

  ENDSELECT.

ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line of the internal table DYN_SEL-TRANGE that contains the value 'SCARR' in column DYN_SEL-CLAUSES-TABLENAME is read into the local table DYNAMIC_RANGES. The nested tables DYNAMIC_RANGES-FRANGE_T are read into the local tables DYNAMIC-RANGE1 and DYNAMIC-RANGE2 according to the contents of DYNAMIC_RANGES-FIELDNAME. The STATICS statements and the FLAG_READ field assure that the tables are read only once each time the executable program is executed. After the READ statements, the nested tables SELOPT_T of the local tables contain the RANGES tables for the columns CARRNAME and CURRCODE of the database table SCARR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SELOPT_T tables are used in the SELECT statement directly as selection tables. Besides CARRNAME, CURRCODE and the primary key, there are no further columns in the database table SCARR. Therefore, this logical database has the same function as the logical database in the above example using the CLAUSES component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 08:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597567#M595027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597568#M595028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey nilesh your problem is solved or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 08:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597568#M595028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T08:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597569#M595029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks but not yet solved..but Mr.pavan praveen has given me other direction to think abt it but still i m confused with the use of thefollowing  FM &lt;/P&gt;&lt;P&gt;watever  i knwo till now is &lt;/P&gt;&lt;P&gt;(1)DYNP_VALUES_READ&lt;/P&gt;&lt;P&gt;this module is used to capture the values entered in parameters on the screen at runtime(i.e. we can get the values enterd in parameters before Start-Of-Selection)&lt;/P&gt;&lt;P&gt;(2)RS_REFRESH_FROM_SELECTOPTIONS&lt;/P&gt;&lt;P&gt;and i read somewhere on forum that this moduel is used to capture vallues of select-options from the screen ( similar to previous one but for select-option ), i used it , got some internal table which contains name of my seleect-options(s1) but it doesnt cotain wat value i entered on the screen in s1-low field of that internal table so dun know wat to do ahead..dun know how to frame the query &lt;/P&gt;&lt;P&gt;can u help me here ?&lt;/P&gt;&lt;P&gt;Thanks once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 08:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597569#M595029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597570#M595030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wat you can do is,&lt;/P&gt;&lt;P&gt;In this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR &amp;lt;field&amp;gt;&lt;/P&gt;&lt;P&gt;You use . DYNP_VALUES_READ to read the value on screen.&lt;/P&gt;&lt;P&gt;afer that select that data on the basis of data you get from screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call FM.F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Azad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 08:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597570#M595030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T08:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597571#M595031</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;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;  well this i tried ..but as i told u earlier this Fn moduel will read only the value of '&amp;lt;b&amp;gt;Parameters&amp;lt;/b&amp;gt;' on the screen it doesnt read the value in select-option on the screen.&lt;/P&gt;&lt;P&gt;So i read that RS_REFRESH_FROM_SELECTOPTIONS will do the same job as DYNP_VALUES_READ did but for select-option. but till now no success ..i guess now u must have understood where i stuck.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;NOTE :some part of my code&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my code.there are 2 parameter fields and 1 select option , i dun have pbm with reading values from parameter ,means in thsi example if i enter value in p1 and then press F4 on p2 then i will get the value help for p2 as per value in p1 but now i want similar thing to happen with select-option S1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;           CARRID LIKE SFLIGHT-CARRID,&lt;/P&gt;&lt;P&gt;           CONNID LIKE SFLIGHT-CONNID,&lt;/P&gt;&lt;P&gt;           CITYFROM LIKE SPFLI-CITYFROM,&lt;/P&gt;&lt;P&gt;           CITYTO LIKE SPFLI-CITYTO,&lt;/P&gt;&lt;P&gt;           END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: PROGNAME TYPE SY-REPID,&lt;/P&gt;&lt;P&gt;      DYNNUM   TYPE SY-DYNNR,&lt;/P&gt;&lt;P&gt;      DYNPRO_VALUES TYPE TABLE OF DYNPREAD,&lt;/P&gt;&lt;P&gt;      FIELD_VALUE LIKE LINE OF DYNPRO_VALUES,&lt;/P&gt;&lt;P&gt;      VALUES_TAB TYPE TABLE OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS S1 FOR SPFLI-CITYFROM NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER : P1 LIKE SFLIGHT-CARRID,&lt;/P&gt;&lt;P&gt;                       P2 LIKE SFLIGHT-CONNID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FIELD_VALUE-FIELDNAME = 'P1'.&lt;/P&gt;&lt;P&gt;  APPEND FIELD_VALUE TO DYNPRO_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            dyname             = PROGNAME&lt;/P&gt;&lt;P&gt;            dynumb             = DYNNUM&lt;/P&gt;&lt;P&gt;            translate_to_upper = 'X'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            dynpfields         = DYNPRO_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE dynpro_values INDEX 1 INTO field_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT  carrid connid CITYFROM CITYTO&lt;/P&gt;&lt;P&gt;  FROM  spfli&lt;/P&gt;&lt;P&gt;  INTO  CORRESPONDING FIELDS OF TABLE ITAB&lt;/P&gt;&lt;P&gt;  WHERE carrid = field_value-fieldvalue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            retfield    = 'CONNID'&lt;/P&gt;&lt;P&gt;            dynpprog    = progname&lt;/P&gt;&lt;P&gt;            dynpnr      = dynnum&lt;/P&gt;&lt;P&gt;            dynprofield = 'P2'&lt;/P&gt;&lt;P&gt;            value_org   = 'S'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            value_tab   = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh &amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 09:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597571#M595031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597572#M595032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Call this FM RS_REFRESH_FROM_SELECTOPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the selection screen values.&lt;/P&gt;&lt;P&gt;accroding to that you can fetch data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ne prob u can chat with me, give me ur id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 09:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597572#M595032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597573#M595033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;thanks man &lt;/P&gt;&lt;P&gt;this is my id on gmail&lt;/P&gt;&lt;P&gt;nileshforyou@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 09:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597573#M595033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T09:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597574#M595034</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;F4IF_INT_TABLE_VALUE_REQUEST is used for displaying F4 help for a parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECT-OPTIONS : s_variable for mara-matnr NO INTERVELS. 
PARAMETERS : p_regtyp TYPE char1.


*
*---------------Selection Screen Help-------------------*
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_regtyp.
PERFORM f1000_show_f4help_regtyp .


*------------------Form----------------------------------------------------*
FORM f1000_show_f4help_regtyp .
DATA : Begin of Itab occurs 0,
matnr like mara-matnr,
end of itab. 
Here 
LOOP at s_variable.

move : s_variable-low to itab-matnr.
APPEND ITAB.
CLEAR ITAB. 
ENDLOOP.


* Function Module to Call F4 Help
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = lc_reg_type
dynpprog = sy-repid
dynpnr = sy-dynnr
dynprofield = lc_pregtyp
value_org = 'S'
TABLES
value_tab = itab
EXCEPTIONS
parameter_error = 1
no_values_found = 2
OTHERS = 3.
IF sy-subrc &amp;lt;&amp;gt; 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.

ENDFORM. " f1000_show_f4help_regtyp

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_REFRESH_FROM_SELECTOPTIONSStores the selection screen data in an internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597574#M595034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597575#M595035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  TABLES: t005, t005s.

  PARAMETERS: land1 LIKE t005-land1,
              bland LIKE t005s-bland.

  AT SELECTION-SCREEN ON VALUE-REQUEST FOR bland.
    DATA: t_t005u TYPE TABLE OF t005u WITH HEADER LINE,
          t_dynpread TYPE TABLE OF dynpread WITH HEADER LINE,
          t_dselc TYPE TABLE OF dselc WITH HEADER LINE.
*   Read current value of country (we are BEFORE PAI)
    REFRESH t_dynpread.
    t_dynpread-fieldname    = 'LAND1'.
    t_dynpread-fieldvalue   = land1.
    APPEND t_dynpread.
    CALL FUNCTION 'DYNP_VALUES_READ'
         EXPORTING
              dyname     = sy-cprog
              dynumb     = sy-dynnr
         TABLES
              dynpfields = t_dynpread
         EXCEPTIONS
              OTHERS     = 1.
    CHECK sy-subrc = 0.
    READ TABLE t_dynpread INDEX 1.
    CHECK sy-subrc = 0.
    land1 = t_dynpread-fieldvalue.
*   Fill an internal table
    IF land1 IS INITIAL.
      SELECT * FROM t005u INTO TABLE t_t005u.
    ELSE.
      SELECT * FROM t005u INTO TABLE t_t005u
        WHERE land1 = land1.
    ENDIF.
    CHECK sy-subrc = 0.
*   Map fields to be updated between dynpro and table read
    REFRESH t_dselc.
    t_dselc-fldname = 'LAND1'.
    t_dselc-dyfldname = 'LAND1'.
    APPEND t_dselc.
    t_dselc-fldname = 'BLAND'.
    t_dselc-dyfldname = 'BLAND'.
    APPEND t_dselc.
*   Call F4*
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
         EXPORTING
              DDIC_STRUCTURE  = 'T005U'
              retfield        = 'BLAND'
              dynpprog        = sy-cprog
              dynpnr          = sy-dynnr
              dynprofield     = 'BLAND'
              value_org       = 'S'
         TABLES
              value_tab       = t_t005u
              dynpfld_mapping = t_dselc.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597575#M595035</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-08-03T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597576#M595036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen&lt;/P&gt;&lt;P&gt;i tried ur pgm but the loop which u specified doesnt contain any values when i debug it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP at s_variable.&lt;/P&gt;&lt;P&gt;move : s_variable-low to itab-matnr.&lt;/P&gt;&lt;P&gt;APPEND ITAB.&lt;/P&gt;&lt;P&gt;CLEAR ITAB. &lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so  ultimately the ITAB doesnt contain any value&lt;/P&gt;&lt;P&gt;try debugging it ..it will not contain the values of s_variable-low ..rather it will get the values only after Start-of-selection event starts..&lt;/P&gt;&lt;P&gt;I hope u got my point .&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597576#M595036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T10:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597577#M595037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI raymond&lt;/P&gt;&lt;P&gt;as i said earlier i dun have requirement for parametere but i want value of select-option to be read at screen.So depeneding upon the value i will change the F4 help values for parameter.&lt;/P&gt;&lt;P&gt;i hope u got me&lt;/P&gt;&lt;P&gt;NIlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597577#M595037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T10:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597578#M595038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  all&lt;/P&gt;&lt;P&gt;it was a nice response from all of u who replied me but the my pbm is not yet solved.. ? anybody got any solution for this ? let me once again frame the qn in short &lt;/P&gt;&lt;P&gt;i have 1 select-option (s1) and 1 parameter (p1)&lt;/P&gt;&lt;P&gt;while running  when i enter some country name in s1 and then when i press F4 in paramenter p1 ,i should get the value help conataing cities from that country i entered in s1. ..so its dynamic..the F4 help will be dependent on the value entereed in the sleect-option.&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 07:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597578#M595038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597579#M595039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;anybody there who can answer my question..its not  been solved yet .!!!!!!!!&lt;/P&gt;&lt;P&gt;any pointers in this area are highly appreciated .. plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 10:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597579#M595039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T10:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: DYNAMIC SELECTM OPTIONS ..???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597580#M595040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Laha&lt;/P&gt;&lt;P&gt;This is Sameer, was with u at hcl rembr?&lt;/P&gt;&lt;P&gt;whr r u these days buddy?&lt;/P&gt;&lt;P&gt;drop me ur no at sameer.sameerahmed@gmail.com and I will call u.&lt;/P&gt;&lt;P&gt;Take care &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 02:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selectm-options/m-p/2597580#M595040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T02:00:26Z</dc:date>
    </item>
  </channel>
</rss>

