<?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: Populate values at selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215934#M1206326</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 Changed the Code it is working fine now Test it Please and let me know if any issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.
PARAMETERS: p_fiscal RADIOBUTTON GROUP g_r1 USER-COMMAND a,
p_cal RADIOBUTTON GROUP g_r1.
SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
PARAMETERS: p_month TYPE monat,
p_year TYPE gjahr.
SELECTION-SCREEN END OF BLOCK b2.

AT SELECTION-SCREEN OUTPUT.
  p_month = sy-datum+4(2).
  p_year = sy-datum+0(4).

  IF p_cal = 'X'.
    CLEAR: p_month, p_year.
    p_month = '99'.
    p_year = '9999'.
  ELSE.
    p_month = p_month.
    p_year = p_year.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&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>Tue, 24 Feb 2009 10:43:43 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-02-24T10:43:43Z</dc:date>
    <item>
      <title>Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215924#M1206316</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;&lt;/P&gt;&lt;P&gt;My requirement is: &lt;/P&gt;&lt;P&gt;There are 2 radio buttons and 2 parameter fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, one radio button is selected and the two fields are populated with some values at the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the other radio button is selected, we need to pass different values to the two parameter fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me how to populate values at selection screen.&lt;/P&gt;&lt;P&gt;I have tried populating them using AT SELECTION SCREEN OUTPUT, but didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers are helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Gowthami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215924#M1206316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215925#M1206317</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;Can you Please Past your code so that we will be able to understand it in more better way?&lt;/P&gt;&lt;P&gt;Test My Sample Code in the following Thread May it will solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[AT SELECTION-SCREEN OUTPUT |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7085499"&gt;&lt;/A&gt;]&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>Tue, 24 Feb 2009 10:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215925#M1206317</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-24T10:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215926#M1206318</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;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7014740"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215926#M1206318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215927#M1206319</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;create one program CALLING_PROGRAM and try this code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : i_result TYPE char1.

CALL FUNCTION 'K_KKB_POPUP_RADIO2'
  EXPORTING
    i_title   = 'Choose The Option'
    i_text1   = 'Option 1'
    i_text2   = 'Option 2'
    i_default = '1'
  IMPORTING
    i_result  = i_result
  EXCEPTIONS
    cancel    = 1
    OTHERS    = 2.

IF sy-subrc EQ  0.
  IF i_result EQ '1'.
    SUBMIT called_program1 VIA SELECTION-SCREEN AND RETURN.
    SUBMIT calling_program.
  ELSEIF i_result EQ '2'.
    SUBMIT called_program2 VIA SELECTION-SCREEN AND RETURN.
    SUBMIT calling_program.
  ENDIF.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215927#M1206319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215928#M1206320</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;Please find below the piece of code.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_fiscal RADIOBUTTON GROUP g_r1,&lt;/P&gt;&lt;P&gt;            p_cal    RADIOBUTTON GROUP g_r1.&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 TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_month  TYPE monat,&lt;/P&gt;&lt;P&gt;            p_year   TYPE gjahr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZTION.&lt;/P&gt;&lt;P&gt;p_month = sy-datum+4(2).&lt;/P&gt;&lt;P&gt;p_year = sy-datum+0(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;if p_cal = 'X'.&lt;/P&gt;&lt;P&gt;clear p_month, p_year.&lt;/P&gt;&lt;P&gt;p_month = some value.&lt;/P&gt;&lt;P&gt;p_year = some value.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Gowthami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215928#M1206320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215929#M1206321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gowthami,&lt;/P&gt;&lt;P&gt;here is sample code to populate the select-options ..it works fine&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data w_int type i.
select-options: s_opt for w_int.
at selection-screen output.
s_opt-low = 5.
s_opt-high = 7.
append s_opt.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mdi.Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215929#M1206321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215930#M1206322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gouthami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste your code here to check the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However after providing the AT selection screen output event. &lt;/P&gt;&lt;P&gt;You will also have to define what Should be done if user selects the other radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF R1 = 'X' .
  PERFORM SUB_DISP_ALV .
ENDIF .

IF R2 = 'X' .
  PERFORM SUB_UPLOAD_DATA .
  PERFORM SUB_FK01_CREATE .
ENDIF .

