<?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: VL10 Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654552#M612097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try system debugginh(/hs) - In certain cases it will stop only if sytem debugginh is switched on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 18:18:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T18:18:56Z</dc:date>
    <item>
      <title>VL10 Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654549#M612094</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 problem with VL10 debug. Actually, I have implemented a BADI on save document. I want to debug that badi. I have break points at BADI but it doesnt work. It shows breakpoints in VL10 at runtime but doesnt stop there. I am assuming that there is parallel processing that is why it ignores that. That is why I tried to debug it step by step but it doesnt work. Anyone can help me to debug and stop at breakpoints anywhere in VL10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 13:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654549#M612094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: VL10 Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654550#M612095</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've entered my modifications into the delivery save user-exit (in program MV50AFZ1). It stops both with VL01N and VL10A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out, is your BADi working in VL01N? If not, then you might try out the user-exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 13:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654550#M612095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: VL10 Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654551#M612096</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, It works fine with VL01N, VL02N. But I want to check VL10 because there is a method which executes only during certain scenario that is created by VL10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 13:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654551#M612096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T13:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: VL10 Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654552#M612097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try system debugginh(/hs) - In certain cases it will stop only if sytem debugginh is switched on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 18:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654552#M612097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T18:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: VL10 Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654553#M612098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tamás&amp;nbsp; and Sam SS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried System debugging also but it didnt work. But I got solution for it. I like to share with all of you that is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the source code corrections specified under Corrections, you create the prerequisites for an automatic branching to the debugging at the beginning of function modules RV_DELIVERY_CREATE and GN_DELIVERY_CREATE as well as in 'Save document' of the delivery.&lt;/P&gt;&lt;P&gt;In order to activate these breakpoints, user parameter 'LEDSP_DEBUG_MODE' must contain string VL10 (maintainable per user, for example, with Transaction SU3).&lt;/P&gt;&lt;P&gt;You must take into account that in case of improper application the usage of these breakpoints might lead to non-supply, to inconsistencies in the database or to excessive consumption of system resources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;moderator message: refer SAP Note 444078 for further details&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 19:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654553#M612098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: VL10 Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654554#M612099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;issue is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 16:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vl10-debugging/m-p/2654554#M612099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T16:21:39Z</dc:date>
    </item>
  </channel>
</rss>

