<?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: Question on Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353563#M519752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; i think u can check the condition....&lt;/P&gt;&lt;P&gt;select &amp;lt;&amp;gt; from &amp;lt;table&amp;gt;&lt;/P&gt;&lt;P&gt;  where deptno ge &amp;lt;first box&amp;gt; and&lt;/P&gt;&lt;P&gt;           deptno le &amp;lt;second box&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u can display the details in that range...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 05:41:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T05:41:36Z</dc:date>
    <item>
      <title>Question on Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353559#M519748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;If we use the following code:&lt;/P&gt;
  &lt;P&gt;SELECT-OPTIONS airline FOR spfli-carrid NO-EXTENSION.&lt;/P&gt;
  &lt;P&gt;the output of the above is a selection screen wherein we can select a range for the Airline.&lt;/P&gt;
  &lt;P&gt;How to incorporate the same feature in the below scenario (Module Pool programs) ?&lt;/P&gt;
  &lt;P&gt;I have defined a screen say 100 in SE51.&lt;/P&gt;
  &lt;P&gt;I click on the Layout button.&lt;/P&gt;
  &lt;P&gt;Here i want to have two text boxes using which i should be able to input the range for the department number and display the related details in screen 200. &lt;/P&gt;
  &lt;P&gt;Can anybody help me with the kind of approach i should take.&lt;/P&gt;
  &lt;P&gt;Also if anybody is having good material on Module Pool programming, can you forward the same to my id -&lt;/P&gt;
  &lt;P&gt; [Removed by the moderator.]&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353559#M519748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T05:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353560#M519749</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;You can use the FM COMPLEX_SELECTIONS_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for a sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1285701"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353560#M519749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T05:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353561#M519750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijay , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   For your requirement ,  you can follow the logic below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a modulepool program with 2 screens . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 1st screen, put 2 variables val_low and val_high . &lt;/P&gt;&lt;P&gt; Then in the PAI of the screen 1 , write a select querry and use the BETWEEN addition for getting the values between VAL_LOW and Val_high . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; next in the PBO of the 2nd screen pass the values to the screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats it ..It will work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check for the transaction ABAPDOCU and for the ABAP dialogs area there .   you can get many sample programs for module pool operations .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert if further help needed !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353561#M519750</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-06-07T05:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353562#M519751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FM:  &amp;lt;b&amp;gt;COMPLEX_SELECTIONS_DIALOG&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353562#M519751</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-06-07T05:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353563#M519752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; i think u can check the condition....&lt;/P&gt;&lt;P&gt;select &amp;lt;&amp;gt; from &amp;lt;table&amp;gt;&lt;/P&gt;&lt;P&gt;  where deptno ge &amp;lt;first box&amp;gt; and&lt;/P&gt;&lt;P&gt;           deptno le &amp;lt;second box&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u can display the details in that range...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353563#M519752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T05:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353564#M519753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr.Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as i know first u have to create two input boxes in screen 100 and put one DISPLAY Button on the same screen. here when u click on the DISPLAY button u have to see the details in the screen 200, for this in PAI of the screen 100&lt;/P&gt;&lt;P&gt;write this code &lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'display'.&lt;/P&gt;&lt;P&gt;       " select the data for related fields which u want to display in the on screen&lt;/P&gt;&lt;P&gt;           200 in between the range of values in text boxes into a internal table then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        call screen 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create the screen 200  and go to PBO of screen 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MOVE corresponding fields of internal table to screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this answar will give u an idea to solve ur doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;krishna prasad.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 05:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-module-pool/m-p/2353564#M519753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T05:48:46Z</dc:date>
    </item>
  </channel>
</rss>

