<?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 Radio  button declaration for Module pool prog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-declaration-for-module-pool-prog/m-p/3045819#M720992</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;  I  have a  screen  no  0201   wherein   i  have   3  radio-buttons  with  group           defined  as  RAD   and  function code RD  common  for   all   the  buttons  named  RAD1  , RAD2  &amp;amp;  RAD3  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now  if  i   try   to  do  something  as  below   in  the  PAI  .....  it   says  RAD1 , RAD2  RAD3   not  defined  .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now   then   i    try  to  define   the same  in   the  below   in  MZXXXXXXTOP   global  include  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: RAD1 RADIOBUTTON GROUP RAD,&lt;/P&gt;&lt;P&gt;                        RAD2  RADIOBUTTON GROUP RAD  DEFAULT 'X',                     RAD3  RADIOBUTTON GROUP RAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It   throws  error   saying  PARAMETER   cant  be  used  with  TYPE 1 program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even  the  below  option doesnt  work ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : RAD1  AS  RADIOBUTTON GROUP RAD,&lt;/P&gt;&lt;P&gt;                        RAD2  AS  RADIOBUTTON GROUP RAD  DEFAULT 'X',                     RAD3  AS  RADIOBUTTON GROUP RAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any  pointers   to   the  said   problem   will   be  rewarded  with  point .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  rad_group  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE rad_group INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'RD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF  RAD1 = 'X'.&lt;/P&gt;&lt;P&gt;      INT1-Q_FLAG = 'U'.&lt;/P&gt;&lt;P&gt;  ELSEIF RAD2 = 'X'.&lt;/P&gt;&lt;P&gt;      INT1-Q_FLAG = 'Q'.  &lt;/P&gt;&lt;P&gt;  ELSEIF RAD3 = 'X'.&lt;/P&gt;&lt;P&gt;      INT1-Q_FLAG = 'B'.  &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;ENDMODULE.                 " rad_group  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 07:27:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T07:27:49Z</dc:date>
    <item>
      <title>Radio  button declaration for Module pool prog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-declaration-for-module-pool-prog/m-p/3045819#M720992</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;  I  have a  screen  no  0201   wherein   i  have   3  radio-buttons  with  group           defined  as  RAD   and  function code RD  common  for   all   the  buttons  named  RAD1  , RAD2  &amp;amp;  RAD3  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now  if  i   try   to  do  something  as  below   in  the  PAI  .....  it   says  RAD1 , RAD2  RAD3   not  defined  .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now   then   i    try  to  define   the same  in   the  below   in  MZXXXXXXTOP   global  include  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: RAD1 RADIOBUTTON GROUP RAD,&lt;/P&gt;&lt;P&gt;                        RAD2  RADIOBUTTON GROUP RAD  DEFAULT 'X',                     RAD3  RADIOBUTTON GROUP RAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It   throws  error   saying  PARAMETER   cant  be  used  with  TYPE 1 program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even  the  below  option doesnt  work ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : RAD1  AS  RADIOBUTTON GROUP RAD,&lt;/P&gt;&lt;P&gt;                        RAD2  AS  RADIOBUTTON GROUP RAD  DEFAULT 'X',                     RAD3  AS  RADIOBUTTON GROUP RAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any  pointers   to   the  said   problem   will   be  rewarded  with  point .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  rad_group  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE rad_group INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'RD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF  RAD1 = 'X'.&lt;/P&gt;&lt;P&gt;      INT1-Q_FLAG = 'U'.&lt;/P&gt;&lt;P&gt;  ELSEIF RAD2 = 'X'.&lt;/P&gt;&lt;P&gt;      INT1-Q_FLAG = 'Q'.  &lt;/P&gt;&lt;P&gt;  ELSEIF RAD3 = 'X'.&lt;/P&gt;&lt;P&gt;      INT1-Q_FLAG = 'B'.  &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;ENDMODULE.                 " rad_group  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jaman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-declaration-for-module-pool-prog/m-p/3045819#M720992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Radio  button declaration for Module pool prog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-declaration-for-module-pool-prog/m-p/3045820#M720993</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;just declare like this in ur report program(TOP) or in global declaration....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : RAD1 type c value 'X',&lt;/P&gt;&lt;P&gt;         RAD2 type c,&lt;/P&gt;&lt;P&gt;         RAD3 type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Module rad_group INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE rad_group INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'RD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF RAD1 = 'X'.&lt;/P&gt;&lt;P&gt;INT1-Q_FLAG = 'U'.&lt;/P&gt;&lt;P&gt;ELSEIF RAD2 = 'X'.&lt;/P&gt;&lt;P&gt;INT1-Q_FLAG = 'Q'. &lt;/P&gt;&lt;P&gt;ELSEIF RAD3 = 'X'.&lt;/P&gt;&lt;P&gt;INT1-Q_FLAG = 'B'. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " rad_group INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable names should be same as what u have declared in screen.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful...........&lt;/P&gt;&lt;P&gt;Harimanjesh AN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-declaration-for-module-pool-prog/m-p/3045820#M720993</guid>
      <dc:creator>harimanjesh_an</dc:creator>
      <dc:date>2007-10-26T07:32:00Z</dc:date>
    </item>
  </channel>
</rss>

