<?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: Module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017959#M412643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I AM BNOT SURE ABOUT YOUR REQUIREMENT BUT FOR GETTING THE SCREEN DATA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PAI YOU HAVE TO WRITE THE CODE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 10:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-27T10:48:22Z</dc:date>
    <item>
      <title>Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017958#M412642</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 have a module pool program which has a top include+4 includes.This is called by a transaction and a screen. Depending on the screen values I need to query a custom table and perform certain logical steps depending on table entries in custom table.The logical steps could be call transaction&lt;/P&gt;&lt;P&gt;Where do I write this logic, in PAI of screen, or in the module pool.Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017958#M412642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017959#M412643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I AM BNOT SURE ABOUT YOUR REQUIREMENT BUT FOR GETTING THE SCREEN DATA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PAI YOU HAVE TO WRITE THE CODE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017959#M412643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017960#M412644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI. you have to define the module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pai section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module perform_something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In module pool program. (Double click on the module name perform_something, and create)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module perform_something.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write your code here..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017960#M412644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017961#M412645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI section&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module perform_section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In module pool program double click on the module name perform_section and create the same in one of the include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write the code as such in this perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module perform_section.&lt;/P&gt;&lt;P&gt;    write &amp;lt;code&amp;gt;.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017961#M412645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017962#M412646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SV&lt;/P&gt;&lt;P&gt;        Always write all code in PAI, If any special requiremet then code only on PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Please reward suitable points&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Navin Khedikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017962#M412646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017963#M412647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You have told that Depending on the screen values you need to query a custom table and perform certain logical steps that means after giving the inputs only you have to call transaction...&lt;/P&gt;&lt;P&gt;     It means it should be done Process After Input i.e, in PAI modules only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-program/m-p/2017963#M412647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:03:50Z</dc:date>
    </item>
  </channel>
</rss>

