<?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: User exit does not work without break point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584405#M1860523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually this behavior should not happen, possibly you can set up a break point outside this exit in the call program and trace it as there could be conditions at which it may be skipping your exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 03:28:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-01T03:28:08Z</dc:date>
    <item>
      <title>User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584404#M1860522</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;I implement the user exit EXIT_SAPMV45A_002 to create a billing document after to save the order in the database from the VA01 tranasaction, if I put a break point in the user exit the code is run and create the billing document but if I do not put a break point does not run the code, I went back to activate the user exit and the project(cmod) but did not work, I put a message to try that is running use exit but the message does not show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 22:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584404#M1860522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-30T22:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584405#M1860523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually this behavior should not happen, possibly you can set up a break point outside this exit in the call program and trace it as there could be conditions at which it may be skipping your exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 03:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584405#M1860523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T03:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584406#M1860524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the two cases that you test (one with brekpoint and one without breakpoint) are same, Can you confirm us on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i would request you follow the complete logic with &lt;STRONG&gt;"/h" &lt;/STRONG&gt;and then try to find the difference in behaviour.&lt;/P&gt;&lt;P&gt;Please let us know on the results or any other input that you find helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584406#M1860524</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-10-01T04:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584407#M1860525</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;It is due to the fact that it takes some time for the data to be commited. When running without breakpoint , it is not getting time to update the database for the order thus no billing is getting created. But when breakpoint is activated it gets time to update database while debugger window is opening&amp;nbsp; and other processes are running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please COMMIT before starting to create Billing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WAIT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAIT UP TO 1 SECONDS.&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;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 06:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584407#M1860525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T06:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584408#M1860526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks your answer worked, I understand that not create the billing document for the wait (I not put BAPI_TRANSACTION_COMMIT, I only put WAIT) but why not show the message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 20:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584408#M1860526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T20:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584409#M1860527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of message did you put, can you place exactly what code you used to display the message. Ideally system messages like information, warning etc should work.Please let us know the code you used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 05:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584409#M1860527</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-10-06T05:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584410#M1860528</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;Yes you can use just WAIT. COMMIT was to ensure that data is available in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You message might be getting supressed by any other messages that are generating after it.&lt;/P&gt;&lt;P&gt;In the whole process, if there are several messages, usually only the last message will show up because animation for displaying a message takes about 2 seconds, while the whole process completes in less than a second so the messages are displayed but before the first message could show up it gets overwritten by the next message and therefore only the last message is visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 05:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584410#M1860528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-06T05:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584411#M1860529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before to run VF01 transaction to create a billing document I put the WAIT sentence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wait &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;up &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1 &lt;/SPAN&gt;seconds&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear &lt;/SPAN&gt;wa_bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;program&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAPMV60A'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;dynpro&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0102'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dynbegin &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;wa_bdcdata &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;it_bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;wa_bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fnam &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BDC_OKCODE'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fval &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'=SICH'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;wa_bdcdata &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;it_bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;wa_bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fnam &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'KOMFK-VBELN(01)'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_bdcdata&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fval &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_vbeln&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;wa_bdcdata &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;it_bdcdata&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;transaction &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'VF01' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;using &lt;/SPAN&gt;it_bdcdata &lt;SPAN class="L0S52"&gt;mode &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'N'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; messages &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;itab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;And I used the following code to display the message:&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;message 'text' type 'I'.&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584411#M1860529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-20T15:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: User exit does not work without break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584412#M1860530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose all Your messages are getting suppressed by the standard functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 04:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-does-not-work-without-break-point/m-p/10584412#M1860530</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2014-10-21T04:04:17Z</dc:date>
    </item>
  </channel>
</rss>

