<?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: sap query problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260682#M489986</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;        U must show atleast 2 radio buttons.&lt;/P&gt;&lt;P&gt;For the rest use condition like this :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if 1 = 2.&lt;/P&gt;&lt;P&gt;Parameters: R3 radiobutton group g1,&lt;/P&gt;&lt;P&gt;                   r4 radiobutton group g1.&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 07:49:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T07:49:08Z</dc:date>
    <item>
      <title>sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260681#M489985</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 copied the SAP query to Normal report .&lt;/P&gt;&lt;P&gt;Now i want to modify the program.&lt;/P&gt;&lt;P&gt;In the selection screen there are 5 radio buttons i want to show only one.&lt;/P&gt;&lt;P&gt;How i can restrict the radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260681#M489985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260682#M489986</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;        U must show atleast 2 radio buttons.&lt;/P&gt;&lt;P&gt;For the rest use condition like this :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if 1 = 2.&lt;/P&gt;&lt;P&gt;Parameters: R3 radiobutton group g1,&lt;/P&gt;&lt;P&gt;                   r4 radiobutton group g1.&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260682#M489986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260683#M489987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well if you copied the report, you are free to modify your copy.&lt;/P&gt;&lt;P&gt;why dont you just delete them from code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260683#M489987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260684#M489988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can edit the code, look for the PARAMETERS: declaration for the radio buttons you wish to hide, &lt;/P&gt;&lt;P&gt;For instance, if you don't want spreadsheet(Excel ) functionality, disable the radio button by commenting out the following pair of lines...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*parameters:       %excel radiobutton group func modif id old.
*selection-screen: comment 34(26) text-f60 for field %excel modif id old,
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to comment both lines or else the label will remain on screen &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then, add this code below the comments(IMPORTANT).&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: %excel.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dushyant Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260684#M489988</guid>
      <dc:creator>dustyplanet</dc:creator>
      <dc:date>2007-05-15T07:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260685#M489989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for interrupting &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;No offense meant, but this is the first time I have seen a declaration enclosed inside an IF condition...&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Quoted...&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Selection-screen.
if 1 = 2.
Parameters: R3 radiobutton group g1,
r4 radiobutton group g1.
etc.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;i&amp;gt;Endquote...&amp;lt;/i&amp;gt;You think it'll work ?&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;Dushyant Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260685#M489989</guid>
      <dc:creator>dustyplanet</dc:creator>
      <dc:date>2007-05-15T08:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260686#M489990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aye it WILL work &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still it´s modifying the code, and if you do so, you´d better comment em out than doing THIS, but still it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260686#M489990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T08:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260687#M489991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dushyant Shetty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Thanks for raising this.&lt;/P&gt;&lt;P&gt;I was wrong. I tried in a test program and that doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize.&lt;/P&gt;&lt;P&gt;Sorry for my wrong post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260687#M489991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T08:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260688#M489992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian and Deepu,&lt;/P&gt;&lt;P&gt;I guess this code needs to be tried out...(it doesn't work...)&lt;/P&gt;&lt;P&gt;In ABAP, all declarations are pre-emptive, even if you place a declaration at the end of your program, during program generation the compiler reorganizes the Declarations(DATA, TYPES, CLASS, TABLES, PARAMETERS, SELECT-OPTIONS etc.) to the top of the program, well before any executable code is processed, even an IF condition...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the code Deepu has submitted to understand my point... &lt;/P&gt;&lt;P&gt;But sincere apologies for moving this discussion off-topic !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy ABAPing !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dushyant Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260688#M489992</guid>
      <dc:creator>dustyplanet</dc:creator>
      <dc:date>2007-05-15T08:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260689#M489993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dushayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        U r right dude.The code doesn't work.&lt;/P&gt;&lt;P&gt;Instead I tried this .It works :-&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  PARAMETERS: r1 radiobutton group g1,
              r2 radiobutton group g1.


AT SELECTION-SCREEN Output.
  LOOP AT SCREEN .
      IF screen-name = 'R1'.
      screen-active = 0.
      MODIFY SCREEN .
    ENDIF.
      IF screen-name = 'R2'.
      screen-active = 0.
      MODIFY SCREEN .
    ENDIF.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again sorry for my wrong post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260689#M489993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T08:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: sap query problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260690#M489994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm seems you are right dudes, tho i thought i had something similar done before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps i should recheck my old program and see what i did &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; at least its running productive sind 6 month and no error messages reached me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But yeah from the logical point of view in ABAP i should NOT work. And thats why you need that bloody generic concept of ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my eyes a language should offer a developer to allocate memory where and WHEN he needs it and not THAT restrictive &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 09:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query-problem/m-p/2260690#M489994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T09:00:59Z</dc:date>
    </item>
  </channel>
</rss>

