<?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 list box in dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631937#M1282231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnds,&lt;/P&gt;&lt;P&gt;              i am working on a complex scenario,&lt;/P&gt;&lt;P&gt;i want to print 3 list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first one i can show but the problem is with second one and third one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first list box have three fields suppose &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;program&lt;/P&gt;&lt;P&gt;events&lt;/P&gt;&lt;P&gt;movies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user will select either one , suppose he will select program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in second listbox program releted entries should be displayed like fiction , non fiction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when he will select any entry then in third list box corresponding sub entries should be come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all data i have in ztables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can make search help also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any suggestion should be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2009 12:47:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-11T12:47:35Z</dc:date>
    <item>
      <title>list box in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631937#M1282231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnds,&lt;/P&gt;&lt;P&gt;              i am working on a complex scenario,&lt;/P&gt;&lt;P&gt;i want to print 3 list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first one i can show but the problem is with second one and third one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first list box have three fields suppose &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;program&lt;/P&gt;&lt;P&gt;events&lt;/P&gt;&lt;P&gt;movies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user will select either one , suppose he will select program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in second listbox program releted entries should be displayed like fiction , non fiction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when he will select any entry then in third list box corresponding sub entries should be come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all data i have in ztables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can make search help also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any suggestion should be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 12:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631937#M1282231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: list box in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631938#M1282232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this program!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: name TYPE vrm_id, list TYPE vrm_values, value LIKE LINE OF list.&lt;/P&gt;&lt;P&gt;TABLES: sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Selection screen&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;List box&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS: ps_parm AS LISTBOX VISIBLE LENGTH 10&lt;/P&gt;&lt;P&gt;                          USER-COMMAND abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Radio buttons&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS: rb1 RADIOBUTTON GROUP ab MODIF ID bl2,&lt;/P&gt;&lt;P&gt;            rb2 RADIOBUTTON GROUP ab MODIF ID bl2,&lt;/P&gt;&lt;P&gt;            rb3 RADIOBUTTON GROUP ab MODIF ID bl3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Populate list box values&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  name = 'PS_PARM'.&lt;/P&gt;&lt;P&gt;  value-key = '1'. value-text = 'Line 1'. APPEND value TO list.&lt;/P&gt;&lt;P&gt;  value-key = '2'. value-text = 'Line 2'. APPEND value TO list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set list box with value&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      id     = name&lt;/P&gt;&lt;P&gt;      values = list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Control the display of screen components&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF ps_parm = 1.&lt;/P&gt;&lt;P&gt;      IF screen-name = 'RB1' OR screen-name = 'RB2' .&lt;/P&gt;&lt;P&gt;        screen-invisible = 0.&lt;/P&gt;&lt;P&gt;      ELSEIF screen-name = 'RB3'.&lt;/P&gt;&lt;P&gt;        screen-invisible = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ELSEIF ps_parm = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF screen-name = 'RB1' OR screen-name = 'RB2' .&lt;/P&gt;&lt;P&gt;        screen-invisible = 1.&lt;/P&gt;&lt;P&gt;      ELSEIF screen-name = 'RB3'.&lt;/P&gt;&lt;P&gt;        screen-invisible = 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ELSEIF ps_parm = space.&lt;/P&gt;&lt;P&gt;      rb1 = 'X'.&lt;/P&gt;&lt;P&gt;      clear: rb2,rb3.&lt;/P&gt;&lt;P&gt;      IF screen-name = 'RB1' OR screen-name = 'RB2' OR&lt;/P&gt;&lt;P&gt;         screen-name = 'RB3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-invisible = 0.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  IF sscrfields-ucomm = 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE: / 'Parameter:', ps_parm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use: &lt;/P&gt;&lt;P&gt;AT-SELECTION-SCREEN on value request for p_yyyy.&lt;/P&gt;&lt;P&gt;if p_xxxx-key is not initial..&lt;/P&gt;&lt;P&gt;get the values required for second parameter...or listbox..&lt;/P&gt;&lt;P&gt;endif..&lt;/P&gt;&lt;P&gt;similarily for 3rd listbox also!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 13:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631938#M1282232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: list box in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631939#M1282233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHeck the demo program 'DEMO_DYNPRO_DROPDOWN_LISTBOX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here as per your requirement you can have 3 different selects and populations to list 1, 2 &amp;amp; 3 respectively in PBO of teh screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 13:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-box-in-dialog-programming/m-p/5631939#M1282233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T13:05:04Z</dc:date>
    </item>
  </channel>
</rss>

