<?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: Brake point is not triggering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484343#M1850446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please brief out the steps. How you have recognized the user exit called during item creation and i would like to know the program &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SAPFV50P&lt;/SPAN&gt; is related to Vl01n/2n/3n Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed Quddus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 04:52:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-18T04:52:47Z</dc:date>
    <item>
      <title>Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484337#M1850440</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 am implementing logic in USEREXIT_BATCH_DETERMINATION of MV50AFZZ include and i put the brake point it is not triggering. even though i hard coded the brak point . &lt;/P&gt;&lt;P&gt;Could any one let me know when the brake point will trigger for&amp;nbsp; USEREXIT_BATCH_DETERMINATION of MV50AFZZ include.&lt;/P&gt;&lt;P&gt;please find the below image for more clarity.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/521430" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed Quddus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 06:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484337#M1850440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-17T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484338#M1850441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The break point will trigger when the code is executed. Since it isn't triggering, your code isn't executing. That could mean you're just running the wrong transaction, or you've not activated something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 06:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484338#M1850441</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-08-17T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484339#M1850442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is related to vl01n/2n/3n and &lt;SPAN style="color: #333333; font-size: 12px;"&gt;USEREXIT_BATCH_DETERMINATION of MV50AFZZ include&lt;/SPAN&gt; is related to this tcodes. and my enhancement is in activated mode.&lt;/P&gt;&lt;P&gt;please find the below image.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/521507" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/521508" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed Quddus. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 07:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484339#M1850442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-17T07:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484340#M1850443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the break point statement to a message type X. If you don't get a dump, then you &lt;EM&gt;know&lt;/EM&gt; your code isn't getting executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 11:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484340#M1850443</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-08-17T11:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484341#M1850444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know when this &lt;SPAN style="color: #333333; font-size: 12px;"&gt; MV50AFZZ &lt;/SPAN&gt; include will trigger. i.e, in which situation it will trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed Quddus. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 11:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484341#M1850444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-17T11:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484342#M1850445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;This particular user exit is called during item creation within the routine LIPS_BEARBEITEN (program SAPFV50P). &lt;/LI&gt;&lt;LI&gt;We can use this routine to determine the batch&amp;nbsp; which is to be assigned to the delivery item, in accordance with our own criteria.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Philip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Aug 2014 12:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484342#M1850445</guid>
      <dc:creator>philipdavy</dc:creator>
      <dc:date>2014-08-17T12:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484343#M1850446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please brief out the steps. How you have recognized the user exit called during item creation and i would like to know the program &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SAPFV50P&lt;/SPAN&gt; is related to Vl01n/2n/3n Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed Quddus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 04:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484343#M1850446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T04:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484344#M1850447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Quddus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have this exit within an IF condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;ls_dlfld&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;flag_change &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;space &lt;SPAN class="L0S52"&gt;or&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; likp&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;verursys &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial&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;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;perform &lt;/SPAN&gt;userexit_batch_determination&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;sapmv50a&lt;SPAN class="L0S55"&gt;)&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;endif&lt;/SPAN&gt;&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&gt;&lt;SPAN class="L0S55"&gt;Especially ls_dlfld&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;flag_change.&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&gt;&lt;SPAN class="L0S55"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Anil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484344#M1850447</guid>
      <dc:creator>former_member202771</dc:creator>
      <dc:date>2014-08-18T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484345#M1850448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 05:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484345#M1850448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-19T05:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Brake point is not triggering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484346#M1850449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are sure about the USEREXIT which you have implemented.&lt;/P&gt;&lt;P&gt;Then you just Regenerate the Source code of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MV50AFZZ , it has worked for me many a times.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/522639" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 05:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brake-point-is-not-triggering/m-p/10484346#M1850449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-19T05:17:50Z</dc:date>
    </item>
  </channel>
</rss>

