<?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: function code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702371#M307805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;highlight the button using the tab key and press SHIFT + F1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not just press /H in the command prompt and click on the desired button.&lt;/P&gt;&lt;P&gt;now it goes to debug mode there just type sy-ucomm. this gives u the Function Code for any user action.&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, 24 Nov 2006 09:21:18 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2006-11-24T09:21:18Z</dc:date>
    <item>
      <title>function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702370#M307804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;     how to find out the FCODE(function code) of any button on a particular transaction,&lt;/P&gt;&lt;P&gt;for example for SAVE button in VA01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLY&lt;/P&gt;&lt;P&gt;ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702370#M307804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702371#M307805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;highlight the button using the tab key and press SHIFT + F1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not just press /H in the command prompt and click on the desired button.&lt;/P&gt;&lt;P&gt;now it goes to debug mode there just type sy-ucomm. this gives u the Function Code for any user action.&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, 24 Nov 2006 09:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702371#M307805</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-24T09:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702372#M307806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One way is u can use transaction &amp;lt;b&amp;gt;SHDB&amp;lt;/b&amp;gt; and do recording. While recording u press the buttons u want.&lt;/P&gt;&lt;P&gt;After recording u can view the code to get the function code.&lt;/P&gt;&lt;P&gt;Eg. Fun. code for Save button in VA01 is &amp;lt;b&amp;gt;SICH&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it, u will get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702372#M307806</guid>
      <dc:creator>baskaran00</dc:creator>
      <dc:date>2006-11-24T09:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702373#M307807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hullo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following menu-path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  System -&amp;gt; Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all the toolbar buttons and function codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the popup window doubleclick on the "Gui status" field. You'll see the menu painter and can expand all the toolbars and function-key settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all the buttons on the screen, double click on the "screen number" field. You'll see the screen painter and can look up all the function codes via the elementlist or via the graphical screen painter.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702373#M307807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702374#M307808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use SHDB and record the various keys accordingly...for VA01 specify all fields and finally save it....This way u will get the Function Code for various fields and buttons...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702374#M307808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: function code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702375#M307809</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;There are so many ways to fond the function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can use the debug method. Put &amp;lt;b&amp;gt;/h&amp;lt;/b&amp;gt; in the command field which will switch on your debugging mode. then click any button you require, it will take the control into debug mode. check the value of the &amp;lt;b&amp;gt;sy-ucomm&amp;lt;/b&amp;gt; that will have the function code of the button you have clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Use the TAB key and fix the cursor on the button you want to find the fucntion code, then press F1 you will get a pop-up window which will have the name of the PF-Status in which the function codes for that button is written. You can navigate through it and find the required function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) when you are in a particular screen click &amp;lt;b&amp;gt;SYSTEM&amp;lt;/b&amp;gt;  in the menu option and select &amp;lt;b&amp;gt;STATUS&amp;lt;/b&amp;gt; where you can see the program and screen number of the particular screen. Goto &amp;lt;b&amp;gt;SE51&amp;lt;/b&amp;gt; and enter those program and screen number values and in the PBO check the &amp;lt;b&amp;gt;MODULE STATUS_screen-number OUTPUT&amp;lt;/b&amp;gt; and there it will have the &amp;lt;b&amp;gt;PF-STATUS&amp;lt;/b&amp;gt; where the function codes of the required button will be declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Reward if the answer is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code/m-p/1702375#M307809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:40:16Z</dc:date>
    </item>
  </channel>
</rss>

