<?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: about module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482767#M1061287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the the following FM  in PAI module ok_code = 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'J_3G_POPUP_CONTINUE_YES_NO'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      textline1 = fp_text&lt;/P&gt;&lt;P&gt;      titel     = 'Save'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      answer    = fp_var_create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fp_text, just populate the which radio button you selected.&lt;/P&gt;&lt;P&gt;Based on your requirement you allow to save the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 07:46:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T07:46:48Z</dc:date>
    <item>
      <title>about module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482765#M1061285</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 2 screens in the program. In first screen i have one input button and 2 radio buttons.&lt;/P&gt;&lt;P&gt;so if i give input and select one radio button it is going to the 2 nd screen.&lt;/P&gt;&lt;P&gt;So in the 2 nd screen when i save the document it has to go to the function module .before going to the function module it has to check which radio button i have selected in the initial screen..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how will i do this....?&lt;/P&gt;&lt;P&gt;Pls help me on this issue......&lt;/P&gt;&lt;P&gt;plzzzzzzzzzzzzz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 06:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482765#M1061285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T06:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482766#M1061286</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;as you will the write the code in the same program for both the screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e the radio buttons are declared globally in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if the radio buttons are r1 and r2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI of the second screen befor going to FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If r1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ur code&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif r2 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;urcode&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i was helpful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 07:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482766#M1061286</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-09-04T07:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482767#M1061287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the the following FM  in PAI module ok_code = 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'J_3G_POPUP_CONTINUE_YES_NO'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      textline1 = fp_text&lt;/P&gt;&lt;P&gt;      titel     = 'Save'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      answer    = fp_var_create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fp_text, just populate the which radio button you selected.&lt;/P&gt;&lt;P&gt;Based on your requirement you allow to save the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 07:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482767#M1061287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482768#M1061288</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 follow the steps below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of the screen1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module mo_user_command_screen1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear w_okcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   w_okcode = sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case w_okcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if radiobutton1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen screen2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif radiobutton = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen screen2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling the second screen2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implement the logic of calling the function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482768#M1061288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482769#M1061289</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;Since the Radiobuttons are declared globally you can use the same techincal names and check which on of them were selected. Using the IF statement you can call the Fm accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482769#M1061289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: about module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482770#M1061290</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;         Thanks for the immediate reply.&lt;/P&gt;&lt;P&gt;   My problem is still not yet solved.. If i write code like this ..i.e what u people told &lt;/P&gt;&lt;P&gt;its not going inside the select query.&lt;/P&gt;&lt;P&gt; its comming out of the screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz try to answer once again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 07:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/4482770#M1061290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T07:48:08Z</dc:date>
    </item>
  </channel>
</rss>

