<?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: Different Function Code for &amp;quot;SAVE&amp;quot; button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261543#M490225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm are you really sure it´s a different fcode?&lt;/P&gt;&lt;P&gt;I´m quite sure once you hit "BACK" nad the hit "YES" your FCODE will be set to "SAVE" then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 08:00:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T08:00:37Z</dc:date>
    <item>
      <title>Different Function Code for "SAVE" button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261542#M490224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to validate thge entries for the PO entered in the screens ME21,ME22,ME23,ME21n,ME22n,ME23n before saving the PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the revelant EXIT for the validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the PO can be saved in different ways and through different screens from the above transactions.For eg from ME21 the user can go into the "Item detail specific screen" and "SAVE" the PO or can hit the "BACK" and press the "YES" button to save in the pop-message. Now this triggers different function codes for the "SAVE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might also be different other similar scenarios for saving the PO in different screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we capture all the function codes for the SAVE button before hand in the EXIT and validate the PO before saving for this function codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any table which maintains this information from where it can be retrieved.Any other workaround for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your ideas on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261542#M490224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different Function Code for "SAVE" button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261543#M490225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm are you really sure it´s a different fcode?&lt;/P&gt;&lt;P&gt;I´m quite sure once you hit "BACK" nad the hit "YES" your FCODE will be set to "SAVE" then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261543#M490225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T08:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Different Function Code for "SAVE" button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261544#M490226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi stock ,&lt;/P&gt;&lt;P&gt;i had the similar problem in DMS then what i did was i took all the ok-codes what were there for the revelent and put them in my code.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only solution i could get was this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can go about by getting all the ok codes by pressing F1..........ask ur functional to give you different scenario's and try this is the only option i can suggest...................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To capture all the function codes you have to go to the se41 t-code give progname name as  SAPLMEGUI and when you press f4 on the status yo will have these status avalable&lt;/P&gt;&lt;P&gt;APR&lt;/P&gt;&lt;P&gt;MECHOB&lt;/P&gt;&lt;P&gt;MEMASS&lt;/P&gt;&lt;P&gt;NORMAL&lt;/P&gt;&lt;P&gt;REQ&lt;/P&gt;&lt;P&gt;try hunting down all the revelent ok codes and best of luck.................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/different-function-code-for-quot-save-quot-button/m-p/2261544#M490226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T08:03:01Z</dc:date>
    </item>
  </channel>
</rss>

