<?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: regarding module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804719#M345423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Try to create a selection screen, and then call it in you screen:&lt;/P&gt;&lt;P&gt;(see more in &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2799640"&gt;&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN numb [TITLE tit] [AS WINDOW].&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN numb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define a user-defined selection screen with screen number numb. All PARAMETERS, SELECT-OPTIONS, and SELECTION-SCREEN statements that occur between these two statements define the input fields and the formatting of this selection screen. Screen number numb can be any four-digit number apart from 1000, which is the number of the standard selection screen. You must also ensure that you do not accidentally assign a number to a selection screen which is already in use for another screen of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your screen program in which selection screens are defined, you can call these screens at any point of the program flow using the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN &amp;lt;numb&amp;gt; [STARTING AT &amp;lt;x1&amp;gt; &amp;lt;y 1&amp;gt;]&lt;/P&gt;&lt;P&gt;[ENDING AT &amp;lt;x2&amp;gt; &amp;lt;y 2&amp;gt;].&lt;/P&gt;&lt;P&gt;And also look at the DEMO program DEMO_DYNPRO_SUBSCREENS.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 12:04:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T12:04:23Z</dc:date>
    <item>
      <title>regarding module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804715#M345419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              i need ur help guys,i m coding simple module pool program in which i hv to show vendor code as a selection screen but the user wants the multiple ranges of vendor code,i know how to show the single value of vendor but abt multiple ...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me .&lt;/P&gt;&lt;P&gt;looking forward to an early reply.&lt;/P&gt;&lt;P&gt;ravi gupta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the requirement is like this...vendor ______to ______.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 11:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804715#M345419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804716#M345420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Create two fields for the vendor (vendor_f and vendor_t). then based on the selection create a range and use that in the select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804716#M345420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T12:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804717#M345421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create another field in the screen by using Input field.&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;Balavardhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804717#M345421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T12:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804718#M345422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="223927"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804718#M345422</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-20T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804719#M345423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Try to create a selection screen, and then call it in you screen:&lt;/P&gt;&lt;P&gt;(see more in &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2799640"&gt;&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN numb [TITLE tit] [AS WINDOW].&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN numb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define a user-defined selection screen with screen number numb. All PARAMETERS, SELECT-OPTIONS, and SELECTION-SCREEN statements that occur between these two statements define the input fields and the formatting of this selection screen. Screen number numb can be any four-digit number apart from 1000, which is the number of the standard selection screen. You must also ensure that you do not accidentally assign a number to a selection screen which is already in use for another screen of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your screen program in which selection screens are defined, you can call these screens at any point of the program flow using the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN &amp;lt;numb&amp;gt; [STARTING AT &amp;lt;x1&amp;gt; &amp;lt;y 1&amp;gt;]&lt;/P&gt;&lt;P&gt;[ENDING AT &amp;lt;x2&amp;gt; &amp;lt;y 2&amp;gt;].&lt;/P&gt;&lt;P&gt;And also look at the DEMO program DEMO_DYNPRO_SUBSCREENS.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 12:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804719#M345423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T12:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804720#M345424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: vendor FOR vendor field.&lt;/P&gt;&lt;P&gt;In screen give the name as Vendor and u will get a range for the same.&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>Wed, 20 Dec 2006 12:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1804720#M345424</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-12-20T12:04:41Z</dc:date>
    </item>
  </channel>
</rss>

