<?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: user command for the parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636431#M1282924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2009 11:29:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-02T11:29:53Z</dc:date>
    <item>
      <title>user command for the parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636426#M1282919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, i have one doubt help me   how to give user command (click) for parameters.&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;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 13:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636426#M1282919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: user command for the parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636427#M1282920</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 below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN:&lt;/P&gt;&lt;P&gt;  BEGIN OF SCREEN 500 AS WINDOW TITLE TIT,&lt;/P&gt;&lt;P&gt;    BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;      PUSHBUTTON 2(10) BUT1 USER-COMMAND CLI1,&lt;/P&gt;&lt;P&gt;      PUSHBUTTON 12(10) TEXT-020 USER-COMMAND CLI2,&lt;/P&gt;&lt;P&gt;    END OF LINE,&lt;/P&gt;&lt;P&gt;    BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;      PUSHBUTTON 2(10) BUT3 USER-COMMAND CLI3,&lt;/P&gt;&lt;P&gt;      PUSHBUTTON 12(10) TEXT-040 USER-COMMAND CLI4,&lt;/P&gt;&lt;P&gt;    END OF LINE,&lt;/P&gt;&lt;P&gt;  END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TIT  = 'Four Buttons'.&lt;/P&gt;&lt;P&gt;  BUT1 = 'Button 1'.&lt;/P&gt;&lt;P&gt;  BUT3 = 'Button 3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SELECTION-SCREEN 500 STARTING AT 10 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE FLAG.&lt;/P&gt;&lt;P&gt;    WHEN '1'.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button 1 was clicked'.&lt;/P&gt;&lt;P&gt;    WHEN '2'.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button 2 was clicked'.&lt;/P&gt;&lt;P&gt;    WHEN '3'.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button 3 was clicked'.&lt;/P&gt;&lt;P&gt;    WHEN '4'.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button 4 was clicked'.&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.&lt;/P&gt;&lt;P&gt;      WRITE / 'No Button was clicked'.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 14:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636427#M1282920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T14:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: user command for the parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636428#M1282921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nareshreddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can give the usercommand for the Radio buttions, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: if you have two radio button in that first have 2 parameters and 2nd having 3 paratmeters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have to give user command to both the the radio buttons and based on selcted radio buttion.&lt;/P&gt;&lt;P&gt;you can display the paramters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax for the usercommand for the radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETER : r_presnt RADIOBUTTON GROUP r USER-COMMAND btn DEFAULT 'X',
            r_appli RADIOBUTTON GROUP r.

PARAMETERS :
  p_pmc_hd   TYPE rlgrap-filename LOWER CASE  MODIF ID a,
  p_pmc_im   TYPE rlgrap-filename MODIF ID a,

  p_amc_hd   TYPE rlgrap-filename LOWER CASE MODIF ID b.
SELECT-OPTIONS:
  so_rnghd FOR g_cnt_transactions_read NO-EXTENSION MODIF ID b.
PARAMETERS:
  p_amc_im   TYPE rlgrap-filename  MODIF ID b.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info you can check in the SCN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 14:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636428#M1282921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: user command for the parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636429#M1282922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Within one radio button group one radiobutton should have user-command.&lt;/P&gt;&lt;P&gt;The user-command may be xyz , abc anything.&lt;/P&gt;&lt;P&gt;If you use user-command ONLY then selecting a radiobutton will work&lt;/P&gt;&lt;P&gt;like the F8 means execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the bellow code  - -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(10)  FOR FIELD r_cars.
PARAMETERS : r_cars RADIOBUTTON GROUP rgb USER-COMMAND usd . " user command is USD
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 20(10)  FOR FIELD r_toyota .
PARAMETERS : r_toyota RADIOBUTTON GROUP rgb1 DEFAULT 'X'.
SELECTION-SCREEN END OF LINE.

 .
 .
 .
 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 14:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636429#M1282922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: user command for the parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636430#M1282923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nareshreddy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user Command is assigned to Radio Button  or Check boxes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user command should kept to first field in the parameters List.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the user-command allows for one character fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the Help of user command the action will trigger when ever you enter or choose another fields &lt;/P&gt;&lt;P&gt;in the parameter list..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will not able to put user-command for table fields...&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;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 14:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636430#M1282923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: user command for the parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636431#M1282924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 11:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-for-the-parameters/m-p/5636431#M1282924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T11:29:53Z</dc:date>
    </item>
  </channel>
</rss>