IF R3 = 'X' .
  PERFORM SUB_UPLOAD_DATA1.
  PERFORM SUB_FK02_CHANGE .
ENDIF .&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;Kittu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215930#M1206322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215931#M1206323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arunima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one is the calling program and which one is the called program?&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Gowthami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215931#M1206323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215932#M1206324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello can you please paste code..and will see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can you check below suggestion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display some parameter in then you need to use the Event AT SELECTION SCREEN OUTPUT. and inside the event you need to put a Loop at Screen and change it to the visible mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-name = &amp;lt;Paramter/Select Option&amp;gt; " 'P_PAR'.
screen-invisible = '1'. "Invisible
ELSE.
screen-invisible = '0'. "Visible
ENDIF.
MODIFY SCREEN.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks andregards&lt;/P&gt;&lt;P&gt;Durga.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215932#M1206324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215933#M1206325</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 code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETER:p_rad1 RADIOBUTTON GROUP g DEFAULT 'X' USER-COMMAND a .
PARAMETER:p_rad2 RADIOBUTTON GROUP g.

SELECTION-SCREEN:BEGIN OF BLOCK b1 WITH FRAME TITLE text-004.
PARAMETERs :Value TYPE kna1-kunnr.
SELECTION-SCREEN END OF BLOCK b1.


START-OF-SELECTION.

AT SELECTION-SCREEN OUTPUT.
IF p_rad1 EQ 'X'.
  Value = '1111'.
ENDIF.
IF p_rad2 EQ 'X'.
  Value = '2222'.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215933#M1206325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215934#M1206326</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 Changed the Code it is working fine now Test it Please and let me know if any issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.
PARAMETERS: p_fiscal RADIOBUTTON GROUP g_r1 USER-COMMAND a,
p_cal RADIOBUTTON GROUP g_r1.
SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
PARAMETERS: p_month TYPE monat,
p_year TYPE gjahr.
SELECTION-SCREEN END OF BLOCK b2.

AT SELECTION-SCREEN OUTPUT.
  p_month = sy-datum+4(2).
  p_year = sy-datum+0(4).

  IF p_cal = 'X'.
    CLEAR: p_month, p_year.
    p_month = '99'.
    p_year = '9999'.
  ELSE.
    p_month = p_month.
    p_year = p_year.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&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>Tue, 24 Feb 2009 10:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215934#M1206326</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-24T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215935#M1206327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to populate some other values if the other radio button is selected.&lt;/P&gt;&lt;P&gt;But it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215935#M1206327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215936#M1206328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. test the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen: begin of block a with frame title text-001.

parameters: rad1 radiobutton group  a DEFAULT 'X' USER-COMMAND a,
            rad2 radiobutton group a.
selection-screen skip.
PARAMETERS: input1 type i MODIF ID g1,
            input2 type i MODIF ID g2.

selection-screen end of block a.

    AT SELECTION-SCREEN OUTPUT.
    IF rad1 EQ 'X'.
     input1 = 200.
     input2 = 400.
    elseif rad2 EQ 'X'.
     input1 = 2.
     input2 = 4.
    endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215936#M1206328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215937#M1206329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gowthami,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Try it this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS:
  R1 RADIOBUTTON group rad USER-COMMAND ABC default 'X',
  R2 RADIOBUTTON group rad.

Parameters:
  char1(10) type c,
  char2(10) type c.

Initialization.
  char1 = 'radio1'.
  char2 = 'radio1'.

At Selection-screen output.
  if r2 = 'X'.
*    loop at screen.
      char1 = 'radio2'.
      char2 = 'radio2'.
*      modify screen.
*    endloop.
  elseif r1 = 'X'.
*    loop at screen.
      char1 = 'radio1'.
      char2 = 'radio1'.
*      modify screen.
*    endloop.
  endif.&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;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pritam Ghosh on Feb 24, 2009 11:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215937#M1206329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215938#M1206330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your inputs.&lt;/P&gt;&lt;P&gt;My problem got solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215938#M1206330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Populate values at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215939#M1206331</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;Edited by: tahir naqqash on Feb 24, 2009 4:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 11:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populate-values-at-selection-screen/m-p/5215939#M1206331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T11:01:37Z</dc:date>
    </item>
  </channel>
</rss>

