<?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: Generate Parameters Dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358064#M1640865</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;Yes , It happened...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you use AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your selection screen you define radio button and check box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use flag as your check box selection and another for radio button selection. As per your requirement you use flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful to you ..&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;&lt;/P&gt;&lt;P&gt;kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 10:19:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-16T10:19:49Z</dc:date>
    <item>
      <title>Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358063#M1640864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to generate parameters(even check boxes and radio buttons also) dynamically in my program because I get the parameters from an external source. Can u please tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 09:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358063#M1640864</guid>
      <dc:creator>pradeep_grandhi</dc:creator>
      <dc:date>2011-11-16T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358064#M1640865</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;Yes , It happened...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you use AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your selection screen you define radio button and check box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use flag as your check box selection and another for radio button selection. As per your requirement you use flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful to you ..&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;&lt;/P&gt;&lt;P&gt;kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 10:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358064#M1640865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358065#M1640866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Kamal.&lt;/P&gt;&lt;P&gt;I didn't understand how to proceed with what u said. can you be a bit more clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358065#M1640866</guid>
      <dc:creator>pradeep_grandhi</dc:creator>
      <dc:date>2011-11-16T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358066#M1640867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below code in SE38. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_act2 RADIOBUTTON GROUP rad1 USER-COMMAND act DEFAULT 'X',&lt;/P&gt;&lt;P&gt;            p_act1 RADIOBUTTON GROUP rad1.&lt;/P&gt;&lt;P&gt;&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.&lt;/P&gt;&lt;P&gt;PARAMETERS: rad1 RADIOBUTTON GROUP rad USER-COMMAND radio MODIF ID a,&lt;/P&gt;&lt;P&gt;            rad2 RADIOBUTTON GROUP rad MODIF ID b,&lt;/P&gt;&lt;P&gt;            rad3 RADIOBUTTON GROUP rad MODIF ID c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS  check AS CHECKBOX USER-COMMAND check MODIF ID d.&lt;/P&gt;&lt;P&gt;PARAMETERS  chec1 AS CHECKBOX USER-COMMAND check MODIF ID e.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF p_act1 = 'X'.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'A'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'B'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'C'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'D'.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'E'.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSEIF p_act2 = 'X'.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'D'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'E'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'A'.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'B'.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'C'.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;     ENDIF.&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>Wed, 16 Nov 2011 11:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358066#M1640867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T11:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358067#M1640868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will get a list of select-options, parameters and checkboxes and radio buttons with their details in an excel sheet which may vary in number everytime.I need to process that excel sheet and make them populate in the screen. I hope now you understood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358067#M1640868</guid>
      <dc:creator>pradeep_grandhi</dc:creator>
      <dc:date>2011-11-16T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358068#M1640869</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 command in help GENERATE SUBROUTINE POOL. With it you should be able to generate your screen. However personally I've never used it so I'm not 100% sure if it will cover your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358068#M1640869</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-11-16T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358069#M1640870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you told is not the answer for my question but it was a new thing I have learnt. Thank You...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358069#M1640870</guid>
      <dc:creator>pradeep_grandhi</dc:creator>
      <dc:date>2011-11-16T12:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Parameters Dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358070#M1640871</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;Actually I think the GENERATE SUBROUTINE POOL is the only way to achieve this... &lt;/P&gt;&lt;P&gt;You code a dynamic report with the selection screen you need in an internal table, then use the generate subroutine pool statement and finally call your created selection screen with e.g. a submit statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would love to see other options tough &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 13:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-parameters-dynamically/m-p/8358070#M1640871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-16T13:41:34Z</dc:date>
    </item>
  </channel>
</rss>

