<?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 Finding Fcode value. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627147#M873837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          I am trying to write some code in a subroutine for a custom module pool program which is triggered by standard transactions like VL32n, MIRO, and MIGO. How do I find the Fcode values of these standard transactions like VL32n. For example sy-ucomm for PGI is 'UEBP'. How do i find the sy-ucomm values for similiar events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 13:33:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-11T13:33:10Z</dc:date>
    <item>
      <title>Finding Fcode value.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627147#M873837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          I am trying to write some code in a subroutine for a custom module pool program which is triggered by standard transactions like VL32n, MIRO, and MIGO. How do I find the Fcode values of these standard transactions like VL32n. For example sy-ucomm for PGI is 'UEBP'. How do i find the sy-ucomm values for similiar events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 13:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627147#M873837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Fcode value.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627148#M873838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest way, most of the time, is to get to the screen where you want to find the Fcode on for some action, and before you hit that Event object, type /H in the command window.  This will put you in debug mode.  Then hit your event, and checkt he value in SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to find the GUI Status for the screen you want this information from and look there.  The problem with this method is that Push Button and other objects can have FCodes assigned to them that are not in the GUI Status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 13:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627148#M873838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Fcode value.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627149#M873839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Hi Aparna,

On any transaction , You can find Function code of the pushbutton like this.
1.
Press on Pushbutton and hold it + press F1 then release both. you will see popup with function code for the button..samething is applicable for Application toolbar ..but not for standard toolbar.
2.
Place the cursor on the screen where pushbutton is located.
Goto &lt;STRONG&gt;system&lt;/STRONG&gt; menu -&amp;gt; press on STATUS menu Item-&amp;gt;Popup with information. there one box with Repository data -&amp;gt; dobule click screen no (3rd column). It will take you to Screen painter    -&amp;gt; Click on Layout button &amp;gt; dobule click on Pushbutton -&amp;gt; popup with pushbutton attributes. check the function code.

I hope that it helps .

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Apr 2008 09:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627149#M873839</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-12T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Fcode value.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627150#M873840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Venkat,&lt;/P&gt;&lt;P&gt;      Thanks for your reply. I wanted to find the Fcode of the Save button in MR8M transaction which comes in the standard toolbar. It is normally supposed to be SICH but when i did some debuuging I saw that it was comming out to be 'CANC' everytime. Before i add any code in the custom module pool program I wanted to make sure that it is always CANC. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aparna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Apr 2008 15:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627150#M873840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-12T15:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Fcode value.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627151#M873841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Hi Aparna,
CANC is the Function code for the SAVE button. Just check the screen shots .
1. [MR8M transaction|http://bp1.blogger.com/_O5f8iAlgdNQ/SALJQQwcoXI/AAAAAAAAA-s/XnImtjjJrcY/s1600-h/1-744982.jpg]
2.[second screen|http://bp2.blogger.com/_O5f8iAlgdNQ/SALJQgwcoYI/AAAAAAAAA-0/C8_wv930j6g/s1600-h/2-745868.jpg]. Double click on the GUI status.
3. [3rd Screen|http://bp2.blogger.com/_O5f8iAlgdNQ/SALJQgwcoZI/AAAAAAAAA-8/Gv0LuDzmhjU/s1600-h/3-746409.jpg]. Check highlighted one.

I hope that it solves your problem.

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 03:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-fcode-value/m-p/3627151#M873841</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-14T03:04:48Z</dc:date>
    </item>
  </channel>
</rss>

