<?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: Breakpoint not working in invoice print program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232293#M480404</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK 'USER1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace user1 with ur user id, n lemme know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 02:53:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T02:53:08Z</dc:date>
    <item>
      <title>Breakpoint not working in invoice print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232292#M480403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to debug the print program the first time the invoice is printed. We are having problems with one of the field the first time the sapscript is generated. This is done thru VF01 with output type ZJIN (customized). But when I try to reprint it using VF02 or VF03 the data is already correct. I really need to set the breakpoint when I create billing document in VF01 but the program is not stopping where i put the breakpoint. How will i going to debug the program? Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 02:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232292#M480403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T02:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint not working in invoice print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232293#M480404</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK 'USER1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace user1 with ur user id, n lemme know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 02:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232293#M480404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T02:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint not working in invoice print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232294#M480405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I already tried that but it still not working when in VF01. But when i try in VF02 or VF03, the breakpoint works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 02:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232294#M480405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T02:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint not working in invoice print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232295#M480406</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 guess its not passing through the code where u have set the break point.&lt;/P&gt;&lt;P&gt;Its just skipping the code because of the check conditions before the code.&lt;/P&gt;&lt;P&gt;(i.e. if and other control statements).&lt;/P&gt;&lt;P&gt;Put breakpoint at the check condition before your code.And check whether it is reaching your code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 02:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232295#M480406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T02:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint not working in invoice print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232296#M480407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Katchak , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u cannt set break-point in this driver programs,  better to go thru the program and try to understand the flow.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 04:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232296#M480407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T04:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoint not working in invoice print program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232297#M480408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did trial and error and got the solution after a few trials. I just cleared the field before the loop endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 05:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/breakpoint-not-working-in-invoice-print-program/m-p/2232297#M480408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T05:26:18Z</dc:date>
    </item>
  </channel>
</rss>

