<?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 BDC_OKCODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649197#M288595</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;     What does BDC_OKCODE means. What we should put in that field while filling the screen fields? Where that value willbe available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 12:29:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T12:29:57Z</dc:date>
    <item>
      <title>BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649197#M288595</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;     What does BDC_OKCODE means. What we should put in that field while filling the screen fields? Where that value willbe available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649197#M288595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649198#M288596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK_CODE is the key which gets filled when u click on user-commands(like buttons).&lt;/P&gt;&lt;P&gt;&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;so that in your PAI you can write code for that user-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649198#M288596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649199#M288597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC_OKCODE is one which is normally used in BDC programming...When U want to navigate from one screen to other screen or u want to press enter or save buttons...U need to fill the BDC_OKCODE with revelant values so that while running the BDC u can navigate according to the values specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649199#M288597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649200#M288598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are doing a BDC, the vlaue that has to be passed to the BDCDATA internal table is the Function code of the User's action.To know what it shold be, you can place the cursor on a button and press f1 or, do a SHDB recording for the transaction for which you want to do the BDC.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649200#M288598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649201#M288599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 13:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/1649201#M288599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T13:41:07Z</dc:date>
    </item>
  </channel>
</rss>

