<?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 out put in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797503#M1311103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*u can define that country field as a check box as:
parameters : p1 as checkbox type c user command uc,
                   p2 type bukrs modif id m1 no-display. " and plant as another normal parameter


* then at selection screen output event

at selection-screen output.

loop at screen.
   if scree-group1 = 'M1'.
      if p1 = 'X'. "checking the checkbox to be filled or not
          screen-active = 1.
      else.
          screen-active = 0.
          clear : p2. " for next time use
      endif.
      modify screen.
    endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for your list requirement u can provide a F4 functionailty or can use VRM_SET_VALUEs as instructed in above posts for P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: soumya prakash mishra on Jun 17, 2009 7:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 17:54:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T17:54:22Z</dc:date>
    <item>
      <title>selection screen out put</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797498#M1311098</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;i designed selection screen  with two fields,&lt;/P&gt;&lt;P&gt;that is contry fied&lt;/P&gt;&lt;P&gt;when i selectd this contry field automatically second field should display relevent plants in list display formate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Removed &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Jun 17, 2009 11:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797498#M1311098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen out put</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797499#M1311099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the AT-SELECTION SCREEN event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you enter value in the first parmeter; populate the other parameter or select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797499#M1311099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T15:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen out put</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797500#M1311100</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;STRONG&gt;AT SELECTION-SCREEN ON FIELD &amp;lt;FIELDNAME1&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;&amp;lt;FIELDNAME2&amp;gt; = New value.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 16:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797500#M1311100</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-06-17T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen out put</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797501#M1311101</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;To read country value dynamically, use function module READ_DYNPRO_VALUES (FM name may not be exact) in F4 help of plant. Using this FM, you will get actual country value entered and then select plants from relevant table T001 / T001W / T001K.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Anil Salekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 17:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797501#M1311101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T17:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen out put</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797502#M1311102</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;Try with call function 'VRM_SET_VALUES'. in the event AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Set list box with value &lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 17:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797502#M1311102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T17:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen out put</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797503#M1311103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*u can define that country field as a check box as:
parameters : p1 as checkbox type c user command uc,
                   p2 type bukrs modif id m1 no-display. " and plant as another normal parameter


* then at selection screen output event

at selection-screen output.

loop at screen.
   if scree-group1 = 'M1'.
      if p1 = 'X'. "checking the checkbox to be filled or not
          screen-active = 1.
      else.
          screen-active = 0.
          clear : p2. " for next time use
      endif.
      modify screen.
    endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for your list requirement u can provide a F4 functionailty or can use VRM_SET_VALUEs as instructed in above posts for P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: soumya prakash mishra on Jun 17, 2009 7:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 17:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-out-put/m-p/5797503#M1311103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T17:54:22Z</dc:date>
    </item>
  </channel>
</rss>

