<?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: regarding  radiobutton in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715111#M629631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;mahesh.&lt;/P&gt;&lt;P&gt; i would like to know abt &lt;/P&gt;&lt;P&gt;At selection screen on  radiobutton group g1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 17:50:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T17:50:47Z</dc:date>
    <item>
      <title>regarding  radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715109#M629629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created 2 radio buttons   &lt;/P&gt;&lt;P&gt;Brandwise and customerwise&lt;/P&gt;&lt;P&gt;so i want to validate  the radio buttons&lt;/P&gt;&lt;P&gt;how can we validate through at selection screen radiobutton group xx.&lt;/P&gt;&lt;P&gt;if  code iam thankful to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 16:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715109#M629629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715110#M629630</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; check this one..  based on the radion button this is going to enable and disable a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : Pre_lay RADIOBUTTON GROUP RG USER-COMMAND R DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;PARAMETERS : Apln_lay RADIOBUTTON GROUP RG .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame.&lt;/P&gt;&lt;P&gt;parameters : Pre_layr(10) type c modif id abc.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b2 with frame.&lt;/P&gt;&lt;P&gt;parameters : Appl_lay(40) type c modif id def.&lt;/P&gt;&lt;P&gt;selection-screen end of block b2.&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;P&gt;IF Pre_lay = 'X'.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-group1 = 'DEF' .&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;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF Apln_lay = 'X'.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-group1 = 'ABC' .&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;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 16:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715110#M629630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T16:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715111#M629631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;mahesh.&lt;/P&gt;&lt;P&gt; i would like to know abt &lt;/P&gt;&lt;P&gt;At selection screen on  radiobutton group g1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 17:50:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715111#M629631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T17:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715112#M629632</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;In the PAI event of the selection screen, the event &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON RADIOBUTTON GROUP &amp;lt;radi&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is triggered when the contents of all of the fields in a radio button group are passed from the selection screen to the ABAP program. To define a radio button group &amp;lt;radi&amp;gt;, use the addition RADIOBUTTON GROUP &amp;lt;radi&amp;gt; in the corresponding PARAMETERS statements. This event block allows you to check the whole group. If an error message occurs within this event block, the radio button group is made ready for input again on the selection screen. The individual fields of radio button groups do not trigger the event AT SELECTION-SCREEN ON &amp;lt;field&amp;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;REPORT EVENT_DEMO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.&lt;/P&gt;&lt;P&gt;  PARAMETERS: R1 RADIOBUTTON GROUP RAD1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;              R2 RADIOBUTTON GROUP RAD1,&lt;/P&gt;&lt;P&gt;              R3 RADIOBUTTON GROUP RAD1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME.&lt;/P&gt;&lt;P&gt;  PARAMETERS: R4 RADIOBUTTON GROUP RAD2 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;              R5 RADIOBUTTON GROUP RAD2,&lt;/P&gt;&lt;P&gt;              R6 RADIOBUTTON GROUP RAD2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON RADIOBUTTON GROUP RAD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF R1 = 'X'.&lt;/P&gt;&lt;P&gt;    MESSAGE W040(HB).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON RADIOBUTTON GROUP RAD2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF R4 = 'X'.&lt;/P&gt;&lt;P&gt;    MESSAGE W040(HB).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 18:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715112#M629632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T18:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715113#M629633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes what validatation u want to do... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tell me so that i can send you some code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 18:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715113#M629633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T18:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: regarding  radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715114#M629634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 09:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton/m-p/2715114#M629634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T09:07:59Z</dc:date>
    </item>
  </channel>
</rss>

