<?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: radio buttons in function module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258001#M1384564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
submit zodmr_report with p_vkorg = bukrs
with s_off in vkbur
with s_vtweg in vtweg
with s_spart in spart
with s_dsa in dsa
with s_ext in allocation_id
with p_yyyymm = year_month
WITH P_RADIO1 = 'X'
and return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 05:02:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T05:02:42Z</dc:date>
    <item>
      <title>radio buttons in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6257999#M1384562</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 developed a function module which internally calls abap report with SUBMIT command.  However, the abap report has radio buttons on selecton screen.  So I would like to know how to define radio buttons in function module or is there any alternative to overcome this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP code in function module :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit zodmr_report    with p_vkorg = bukrs&lt;/P&gt;&lt;P&gt;                         with s_off  in vkbur&lt;/P&gt;&lt;P&gt;                         with s_vtweg in vtweg&lt;/P&gt;&lt;P&gt;                         with s_spart in spart&lt;/P&gt;&lt;P&gt;                         with s_dsa in dsa&lt;/P&gt;&lt;P&gt;                         with s_ext in allocation_id&lt;/P&gt;&lt;P&gt;                         with p_yyyymm = year_month&lt;/P&gt;&lt;P&gt;                         and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( ABAP report "ZODMR_REPORT" has two radio buttons)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 04:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6257999#M1384562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T04:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: radio buttons in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258000#M1384563</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;To the best of my knowledge you need to create an &lt;STRONG&gt;IMPORT parameter of type SY-DYNNY&lt;/STRONG&gt; And pass your selection screen to the FM. If this will not serve your purpose, then Instead of Standard Selection Screen with number 1000, use custom defined Screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258000#M1384563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T05:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: radio buttons in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258001#M1384564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
submit zodmr_report with p_vkorg = bukrs
with s_off in vkbur
with s_vtweg in vtweg
with s_spart in spart
with s_dsa in dsa
with s_ext in allocation_id
with p_yyyymm = year_month
WITH P_RADIO1 = 'X'
and return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258001#M1384564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T05:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: radio buttons in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258002#M1384565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;radio buttons contains value as 'X' or blank. &lt;/P&gt;&lt;P&gt;X is when its selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for the radio button you want the report to be executed , pass that one as 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-in-function-module/m-p/6258002#M1384565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T05:14:49Z</dc:date>
    </item>
  </channel>
</rss>

