<?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 OK Code disappear during debug mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786490#M1465331</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 have come across many cases where copied program does not work properly &lt;/P&gt;&lt;P&gt;ie, may be one Ok code is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this might be your case better record once again in ECC and compare it with the existing code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Apr 2010 13:20:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-01T13:20:05Z</dc:date>
    <item>
      <title>BDC OK Code disappear during debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786486#M1465327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I have the following code when call transaction 'FV50':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  WA_OPT-DISMODE = 'A'.
  WA_OPT-UPDMODE = 'L'.
  WA_OPT-DEFSIZE = 'X'.

    CALL TRANSACTION 'FV50' USING IT_BDCDATA
                      OPTIONS FROM WA_OPT
*                   MODE   ctumode
*                   UPDATE cupdate
                     MESSAGES INTO IT_MESSTAB.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the above, I'm able to debug tcode FV50 with OK-CODE popup window, so that I can know the error messages displayed on the screen during debug. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the first debug mode of FV50 encountering error message, which I've forced to exit the debug and exit the program (since some G/L do not exist in respective company code), I have maintained the G/L and re-run the BDC in debug mode (Mode = 'A'). However, this time, the OK-CODE popup window didn't prompt up, where I couldn't debug the BDC screen using OK-CODE popup window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the settings in 'Customize Local Layout - ALT + F12' -&amp;gt; Options -&amp;gt; Expert tab -&amp;gt; Dialog Box for OK Code ticked, and I'm not certain why OK-CODE popup window just disappear on the second attempt of BDC debug. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if you guys have any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786486#M1465327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code disappear during debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786487#M1465328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you do have the &lt;STRONG&gt;OK_CODE&lt;/STRONG&gt;  (not ok-code?) with the appropriate navigation or enter value in your BDC rows, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786487#M1465328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code disappear during debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786488#M1465329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the OK-CODE pop up isn't appearing while running in mode A, it means that the continuity is missing in the recording. You may have to re-record the transaction carefully or if you could analyse the missing link, you could directly add it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you could run the BDC in mode 'E' if you want to directly reach the point when any error occurs for better analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786488#M1465329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code disappear during debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786489#M1465330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikranth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it has nothing to do in recording (though this program is copied from SAP4.7 to ECC 6.0). The OK Code pop-up window is just happened to appear for the first debug mode A, when I re-run the program (although I've logged out and logged in again) with debug mode A, the OK Code pop-up window didn't pop-up again for me to debug screen by screen with relevant OK-Code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786489#M1465330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T12:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code disappear during debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786490#M1465331</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 have come across many cases where copied program does not work properly &lt;/P&gt;&lt;P&gt;ie, may be one Ok code is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this might be your case better record once again in ECC and compare it with the existing code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 13:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786490#M1465331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code disappear during debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786491#M1465332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This OK CODE went missing due to the screen setting on my user id, and it has been resolved now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code-disappear-during-debug-mode/m-p/6786491#M1465332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:06:54Z</dc:date>
    </item>
  </channel>
</rss>

