<?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/1717355#M313484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check for sy-ucomm = 'ENTER' in your PAI and call a MODULE where you populate the remaining fields based on process order, &lt;/P&gt;&lt;P&gt;Ensure that you don't clear these fields in your PBO, after you have populated the values in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 04:57:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T04:57:05Z</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/1717352#M313481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abaper,&lt;/P&gt;&lt;P&gt;               Please help me in my object,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is MODULE POOL PROGRAM,&lt;/P&gt;&lt;P&gt;     i have a selection screen with fields 1. process order 2. material 3. description 4. batch 5. quantity etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i enter the PROCESS ORDER number by scanning the  remaining fields on the selection screen must be filled with revelant data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when i click PROCEED push button on the same screen it should call a transaction COWBPACK  and all the above data should appera there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;baleeq ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 04:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/1717352#M313481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T04:45:43Z</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/1717353#M313482</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;&lt;/P&gt;&lt;P&gt;In the event PBO fill up the fields when the process order is entered..&lt;/P&gt;&lt;P&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>Wed, 22 Nov 2006 04:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/1717353#M313482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T04:48:04Z</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/1717354#M313483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the PAI u need to get the related material desc batch qty etc for that process order and move them to the screen fields in the PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and regd the PUSH button i suppose u need to do the recording of that transaction after which only u will be to pass those data. u need to write a BDC for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all this shoudl be handled in the user command of that screen. by handling the function code of that PUSH Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 04:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/1717354#M313483</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-22T04:53:22Z</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/1717355#M313484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check for sy-ucomm = 'ENTER' in your PAI and call a MODULE where you populate the remaining fields based on process order, &lt;/P&gt;&lt;P&gt;Ensure that you don't clear these fields in your PBO, after you have populated the values in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 04:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/1717355#M313484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T04:57:05Z</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/1717356#M313485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare the module in pai screen flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field &amp;lt;process order&amp;gt; module m1 on request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in abap code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module m1.&lt;/P&gt;&lt;P&gt;select the data you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pbo fill the screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in pai by using user command pass your value to the call transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 05:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-module-pool-program/m-p/1717356#M313485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T05:02:46Z</dc:date>
    </item>
  </channel>
</rss>

