<?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: loop at screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572069#M258274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thangaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try giving default 'X' to the radiobutton you want enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl Reward if it helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 09:04:51 GMT</pubDate>
    <dc:creator>former_member189629</dc:creator>
    <dc:date>2006-09-21T09:04:51Z</dc:date>
    <item>
      <title>loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572068#M258273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi genius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a following requirement in report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     parameter - input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         1)radiobutton 1&lt;/P&gt;&lt;P&gt;         2)radiobutton 2&lt;/P&gt;&lt;P&gt;         3)radiobutton 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am not giving any input to the parameter and excecute&lt;/P&gt;&lt;P&gt;the progrm the following radiobutton gets disabled but my requirement is if i am not giving any input and excute the program the following radiobutton should be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do that using loop at screen or any other ways are there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give a soloutin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572068#M258273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572069#M258274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thangaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try giving default 'X' to the radiobutton you want enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl Reward if it helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572069#M258274</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2006-09-21T09:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572070#M258275</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;First declare all the radio buttons under the group and by default make any one of the radio button as selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code for enabling the controls,&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;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572070#M258275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572071#M258276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt; if ...&lt;/P&gt;&lt;P&gt; radiobutton1-active = ''.&lt;/P&gt;&lt;P&gt; elseif...&lt;/P&gt;&lt;P&gt; radiobutton2-active = ''.&lt;/P&gt;&lt;P&gt; else..&lt;/P&gt;&lt;P&gt; radiobutton3-active = ''.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY screen.&lt;/P&gt;&lt;P&gt; ENDLOOP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ong rukawaw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572071#M258276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572072#M258277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thangaraj ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go thru this link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/change-the-input-fields-dynamically-in-a-screen.htm" target="test_blank"&gt;http://www.sap-img.com/abap/change-the-input-fields-dynamically-in-a-screen.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572072#M258277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572073#M258278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Parameters: kishan1(15) ,
            rd1 RADIOBUTTON group g1 default 'X' MODIF ID ID1 ,
            rd2 RADIOBUTTON group g1 MODIF ID ID2 ,
            rd3 RADIOBUTTON group g1 MODIF ID ID3.



AT SELECTION-SCREEN output.
IF kishan1 = ''.

LOOP AT SCREEN.
IF screen-group1 = 'ID1' OR screen-group1 = 'ID2' OR screen-group1 = 'ID3' .
screen-input = '0'.
ENDIF.
MODIFY SCREEN.
ENDLOOP.

ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572073#M258278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572074#M258279</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;parameters p1 radiobutton group gr1 default 'X',&lt;/P&gt;&lt;P&gt;           p2 radiobutton group gr1,&lt;/P&gt;&lt;P&gt;           p3 radiobutton group gr1.&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 screen-group1 = 'GR1'.&lt;/P&gt;&lt;P&gt; if screen-name1 ne 'P1' or screen-name1 ne 'P2' or  &lt;/P&gt;&lt;P&gt;    screen-name1 ne 'P3'.&lt;/P&gt;&lt;P&gt;  screen-input = 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572074#M258279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: loop at screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572075#M258280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use User-command ucomm &lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : R1 RADIOBUTTON GROUP G1 USER-COMMAND UCOMM MODIF ID ID1,&lt;/P&gt;&lt;P&gt;R2 RADIOBUTTON GROUP G1 MODIF ID ID2,&lt;/P&gt;&lt;P&gt;R3 RADIOBUTTON GROUP G1 MODIF ID ID3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nOW give the respective conditions accrding to your requirement in AT SELECTION-SCREEN OUTPUT &lt;/P&gt;&lt;P&gt;      LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   NODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE IT WILL HELP YOU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen/m-p/1572075#M258280</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-09-21T09:15:47Z</dc:date>
    </item>
  </channel>
</rss>

