<?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: selection screen problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880582#M369801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there is any searchhelp for that field only the values will come&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use DYNP_VALUES_UPDATE FM as suggested by Alavaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2007 14:00:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-23T14:00:57Z</dc:date>
    <item>
      <title>selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880577#M369796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HALLOW I doing a program that call to function that I build, in the function I import a table that the user have to put otype plvar and objid . I wont to do to this function in alv report  with selection screen but I have a problem because for the table &amp;lt;b&amp;gt;z_course_table&amp;lt;/b&amp;gt; when I choose course in the slection screen when I check in the debugger in this field Is empty it faild to read the course num.&lt;/P&gt;&lt;P&gt; what I doing wrong thankes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'YHR_GET_EMP_COURSE_SINGLE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    begda          = so_date-low&lt;/P&gt;&lt;P&gt;    endda          = so_date-high&lt;/P&gt;&lt;P&gt;    uname          = uname&lt;/P&gt;&lt;P&gt;    z_course_table =  z_course_table&lt;/P&gt;&lt;P&gt;    switch_history = switch_history&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    itab_final     = itab_final&lt;/P&gt;&lt;P&gt;    it_final       = it_final. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the function module import &lt;/P&gt;&lt;P&gt;Z_COURSE_TABLE LIKE HROBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-t02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT-OPTIONS c_course FOR z_course_table NO INTERVALS.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS uname TYPE sy-uname DEFAULT sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS switch AS CHECKBOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankes for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 13:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880577#M369796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T13:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880578#M369797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LECT-OPTIONS c_course FOR z_course_table-&amp;lt;b&amp;gt;course&amp;lt;/b&amp;gt; NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where course is the coure field in ur ztable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 13:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880578#M369797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T13:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880579#M369798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use &amp;lt;b&amp;gt;DYNP_VALUES_READ&amp;lt;/b&amp;gt; to get the values of your MatchCode field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 13:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880579#M369798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880580#M369799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chandrasekhar  &lt;/P&gt;&lt;P&gt;in this table i have otype plvar and objid and i try with z_course_table-objid&lt;/P&gt;&lt;P&gt;and its not work maybe u have suggstion.&lt;/P&gt;&lt;P&gt;if u need more info to help let me now regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 13:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880580#M369799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880581#M369800</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;Your select-option should be &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS c_course FOR &amp;lt;b&amp;gt;z_course_table-COURSE_NO&amp;lt;/b&amp;gt; NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the INITILIZATION event, fill the values from the table z_course_table to the select-option field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 13:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880581#M369800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880582#M369801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there is any searchhelp for that field only the values will come&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use DYNP_VALUES_UPDATE FM as suggested by Alavaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880582#M369801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880583#M369802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Alvaro  &lt;/P&gt;&lt;P&gt; u can give me exampele how to use it?&lt;/P&gt;&lt;P&gt;how i call it this is function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880583#M369802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880584#M369803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have 3 SELECT-OPTIONS, each for OTYPE, PLVAR and OBJID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before Exporting these values, Append them to internal table and pass this table to function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS c_OTYPE FOR z_course_table-OTYPE NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS c_PLVAR FOR z_course_table-PLVAR NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS c_OBJID FOR z_course_table-OBJID  NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;Z_COURSE_TABLE-OTYPE = C_OTYPE.&lt;/P&gt;&lt;P&gt;Z_COURSE_TABLE-PLVAR = C_PLVAR.&lt;/P&gt;&lt;P&gt;Z_COURSE_TABLE-OBJID = C_OBJID.&lt;/P&gt;&lt;P&gt;APPEND Z_COURSE_TABLE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:04:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880584#M369803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880585#M369804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chandrasekhar &lt;/P&gt;&lt;P&gt; i wont just the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880585#M369804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880586#M369805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;dyname = sy-repid.
  xdynpfields-fieldname = 'COURSE'.
  APPEND xdynpfields.
  
 
  CALL FUNCTION 'DYNP_VALUES_READ'
       EXPORTING
            dyname               = dyname
            dynumb               = '1000'
            translate_to_upper   = 'X'
       TABLES
            dynpfields           = xdynpfields
       EXCEPTIONS
            invalid_abapworkarea = 1
            invalid_dynprofield  = 2
            invalid_dynproname   = 3
            invalid_dynpronummer = 4
            invalid_request      = 5
            no_fielddescription  = 6
            invalid_parameter    = 7
            undefind_error       = 8
            double_conversion    = 9
            stepl_not_found      = 10
            OTHERS               = 11.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880586#M369805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880587#M369806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OH..i guess u want the value to be displayed in debug mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while debugging check for value C_COURSE-LOW   or C_COURSE-HIGH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess you are checking only c_course&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2007 14:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/1880587#M369806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-23T14:09:31Z</dc:date>
    </item>
  </channel>
</rss>

