<?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 elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297051#M1221704</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;  This is just an idea:  Use the separate group to the R4 and add the condition in the OUTPUT event like once in case of particular company code, screen-active &amp;amp; input = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;~Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Mar 2009 06:55:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-07T06:55:07Z</dc:date>
    <item>
      <title>Selection screen elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297050#M1221703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Can any one help me in following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are 4 radiobuttons ( R1, R2, R3, R4 ) on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if R1 is selected than a parameter supposed to be displayed for entring the value.&lt;/P&gt;&lt;P&gt;this is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem is i hv to check the company code say if the bukrs = 1101&lt;/P&gt;&lt;P&gt;only then the R4 should be enable ( should be able to selected ).  I hv written following code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block block2 with frame title text-002.&lt;/P&gt;&lt;P&gt;parameters :&lt;/P&gt;&lt;P&gt;             p3 radiobutton group rad1 USER-COMMAND flag,&lt;/P&gt;&lt;P&gt;             p1 radiobutton group rad1,&lt;/P&gt;&lt;P&gt;             p2 radiobutton group rad1,&lt;/P&gt;&lt;P&gt;             p4 radiobutton group rad1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block block2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block block1 with frame&lt;/P&gt;&lt;P&gt;                                    title text-001.&lt;/P&gt;&lt;P&gt;            parameters:  p_ebeln     type ekko-ebeln.  " Purchase order no.&lt;/P&gt;&lt;P&gt;            parameters : p_tin3(15) MODIF ID bl2.&lt;/P&gt;&lt;P&gt;selection-screen end of block block1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;if p1 = 'X'.&lt;/P&gt;&lt;P&gt;  w_org = 'ABC Limited'.&lt;/P&gt;&lt;P&gt;elseif p2 = 'X'.&lt;/P&gt;&lt;P&gt;  w_org = 'XYZ Limited'.&lt;/P&gt;&lt;P&gt;elseif p3 = 'X'.                            &lt;/P&gt;&lt;P&gt;  w_org = ''.&lt;/P&gt;&lt;P&gt;  w_flag = 'X'.&lt;/P&gt;&lt;P&gt;elseif p4 = 'X'.                            &lt;/P&gt;&lt;P&gt;  w_org = ''.&lt;/P&gt;&lt;P&gt;  w_flag = 'X'.&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;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF p3 &amp;lt;&amp;gt; 'X' AND&lt;/P&gt;&lt;P&gt;       screen-group1 = 'BL2'.&lt;/P&gt;&lt;P&gt;      screen-active = '0'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 06:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297050#M1221703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-07T06:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297051#M1221704</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;  This is just an idea:  Use the separate group to the R4 and add the condition in the OUTPUT event like once in case of particular company code, screen-active &amp;amp; input = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;~Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297051#M1221704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-07T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297052#M1221705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jaspal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add the following Code Hope will solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
  IF p_ebeln = '0000001101'.
    clear: p1, p2, p3.
    p4 = 'X'.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any Issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2009 06:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-elements/m-p/5297052#M1221705</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-03-07T06:55:38Z</dc:date>
    </item>
  </channel>
</rss>

