<?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/1023581#M81809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shaik,&lt;/P&gt;&lt;P&gt;           Its simple. First declare an internal table with company code (Bukrs most probably) as a field. Now in the screen create a table control on this internal table, and makes the fields input enable..thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user enter value in the table, you just loop into that internal tabl and get the vales..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2005 12:17:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-07T12:17:33Z</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/1023579#M81807</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 am having a issue in Dialog programming.&lt;/P&gt;&lt;P&gt;At present i am having a an element in &amp;lt;b&amp;gt;'Company Code'&amp;lt;/b&amp;gt; in my screen as parameter. I want to Replace  that single value entry field for &amp;lt;b&amp;gt;&amp;#145;Company Code&amp;#146;&amp;lt;/b&amp;gt; with a range or multiple values. How can i achieve it.&lt;/P&gt;&lt;P&gt;Without creating another same dictionary field side of company code directly can we make &amp;lt;b&amp;gt;company code&amp;lt;/b&amp;gt; field Select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 12:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1023579#M81807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T12:10:33Z</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/1023580#M81808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First don't forget the reward if my answer helpd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way is to defined a select option in your dialog screen !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All info here : &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you defined in the program a selection screen.&lt;/P&gt;&lt;P&gt;TABLES PA0001-BUKRS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 500 as subscreen.&lt;/P&gt;&lt;P&gt;select-options : Ccoce for BUKRS&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your dialog screen you defined a subscreen area ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then within the PBO of the dialog scree: CALL SUBSCREEN area INCLUDING sy-repid number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: STEPHAN KAMINSKI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: STEPHAN KAMINSKI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: STEPHAN KAMINSKI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 12:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1023580#M81808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T12:15: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/1023581#M81809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shaik,&lt;/P&gt;&lt;P&gt;           Its simple. First declare an internal table with company code (Bukrs most probably) as a field. Now in the screen create a table control on this internal table, and makes the fields input enable..thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user enter value in the table, you just loop into that internal tabl and get the vales..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 12:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-programming/m-p/1023581#M81809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T12:17:33Z</dc:date>
    </item>
  </channel>
</rss>

