<?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: How to use user-command in Module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667520#M1288872</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 this following code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


  LOOP AT SCREEN.

    CASE screen-name.

 IF screen-group1 = 'Give ur radio button group here' 
 check for your condition .
        screen-input = '0'.
     
    ENDIF.

 MODIFY SCREEN.

  ENDLOOP.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if your problem continues..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2009 05:26:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-12T05:26:26Z</dc:date>
    <item>
      <title>How to use user-command in Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667517#M1288869</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 have developed a module pool program where I kept four radiobuttons in the 1st screen. Besides that one input field is there to enter some value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, when I select the 1st radiobutton, the input field should be enabled. When I select the other radiobuttons, that input field should be invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I do not want to press any button to make that field invisible after selecting the other radiobuttons. That should happen immidiatly after the selection of the other radiobuttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the coding where I need to write to make it happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nrusingha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667517#M1288869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T05:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use user-command in Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667518#M1288870</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 Module Program U need to handle this events in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U Can find lots of posts and code samples in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try a search in SDN.Please dont post Basic Questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanku,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667518#M1288870</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-06-12T05:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use user-command in Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667519#M1288871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a lot, but not able to find out my solution. Please don't assume on your own for this kind of suggestions. If you get some link for my solution, please provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Nrusingha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667519#M1288871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T05:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use user-command in Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667520#M1288872</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 this following code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


  LOOP AT SCREEN.

    CASE screen-name.

 IF screen-group1 = 'Give ur radio button group here' 
 check for your condition .
        screen-input = '0'.
     
    ENDIF.

 MODIFY SCREEN.

  ENDLOOP.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if your problem continues..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667520#M1288872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T05:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use user-command in Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667521#M1288873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PBO 
 module modify_screen.


module modify_screen.
 if radio = 'X' .
 loop at screen.
check screen-grp1 = 'RB1'.
screen-active = 0.
modify screen.
endloop.
endif.
endmodule.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667521#M1288873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use user-command in Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667522#M1288874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nrusingha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please chk this link,&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="7658733"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please dont waste others time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chk before posting such type of questions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Please dont assume that there will not be any posts relating to such type of basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 05:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-user-command-in-module-pool-program/m-p/5667522#M1288874</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-06-12T05:33:14Z</dc:date>
    </item>
  </channel>
</rss>

