<?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 Alternative Selection Options: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080577#M1356804</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;P&gt;I searched through the questions and did not find a question comparable to what i am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a radio button selection screen. Based on the radio button they choose,&lt;/P&gt;&lt;P&gt;then display further selection criteria for that button( plant, material, etc...). Seems like this event would&lt;/P&gt;&lt;P&gt;occur after initialization and before start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are questions just like this, please forward them link to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2009 20:14:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-26T20:14:34Z</dc:date>
    <item>
      <title>Alternative Selection Options:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080577#M1356804</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;P&gt;I searched through the questions and did not find a question comparable to what i am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a radio button selection screen. Based on the radio button they choose,&lt;/P&gt;&lt;P&gt;then display further selection criteria for that button( plant, material, etc...). Seems like this event would&lt;/P&gt;&lt;P&gt;occur after initialization and before start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are questions just like this, please forward them link to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 20:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080577#M1356804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T20:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Selection Options:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080578#M1356805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stephen, I see that you have double-posted by error. You may ask the moderators to remove this duplicate by clicking the abuse button, just explain them, they are nice &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&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, 26 Aug 2009 21:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080578#M1356805</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-26T21:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Selection Options:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080579#M1356806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using table screen you can do the validation by changing the selection screen based on radio button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{{&lt;/P&gt;&lt;P&gt;At selection-screen output.&lt;/P&gt;&lt;P&gt;if pa_r1 ='X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen input ='1'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;end if.&lt;/P&gt;&lt;P&gt;}}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please try this for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3274657"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP@AMS on Aug 27, 2009 1:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 23:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080579#M1356806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T23:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Selection Options:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080580#M1356807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZTEST_3RB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : KNA1,EKKO,VBRK.&lt;/P&gt;&lt;P&gt;PARAMETERS : SALES RADIOBUTTON GROUP VIJJ USER-COMMAND VJY ,&lt;/P&gt;&lt;P&gt;PUR RADIOBUTTON GROUP VIJJ ,&lt;/P&gt;&lt;P&gt;BILL RADIOBUTTON GROUP VIJJ ,&lt;/P&gt;&lt;P&gt;TOTAL AS CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_CUSTNO FOR KNA1-KUNNR MODIF ID AKP DEFAULT 1000 TO 1033,&lt;/P&gt;&lt;P&gt;S_PONO FOR EKKO-EBELN MODIF ID VKP,&lt;/P&gt;&lt;P&gt;S_BNO FOR VBRK-VBELN MODIF ID PKP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SALES = 'X'.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'VKP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'PKP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF PUR = 'X'.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'PKP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'AKP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF BILL = 'X'.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'AKP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'VKP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 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;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this will solve your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 05:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080580#M1356807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T05:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative Selection Options:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080581#M1356808</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;You need to write the code in the at selection screen output event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use the LOOP at Screen and modify screen for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is just a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-name = 'P_LIFNR'&lt;/P&gt;&lt;P&gt;      or screen-name = 'P_ALTKN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; screen-input = 1.&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; screen-input = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ansari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 06:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-selection-options/m-p/6080581#M1356808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T06:04:16Z</dc:date>
    </item>
  </channel>
</rss>

