<?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: bdc_okcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154944#M118620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You are thinking the other way.Its like when you press ENTER then BDC_OKCODE = /0.&lt;/P&gt;&lt;P&gt; Generally BDC_okcode can be anything,but it usually is /0 or =00 .&lt;/P&gt;&lt;P&gt;You can do the recording of the transaction from tcode SHDB &amp;amp; find out the BDC_okcode for that particular screen for any transaction.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;You can write /H ie debugging the screen &amp;amp; press enter,then you find the value of sy-ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2006 19:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-08T19:09:28Z</dc:date>
    <item>
      <title>bdc_okcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154942#M118618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Could you tell me how can I know the different values of &amp;lt;b&amp;gt;"BDC_OKCODE"&amp;lt;/b&amp;gt;? And what do they mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg., If BDC_OKCODE = /0 then we have to press "ENTER".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154942#M118618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: bdc_okcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154943#M118619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values for BDC_OKCODE depends on the screen for which you are writing the BDC...These can have any value which is defined as function codes in the PF_STATUS attached to a particular screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also as you rightly said /00..simulates and enter being pressed or /04 means clicking F4...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more comments from others....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154943#M118619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: bdc_okcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154944#M118620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You are thinking the other way.Its like when you press ENTER then BDC_OKCODE = /0.&lt;/P&gt;&lt;P&gt; Generally BDC_okcode can be anything,but it usually is /0 or =00 .&lt;/P&gt;&lt;P&gt;You can do the recording of the transaction from tcode SHDB &amp;amp; find out the BDC_okcode for that particular screen for any transaction.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;You can write /H ie debugging the screen &amp;amp; press enter,then you find the value of sy-ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154944#M118620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: bdc_okcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154945#M118621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC_OKCODE identifies the command field&lt;/P&gt;&lt;P&gt;it can use function key number or function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ for function key number and = for function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'/3' --&amp;gt;Back function key&lt;/P&gt;&lt;P&gt;'/15'--&amp;gt;Quit function key&lt;/P&gt;&lt;P&gt;'/11'--&amp;gt; save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All functions in menus and buttons are identified by function codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;pls reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: chandrasekhar jagarlamudi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154945#M118621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: bdc_okcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154946#M118622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2006 19:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1154946#M118622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-08T19:51:29Z</dc:date>
    </item>
  </channel>
</rss>

