<?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 saving a module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-module-pool-screen/m-p/2428064#M542605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after all my operations ,  if i click save button the screen has to save in my datebase table / document how could it possible will u plz give an hint when ever it necessary i want to retrieve my save document how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 12:40:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T12:40:06Z</dc:date>
    <item>
      <title>saving a module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-module-pool-screen/m-p/2428064#M542605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after all my operations ,  if i click save button the screen has to save in my datebase table / document how could it possible will u plz give an hint when ever it necessary i want to retrieve my save document how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 12:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-module-pool-screen/m-p/2428064#M542605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: saving a module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-module-pool-screen/m-p/2428065#M542606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in PAI of the screen write a module.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PAI.
MODULE SAVE.

MODULE SAVE.
if sy-sucomm = 'SAVE'.
modify ztable from itab. " Where the itab should have the same sturucture of the "Ztable
ENDIF.
ENDMODULE SAVE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 12:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-a-module-pool-screen/m-p/2428065#M542606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T12:43:23Z</dc:date>
    </item>
  </channel>
</rss>

