<?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: Problem in Module Pool Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554765#M855345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's for replay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but i need to write the code under this case statement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'submit'.&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'exit'.&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to  give the values on the I/O boxs after  press the submit button that values r display on the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried this way .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT  ZREGISTRATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZREGISTRATION-FIRSTNAME = 'xxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-LASTNAME = 'xxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-EMAILID = 'xxxxx@GMAIL.COM'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-HOME = 'xxxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-MOBILE = 'xxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-STREET = 'xxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-CITY = 'xxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-STATE = 'xxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-PINCODE = 'xxxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my requirement is we r giving unlimited values on that I/O boxes ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;soni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 18:12:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T18:12:47Z</dc:date>
    <item>
      <title>Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554761#M855341</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;   i need help for module pool program that is ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  how to send the data  to data base table through module pool program,&lt;/P&gt;&lt;P&gt;i already created own database table,in that module pool program i created input/output boxs now we have to give the values on that boxs after click on the submit button taht values are display on the  data base table .This is my requirement i tried to write so many types of  insert statements but i'm not getting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can anyone plz slove this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;soni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 17:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554761#M855341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T17:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554762#M855342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u r writting to data base table. After INSERT or UPDATE you should use commit. then Only it will display in database.&lt;/P&gt;&lt;P&gt;Try this option. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 17:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554762#M855342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T17:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554763#M855343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a lot missing from the description of your problem, however, the basic process would be to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Area&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
tables: your_table.

data:
  sv_your_table like  your_table.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get your data&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select * from your_table where key = my_key.
if sy-subrc = 0.
 sv_your_table =  your_table.
else.
 clear sv_your_table.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the same fields in your_table on the screen in the screen painter hit F6.  enter your_table and enter.  Select the fields you want on the screen. then the Green Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now..in your PAI Module of the screen when you call your USER_COMMAND module and intercept the OK_CODE to Save it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  if sv_your_table ne  your_table.
     modify your_table.        "If you are adding(inserting)  then    insert your_table.   although Modify will work as well.
     if sy-subrc NE 0
       message &amp;lt;your message for bad add/update&amp;gt;.
     else.
       message &amp;lt;your message for good add/update&amp;gt;.
     endif.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 17:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554763#M855343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T17:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554764#M855344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure of your problem but here is my guess for a rather simplistic solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Declare the database table using the TABLES statement in your module pool program.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Make sure the fields on your screen have the same name as the TABLE-FIELDNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) In the PAI of the screen, during debug, you should now see your table structure populated with the values entered on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) These values can now be inserted in the database table using the INSERT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554764#M855344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554765#M855345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's for replay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but i need to write the code under this case statement ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'submit'.&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'exit'.&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to  give the values on the I/O boxs after  press the submit button that values r display on the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried this way .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT  ZREGISTRATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZREGISTRATION-FIRSTNAME = 'xxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-LASTNAME = 'xxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-EMAILID = 'xxxxx@GMAIL.COM'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-HOME = 'xxxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-MOBILE = 'xxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-STREET = 'xxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-CITY = 'xxxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-STATE = 'xxxx'.&lt;/P&gt;&lt;P&gt;ZREGISTRATION-PINCODE = 'xxxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my requirement is we r giving unlimited values on that I/O boxes ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;soni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554765#M855345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554766#M855346</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;For the OK_CODE of your SUBMIT button  Your have to use your insert/modify statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: OK_CODE TYPE SY-UCOMM,
      SAVE_OK TYPE SY-UCOMM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CLEAR SAVE_OK.
    SAVE_OK = OK_CODE.
    CLEAR OK_CODE.
   CASE SAVE_OK.
       WHEN 'SUBT'.    "okcode of your submit button
          *insert stmt*     
       WHEN OTHERS.
          CALL SCREEN 0.
   ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only when the users clicks sumit data has to be saved. &lt;/P&gt;&lt;P&gt;Hence the user action is required to be caught with okcode and tell the the system what to do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554766#M855346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554767#M855347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have the Insert in the wrong place in the code you provided.  I should be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ZREGISTRATION-FIRSTNAME = 'xxxx'.
ZREGISTRATION-LASTNAME = 'xxxx'.
ZREGISTRATION-EMAILID = 'xxxxx@GMAIL.COM'.
ZREGISTRATION-HOME = 'xxxxxx'.
ZREGISTRATION-MOBILE = 'xxxxx'.
ZREGISTRATION-STREET = 'xxxxx'.
ZREGISTRATION-CITY = 'xxxxx'.
ZREGISTRATION-STATE = 'xxxx'.
ZREGISTRATION-PINCODE = 'xxxx'.

INSERT ZREGISTRATION.          " Moved to here

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554767#M855347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554768#M855348</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;   u r right ,  but i need to send number of values to database ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554768#M855348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554769#M855349</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;    how many times i'm writing like that coding so this is  very lindy process ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554769#M855349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554770#M855350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if you are hardcoding the values in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, If your are using input/ouput box (fields) on the screen....&lt;/P&gt;&lt;P&gt;any time the user enters a value and clicks submit....data would be stored into the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are not required to hardcode. &lt;/P&gt;&lt;P&gt;You can dynamically enter values on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if your question was about saving multiple records at a time......&lt;/P&gt;&lt;P&gt;how can that be possible with I/O box?&lt;/P&gt;&lt;P&gt; Well, I think it takes one record at a time.You have to have a table control to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can enter multiple records in table control and update them all at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554770#M855350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554771#M855351</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;Well, If your are using input/ouput box (fields) on the screen....&lt;/P&gt;&lt;P&gt;any time the user enters a value and clicks submit....data would be stored into the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  yes this is my problem sorry i could't explain properly , but i need this answer ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can u plz answer this question ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554771#M855351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554772#M855352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;soni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already did that. It was  in my earlier post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have selected Read-only option for the box on the screen then it would only display values but will not let user to enter values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to SE51 Layout -&amp;gt;Help-&amp;gt; Applicayion Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 18:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554772#M855352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T18:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Module Pool Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554773#M855353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to clear ZSREGISTRATION after the insert. This way the screen will be ready for the next input. You may also want to validate the input before inserting them in the database in a MODULE during PAI.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what is the key for the your database table ZREGISTRATION?  Are you using a number object to have a sequential key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 20:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-module-pool-program/m-p/3554773#M855353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T20:02:39Z</dc:date>
    </item>
  </channel>
</rss>

