<?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: To save the data in a custom table using a push button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975413#M1801222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Thanku for ur helpful answers. Actually I need thee function to be happening in a report program. I will check for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 06:34:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-03T06:34:03Z</dc:date>
    <item>
      <title>To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975406#M1801215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my object , I need to use a push button names "SAVE" that has to save the data that is fetched as a result using selection screen options in to a custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create to data and use the save button. Need your help to understand the flow of data from the screen to table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Regards,&lt;/P&gt;&lt;P&gt;Swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975406#M1801215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T04:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975407#M1801216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In PAI for the push button 'SAVE' what code you write .Please provide the more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975407#M1801216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T04:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975408#M1801217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;when you assigned your user command to prompt it to save, &lt;SPAN style="color: #333333; font-family: Arial; text-indent: -22.133333206176758px;"&gt;the changed data is written to the InfoCube or InfoCubes&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial; text-indent: -22.133333206176758px;"&gt;when we copy changed data from an input-ready query to the planning buffer. The entries are checked when this is done. If the check is successful, the data is copied across.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975408#M1801217</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-03T04:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975409#M1801218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two important events are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. PBO (Process Before Output) - Before screen display&lt;/P&gt;&lt;P&gt;2. PAI (Process After Input) - After click any function in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arivazhagan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975409#M1801218</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2014-01-03T04:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975410#M1801219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly explain some more in detail.&lt;/P&gt;&lt;P&gt;You would aware about module pool programming .where you can create a button and write the insert/ update query in the PAI module .update more information to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjith N &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975410#M1801219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T04:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975411#M1801220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;The screen flow logic is like an ABAP program in that it serves as a container for processing blocks. There are four event blocks, each of which is introduced with the screen keyword PROCESS: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;PROCESS BEFORE OUTPUT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;PROCESS AFTER INPUT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;PROCESS ON HELP-REQUEST&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;STRONG&gt;PROCESS ON VALUE-REQUEST&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: helvetica, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;These links help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbaa3a35c111d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbaa3a35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e7d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Riju Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 04:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975411#M1801220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T04:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975412#M1801221</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;In ALV you just specify the table key field for select options in one screen. In next screen u just have your values there u fix the save button.In that screen u can add the values and finally u can save the data which you created.&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ABAP/TableControl/Demo.htm" title="http://saptechnical.com/Tutorials/ABAP/TableControl/Demo.htm"&gt;SAPTechnical.COM - Demo on using Table Control&lt;/A&gt;&lt;/P&gt;&lt;P&gt;May be this link will be helpful for your requirement.let me check and tell.&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;&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>Fri, 03 Jan 2014 04:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975412#M1801221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T04:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975413#M1801222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Thanku for ur helpful answers. Actually I need thee function to be happening in a report program. I will check for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards,&lt;/P&gt;&lt;P&gt;Swapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 06:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975413#M1801222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T06:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975414#M1801223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;please refer to my previous messages, in which i have defined you how, the save attributes works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 06:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975414#M1801223</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-03T06:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: To save the data in a custom table using a push button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975415#M1801224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please refer the below my code it will help for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" PAI (Module Process After Input )&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module user_command_9001 &lt;SPAN class="L0S52"&gt;input.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;perform &lt;/SPAN&gt;get_data.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;case &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;when &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAVE'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM SAVE_DATA.&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;when &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'EXIT'.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;message &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Action Cancelled By User' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I' &lt;/SPAN&gt;display &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;9003.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;when &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;others.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endcase.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;endmodule. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;FORM SAVE_DATA.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Here you can save your data's into custom table with help of modify statement.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Modify&amp;nbsp; &amp;lt;custom table&amp;gt; from &amp;lt;work Area&amp;gt; .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thangam.P&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 07:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-save-the-data-in-a-custom-table-using-a-push-button/m-p/9975415#M1801224</guid>
      <dc:creator>thangam_perumal</dc:creator>
      <dc:date>2014-01-03T07:51:13Z</dc:date>
    </item>
  </channel>
</rss>

