<?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: Badi working only in Debug mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291863#M787652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I've solved my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling the ZFunction,  the system reads a std table wich was not updated yet. Simply adding a "WAIT" instruction the broblem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's for the help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 08:44:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T08:44:54Z</dc:date>
    <item>
      <title>Badi working only in Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291860#M787649</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;It's my first time with Badi, and I'm facing a issue I can't understand.&lt;/P&gt;&lt;P&gt;I've activated badi ME_PROCESS_PO_CUST , and everything work's fine .&lt;/P&gt;&lt;P&gt;From the method "Close" I call a Z... function which writes data on a custom table.&lt;/P&gt;&lt;P&gt;I've tested  it and the system correctly update the table , but when I deactivate  the debug  in the badi's method , it looks like the badi is not implemented and the system doesn't pass trough the function.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody adress me to solve it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 13:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291860#M787649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T13:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Badi working only in Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291861#M787650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever you are updating database tables make sure you write 'COMMIT WORK' statement after update(DELETE/UPDATE/INSERT/MODIFY) statement.When in debug mode system gets enough time to commit values to the database table otherwise in some instances it will not update the database table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 10:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291861#M787650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Badi working only in Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291862#M787651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help Sudhir , but the table update it's done by the custom function which should be called by the BAdI. My issue is that the BAdI's method works only if I set a break-point on it. If I do not put a break-point on the BAdI , the function is not called at all !!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 07:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291862#M787651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Badi working only in Debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291863#M787652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I've solved my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling the ZFunction,  the system reads a std table wich was not updated yet. Simply adding a "WAIT" instruction the broblem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's for the help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 08:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-working-only-in-debug-mode/m-p/3291863#M787652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T08:44:54Z</dc:date>
    </item>
  </channel>
</rss>

