<?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: save button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245659#M1013424</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;Double click on the line "&lt;STRONG&gt;SET PF-STATUS&lt;/STRONG&gt;" and assign a &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FUNCTION CODE&lt;/STRONG&gt; to the SAVE Button under Standard Tool &lt;/P&gt;&lt;P&gt;Bar in Menu Painter. Add the necessary code to SAVE the record in the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2008 04:29:09 GMT</pubDate>
    <dc:creator>former_member787646</dc:creator>
    <dc:date>2008-08-11T04:29:09Z</dc:date>
    <item>
      <title>save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245654#M1013419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  my save button is not getting activated in my screen in module pool . how it gets activeted so that when i click on it my data gets saved into table successfully.&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;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Syam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245654#M1013419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T12:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245655#M1013420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you define and SET your GUI PF Status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245655#M1013420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245656#M1013421</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 that u need to set PF status in the PBO of particular screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto pbo&lt;DEL&gt;-&amp;gt;module status_0100.&lt;/DEL&gt;-&amp;gt;set pf-status 'xxxx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to remove these xxxx and give a Zname. like ZPFSTAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now double click on it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create pf status...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the next screen select function keys----&amp;gt;and assign a function code for SAVE field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the pai u can use it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245656#M1013421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245657#M1013422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only if you set the status , then only it will activated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO module you will have to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'STATUS'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just click on the status and create or if it created then go there &lt;/P&gt;&lt;P&gt;expand the Function keys and Activate the SAVE button by providing the Function code and text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and Activate the status and now check it./&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 13:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245657#M1013422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245658#M1013423</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;You have to create a GUI status for this purpose. Right click on your module program and create a gui status , let say 'STATUS1' . Now in function keys , under the save button, specify its assosiated function code, let say 'SAVE1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO you have to code like this.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'STATUS1'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO you have to code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'SAVE1'.&lt;/P&gt;&lt;P&gt;&amp;lt; do these operations&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245658#M1013423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245659#M1013424</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;Double click on the line "&lt;STRONG&gt;SET PF-STATUS&lt;/STRONG&gt;" and assign a &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FUNCTION CODE&lt;/STRONG&gt; to the SAVE Button under Standard Tool &lt;/P&gt;&lt;P&gt;Bar in Menu Painter. Add the necessary code to SAVE the record in the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245659#M1013424</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-08-11T04:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245660#M1013425</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;Make sure you Activate the GUI Status after creating it.&lt;/P&gt;&lt;P&gt;Also, use the same fcode (in CAPITAL letters) in your PAI processing as given for the Save Button in GUI Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245660#M1013425</guid>
      <dc:creator>former_member200872</dc:creator>
      <dc:date>2008-08-11T04:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245661#M1013426</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;Set your PF status in PBO event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PF Status &lt;DEL&gt;&amp;gt; Function Keys&lt;/DEL&gt;&amp;gt; give the function code for the SAVE button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate your PF status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 05:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245661#M1013426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T05:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245662#M1013427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS FOR ALL THOSE WHO HELPED ME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 09:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-button/m-p/4245662#M1013427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T09:50:23Z</dc:date>
    </item>
  </channel>
</rss>

