<?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/2776355#M647105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working... But I think your right there are errors in my BDC. Thanks for helping!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 07:05:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T07:05:15Z</dc:date>
    <item>
      <title>BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776351#M647101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to asked for your help regarding BDC_OKCODE. I need the system to accept automatically the BDC_OKCODE rather than ticking the check box to accept the BDC_CODE. Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael Nacionales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776351#M647101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776352#M647102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try changing the mode in which you are calling the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use the mode N the pop up will not appear. &lt;/P&gt;&lt;P&gt;and if you use mode E then the pop up will appear only in case of an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt;&lt;/P&gt;&lt;P&gt;USING &amp;lt;bdc_data_table&amp;gt;&lt;/P&gt;&lt;P&gt;MODE &amp;lt;A/E/N&amp;gt;&lt;/P&gt;&lt;P&gt;UPDATE &amp;lt;S/A/L&amp;gt;&lt;/P&gt;&lt;P&gt;MESSAGES INTO &amp;lt;message_table&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODES -&amp;gt; mode of transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;A - interactive&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;E - Screen only on Error&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;N - Background&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;UPDATE -&amp;gt; update for transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;S - Synchronous&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;A - Asynchronous&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;L - Local&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776352#M647102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776353#M647103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I am calling the transaction&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;   CALL TRANSACTION 'ME21N'&lt;/P&gt;&lt;P&gt;         USING       li_bdctab&lt;/P&gt;&lt;P&gt;         MODE 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesnt go to the transaction ME21N. Nothing Happens. Is there a problem with my code? without the MODE 'N'. It works properly though. THanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776353#M647103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776354#M647104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this means that there is some error in your bdc. try calling the transaction with mode E and check for any error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776354#M647104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776355#M647105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working... But I think your right there are errors in my BDC. Thanks for helping!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 07:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776355#M647105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T07:05: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/2776356#M647106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;most definitely, to give you one more tip, check if you are populating the bdctab properly. and check if you are trying to access a field thats not present in that screen. and also check if you are marking the field dynpbegin(may not be the exact field) as X when you move one from one screen to another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 07:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776356#M647106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T07:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776357#M647107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ei. its working! thanks for helping using MODE E really helped me solving my problem. The field I am populating is not yet present on the screen. I needed to drop down the screen to make the field present in the screen and populate it after. Thank you very much! cheers! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael Nacionales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 07:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776357#M647107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T07:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776358#M647108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem, happy to know you got it working... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 08:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-okcode/m-p/2776358#M647108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T08:16:55Z</dc:date>
    </item>
  </channel>
</rss>

