<?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: ABAP - Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266355#M149137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Make sure that the code is activated.After putting the breakpoint please do a /n DP90 so that a new session is started with the active breakpoints.Also you can do a /h when you execute the DP90 transaction and check to see if the ABAP program is there in the call flow.If it's not then the breakpoint might not get triggered.So ensure that the above things are checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2006 06:44:09 GMT</pubDate>
    <dc:creator>nishanthbhandar</dc:creator>
    <dc:date>2006-04-25T06:44:09Z</dc:date>
    <item>
      <title>ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266351#M149133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to set a break point in a piece of ABAP&lt;/P&gt;&lt;P&gt;code which calls a smartform. The code is invoked when&lt;/P&gt;&lt;P&gt;running DP90 which creates a billing request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set both a 'break-point' and also a yellow break&lt;/P&gt;&lt;P&gt;point in the ABAP but nothing is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anyone??&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;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266351#M149133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266352#M149134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try hard coding the break point using BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266352#M149134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266353#M149135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After setting the break point activate the code or you can set the hardcoded break point in the code it self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G. break login_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266353#M149135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266354#M149136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that this piece of code is getting invoked.&lt;/P&gt;&lt;P&gt;Try debugging using "/h" and find whether that code is reached or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;Mark helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266354#M149136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266355#M149137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Make sure that the code is activated.After putting the breakpoint please do a /n DP90 so that a new session is started with the active breakpoints.Also you can do a /h when you execute the DP90 transaction and check to see if the ABAP program is there in the call flow.If it's not then the breakpoint might not get triggered.So ensure that the above things are checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266355#M149137</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-04-25T06:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266356#M149138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no reason for not stopping at the break point, unless the piece of code before is cause it to take and alternate route. &lt;/P&gt;&lt;P&gt;Can u please share the piece of code where u have set the breakpoint? We can then probably give a better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266356#M149138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266357#M149139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok here we go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM print_vms_advice_note USING return_code TYPE i&lt;/P&gt;&lt;P&gt;                 us_screen TYPE c.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;If called via DP90 the data will be held in the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;table NAST&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF so_vbeln IS INITIAL AND nast-objky IS NOT INITIAL.....&lt;/P&gt;&lt;P&gt;    so_vbeln-sign = 'I'.&lt;/P&gt;&lt;P&gt;    so_vbeln-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    so_vbeln-low = nast-objky.&lt;/P&gt;&lt;P&gt;    APPEND so_vbeln.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  BREAK-POINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM main_processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "PRINT_VMS_ADVICE_NOTE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266357#M149139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266358#M149140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You cant set a break-point if the code isn't activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you hardcode a break-point you need to activate the code after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) If it doesnt stop, chances are, it didn't pass through&lt;/P&gt;&lt;P&gt;   that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) do a test.. try putting the break-point at a more trivial location - somewhere that you are very sure&lt;/P&gt;&lt;P&gt;that it'll be executed. ie. start of the program. If it runs then, you're previous break-point is just in the wrong place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 06:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266358#M149140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T06:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266359#M149141</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;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU HAVE NOT GIVE CLEAR IDEA ABOUT YOUR REQUIREMENT,&lt;/P&gt;&lt;P&gt;IF YOU R RUNNING DP90 THAN YOU MUST HAVE CONVERT THE STARND REPORT TO ZREPORT THAN YOU MUST HAVE CALLING THE ABAP CODE THAT YOU WANT TO CALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THAT CASE FIRST YOUR HAVE TO IDENTIFY WHERE ACTUALLY YOU WANT TO SET THE BREAK POINT IN YOUR STANDARD REPORT OR YOUR ABAP REPORT THAT YOU HAVE WRITTEN TO CALL THE DP90.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I THINK YOU MUST HAVE IDEA ABOUT THE THE PROCESS OF DEBUGGING.TRY THEM OUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 07:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266359#M149141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266360#M149142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure that   u did not put breakpoint inside  the loop.&lt;/P&gt;&lt;P&gt;and after  seting braekpoint 1st refresh the used transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 07:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266360#M149142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266361#M149143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the Perform is not in any condition because of which it is skipping. Can u indicate in which include is this FORM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 07:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugging/m-p/1266361#M149143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T07:18:07Z</dc:date>
    </item>
  </channel>
</rss>

