<?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/2542155#M577807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bdc ok_code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 12:54:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T12:54:01Z</dc:date>
    <item>
      <title>BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542148#M577800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is BDC_OKCODE? explain it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 10:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542148#M577800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T10:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542149#M577801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Spart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OKCODE:   It is the Function Code , Sap provide Function code for every user action, like when user clike any button or menu item  each and every thing having Function code, that is called OKcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  u can see okcode Like:   1 single click on one button on screen &amp;amp; drake &lt;/P&gt;&lt;P&gt;                                     ur mouse cursor down (out of sap screen) then press F1 &lt;/P&gt;&lt;P&gt;                                      2. U can see Function code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is helpful ..Reward points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 11:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542149#M577801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T11:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542150#M577802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BDC_OKCIDE will store all the ok codes in the BDC program, when you pass the Fields to a scrren after filling the fields we need to click any button to move other screens, so here the Button will be have a OK_CODE internally to know this we do the recording of the Program, after that we will store this OK code in the BDC_OKCODE field to trigger the next operation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 11:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542150#M577802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T11:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542151#M577803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 11:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542151#M577803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T11:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542152#M577804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Few lines to understand what is BDC-OK code:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;In BDC recording/program processing we  pass OK Code for the User actions like ENTER or SAVE or pressing some button on screen.&lt;/P&gt;&lt;P&gt;so these actions will be stored in some function codes and we use them in BDC&lt;/P&gt;&lt;P&gt;like the sy-ucomm  of ABAP programs.&lt;/P&gt;&lt;P&gt;You should also always initialize the OK_CODE field in an ABAP program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same way that the OK_CODE field in the ABAP program and the system field SY-UCOMM receive the contents of the corresponding screen fields in the PAI event, their contents are also assigned to the OK_CODE screen field and system field SYST-UCOMM in the PBO event. Therefore, you must clear the OK_CODE field in the ABAP program to ensure that the function code of a screen is not already filled in the PBO event with an unwanted value. This is particularly important when the next PAI event can be triggered with an empty function code (for example, using ENTER). Empty function codes do not affect SY-UCOMM or the OK_CODE field, and consequently, the old field contents are transported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OK_CODE field can have a different name on each screen. However, common practice is to use the same name for the field on each screen of an ABAP program. You then only need one field in the ABAP program, with the same name, into which the function code is placed, and from which you can read it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Reward point if find useful&lt;/P&gt;&lt;P&gt;Debjani Lahiri&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 14:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542152#M577804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542153#M577805</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;'/00'--&amp;gt;Enter&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;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 15:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542153#M577805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542154#M577806</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;The data in BDC tables is saved by using the field name &amp;#145;BDC_OKCODE&amp;#146; and field value of &amp;#145;/11&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2744744"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 08:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542154#M577806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T08:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542155#M577807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bdc ok_code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 12:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542155#M577807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T12:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542156#M577808</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;BDC OK_CODE is the key which gets filled when u click on user-commands(like buttons).&lt;/P&gt;&lt;P&gt;you need not to fill any thing. System will take care of the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the transaction SHDB and give the transaction for which you want to do a BDC. Enter all the details and then save it. &lt;/P&gt;&lt;P&gt;Now, when you see the saved data, you can see that in many places, BDC_OKCODE would have some values like /00 and such things..&lt;/P&gt;&lt;P&gt;These indicate, what is the action that you have done ,&lt;/P&gt;&lt;P&gt;For example, /00 indicates ENTER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Close the Thread if ur Problem is Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542156#M577808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T08:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542157#M577809</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;Simple we can say a word that recognizes block of code to execute during processing of corresponding screens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let's say when ur doing bdc for purchase order if you will pass the bdc_okcode = '#entr' in the program then system executes corresponding functionality related to that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 12:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2542157#M577809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T12:48:24Z</dc:date>
    </item>
  </channel>
</rss>

