<?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: how to get function code of enter button in bdc manually in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378204#M1237019</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;Want you need to do is go to transaction SHDB and record the bdc for the transaction you want, during transaction press the buttons for which you want the bdc code. And after this go press the back button and check the list of all the things recorded in Recorder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for SHDB help check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html&lt;/A&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;Regards,&lt;/P&gt;&lt;P&gt;Qamar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2009 04:57:57 GMT</pubDate>
    <dc:creator>qamar_javed</dc:creator>
    <dc:date>2009-03-25T04:57:57Z</dc:date>
    <item>
      <title>how to get function code of enter button in bdc manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378203#M1237018</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;i need to know how to get function code of enter button in bdc manually like in screen i want to capture techincal infor of enter buttion and itd fucntion cod ehow can i get it i mean what is the key in keyboard to display that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to capture enter button and for eg status button etc funtion code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest&lt;/P&gt;&lt;P&gt;arora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 04:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378203#M1237018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T04:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to get function code of enter button in bdc manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378204#M1237019</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;Want you need to do is go to transaction SHDB and record the bdc for the transaction you want, during transaction press the buttons for which you want the bdc code. And after this go press the back button and check the list of all the things recorded in Recorder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for SHDB help check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html&lt;/A&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;Regards,&lt;/P&gt;&lt;P&gt;Qamar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 04:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378204#M1237019</guid>
      <dc:creator>qamar_javed</dc:creator>
      <dc:date>2009-03-25T04:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to get function code of enter button in bdc manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378205#M1237020</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;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Switch on the debugger ( /h in command)&lt;/P&gt;&lt;P&gt;2) You move to debugger screen, when you press enter/ save&lt;/P&gt;&lt;P&gt;3) Check for the SY-UCOMM value you get the function code for enter in that particular screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And also in most of the cases the enter function code would be  /00 or ENTR or ENTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 05:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378205#M1237020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T05:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to get function code of enter button in bdc manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378206#M1237021</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;i want to get manually the function code rather then recording as earlie in 4.6 c we used to press left click button and hold it as pressed and then press  f1 to get the function code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like click on a button mean press click of mouse and hold it and then press f1 then we get the pop up technical iinfor for function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same way what is the process in ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 03:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378206#M1237021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T03:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to get function code of enter button in bdc manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378207#M1237022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is same in ECC 6.0 also. I have checked it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press the button --&amp;gt; without releasing the button press F1 once on your keyboard --&amp;gt; &lt;STRONG&gt;Then relase the button.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A pop will appear showing the function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 06:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378207#M1237022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T06:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to get function code of enter button in bdc manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378208#M1237023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;the process is though same but do not work on subscreen and for eg in f110 when u click any tab parameter etc the pressing and  holding and f1 does not work also for menu buttons it does not work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any more sugestion is open i already know the other options for recording and debugging but still rewarding points as i got some answers but would like to know if any one has done for subscreen some short keys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-function-code-of-enter-button-in-bdc-manually/m-p/5378208#M1237023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T22:46:43Z</dc:date>
    </item>
  </channel>
</rss>

