<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588737#M265205</link>
    <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Please send me the examples too&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt; Ranjith&lt;/P&gt;</description>
    <pubDate>Fri, 06 Oct 2006 13:57:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T13:57:17Z</dc:date>
    <item>
      <title>Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588733#M265201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Iam new to Module pool please send me material(pdf's) for 4.7 version and good examples &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                             Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 12:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588733#M265201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T12:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588734#M265202</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;ABAP program with the program type "M." are module pool programs.&lt;/P&gt;&lt;P&gt;ABAP module pools contain mainly dialog modules for processing program screens. You must enter a transaction code to start them. We relate a module pool program to a transaction. A transaction is an ABAP program that you start using a transaction code. There are dialog and report transactions, parameter and variant transactions, and &amp;#150; as of release 6.10 &amp;#150; OO transactions. To start a transaction, you either enter the transaction code in the input field of the standard toolbar or use the statements CALL TRANSACTION or LEAVE TO TRANSACTION. Transaction codes are created in the transaction maintenance of the ABAP Workbench.&lt;/P&gt;&lt;P&gt;check out the link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/21/682f8b277e11d2954e0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/21/682f8b277e11d2954e0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/2adbd7449911d1949c0000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/2adbd7449911d1949c0000e8353423/frameset.htm&lt;/A&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;Richa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 13:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588734#M265202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T13:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588735#M265203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk these programs , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DEMO_DYNPRO_AT_EXIT_COMMAND
DEMO_DYNPRO_AUTOMATIC_CHECKS
DEMO_DYNPRO_CHECK_RADIO
DEMO_DYNPRO_CONTEXT_MENU
DEMO_DYNPRO_DICTIONARY
DEMO_DYNPRO_DROPDOWN_LISTBOX
DEMO_DYNPRO_F1_HELP
DEMO_DYNPRO_F4_HELP_DICTIONARY
DEMO_DYNPRO_F4_HELP_DYNPRO
DEMO_DYNPRO_F4_HELP_MODULE
DEMO_DYNPRO_FIELD
DEMO_DYNPRO_FIELD_CHAIN
DEMO_DYNPRO_GET_CURSOR
DEMO_DYNPRO_GUI_STATUS
DEMO_DYNPRO_INPUT_OUTPUT
DEMO_DYNPRO_MODIFY_SCREEN
DEMO_DYNPRO_MODIFY_SCREEN_SEL
DEMO_DYNPRO_MODIFY_SIMPLE
DEMO_DYNPRO_MODULE
DEMO_DYNPRO_ON_CONDITION
DEMO_DYNPRO_PUSH_BUTTON
DEMO_DYNPROS_AND_LISTS
DEMO_DYNPRO_SET_CURSOR
DEMO_DYNPRO_SET_HOLD_DATA
DEMO_DYNPRO_STATUS_ICONS
DEMO_DYNPRO_STEP_LOOP
DEMO_DYNPRO_STRINGS
DEMO_DYNPRO_SUBSCREENS
DEMO_DYNPRO_TABCONT_LOOP
DEMO_DYNPRO_TABCONT_LOOP_AT
DEMO_DYNPRO_TABLE_CONTROL_1
DEMO_DYNPRO_TABLE_CONTROL_2
DEMO_DYNPRO_TABSTRIP_LOCAL
DEMO_DYNPRO_TABSTRIP_SERVER
DEMO_DYNPRO_VALUE_SELECT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 13:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588735#M265203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T13:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588736#M265204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send in your mail ID n I shall forward you the docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Innova&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 13:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588736#M265204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T13:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588737#M265205</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Please send me the examples too&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt; Ranjith&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/1588737#M265205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T13:57:17Z</dc:date>
    </item>
  </channel>
</rss>

