<?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: Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273083#M150788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this steps:&lt;/P&gt;&lt;P&gt;1. Goto SE38 &amp;amp; open the source code of SAPBC405_LDBS_2&lt;/P&gt;&lt;P&gt;   Initial few lines of code must be as follow: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report SAPBC405_LDBS_2                              *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bc405_ldbs_2top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;   Event GET SPFLI&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;get spfli.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Data output SPFLI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  format color col_heading intensified off.&lt;/P&gt;&lt;P&gt;  write:  / sy-vline, spfli-carrid,&lt;/P&gt;&lt;P&gt;            spfli-connid,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;2. Set a break-point on the line marked bold above.&lt;/P&gt;&lt;P&gt;3. Press F8.&lt;/P&gt;&lt;P&gt;4. Press F8 Once again.&lt;/P&gt;&lt;P&gt;5. Now you will enter into debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually if you enter into debugging directly without setting the break-point, because of LDB has its own &lt;/P&gt;&lt;P&gt;Selection screen, initially you will enter into that code which will lead you to the selection screen.&lt;/P&gt;&lt;P&gt;So after entering the selection parameters(or you may leave it blank), the actual code of report&lt;/P&gt;&lt;P&gt;SAPBC405_LDBS_2  starts.&lt;/P&gt;&lt;P&gt;I think you want to debug this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP automatically adds the code of selection screen, once you have opted to use LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;IF this helps to solve your problem,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    Close this thread &amp;amp; mark points for it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2006 06:55:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-14T06:55:14Z</dc:date>
    <item>
      <title>Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273067#M150772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guyz&lt;/P&gt;&lt;P&gt;the problem is same&lt;/P&gt;&lt;P&gt;Actually whenever i am debuggin a program that include any include program, logical db or function module,,&lt;/P&gt;&lt;P&gt;than smthing else is displaying&lt;/P&gt;&lt;P&gt;i tried to leave that program using F6 key but its not working..&lt;/P&gt;&lt;P&gt;can anybody plz tell me the reason and solution for this&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 13:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273067#M150772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T13:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273068#M150773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In debuugin mode by presing f5 you are debuugin step by step&lt;/P&gt;&lt;P&gt;and then going into incldes fm;s and so on. Press f6 before going into it it will make step with no going into it.. If you already are in that includ fm ore something press F7 to leave it and go to main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273068#M150773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273069#M150774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to F5, F6, F7 and F8 carefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F5 - Debugs and executes every statement of your code.&lt;/P&gt;&lt;P&gt;F6 - completes the execution of the current subroutine / function, without getting into it.&lt;/P&gt;&lt;P&gt;F7 - If you inside a sub routine / function, you want to get back to the place where you came from without continuing further, then use this.&lt;/P&gt;&lt;P&gt;F8 - Continue execution, without anymore debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are calling any functions, GET statements of LDB, then standard programs will get executed, and I think that is what you are seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273069#M150774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273070#M150775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI RASHMI,&lt;/P&gt;&lt;P&gt;Press f8 and escape...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273070#M150775</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-13T14:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273071#M150776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your responses&lt;/P&gt;&lt;P&gt;actually the prgaram i m debuggin is having LDB as well as include program and from the startng itself m getting anotther code &lt;/P&gt;&lt;P&gt;Plz help me in solving the problem&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273071#M150776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273072#M150777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you in some other module or include press F7 to come out to source module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273072#M150777</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-04-13T14:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273073#M150778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by pressing F7..coming out of debugging on selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273073#M150778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273074#M150779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, I suggest you place break point in your program in SE38. Then at run time it will automatically stop at each of these break points by pressing F8. That way it will not debug the stadard programs at all. You can even hard code the BREAK POINT with BREAK-POINT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers in your threads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273074#M150779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273075#M150780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That happens when you press F7 while you are in the main program.&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>Thu, 13 Apr 2006 14:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273075#M150780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273076#M150781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;P&gt;if u need further info u can go with these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging Document.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc" target="test_blank"&gt;http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u r problem is solved now&lt;/P&gt;&lt;P&gt;if so please award points and close the thread&lt;/P&gt;&lt;P&gt;if u have any further doubts let us know Rashmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2006 14:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273076#M150781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273077#M150782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your code here?&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>Thu, 13 Apr 2006 14:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273077#M150782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-13T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273078#M150783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody&lt;/P&gt;&lt;P&gt;I am back&lt;/P&gt;&lt;P&gt;yesterday ther was sm problem with the system so left in between.. sorry for that&lt;/P&gt;&lt;P&gt;But problem is as it is&lt;/P&gt;&lt;P&gt;The program that am trying to debug is demo program thatz SAPBC405_LDBS_2&lt;/P&gt;&lt;P&gt;Plz solve the problem&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 05:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273078#M150783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T05:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273079#M150784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program does not exist in my 4.6C / 4.7 systems. Which version you are working on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of a program is this?&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>Fri, 14 Apr 2006 05:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273079#M150784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273080#M150785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate the Debugger before executing your ABAP program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System -&amp;gt; Utilities -&amp;gt; Debug ABAP/4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of the debugger is to allow you to execute your program line by line.  It also allow you display the data as you execute the program. (double click on the varaible field name and it will be display) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or after program have been executed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run transaction SM66 and find your work process. &lt;/P&gt;&lt;P&gt;Select the line of your work process and double click on it &lt;/P&gt;&lt;P&gt;Click the debugging option. &lt;/P&gt;&lt;P&gt;If this is a custom program, you can put a wait statement in the code to buy yourself some time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) To understand the Watchpoint, you have to play with it. &lt;/P&gt;&lt;P&gt;a) Debug your program. &lt;/P&gt;&lt;P&gt;b) Place your cursor on the field you want to watch &lt;/P&gt;&lt;P&gt;c) Press Shift+F8, or click the Create Watchpoint button &lt;/P&gt;&lt;P&gt;d) Select the LOCAL WATCHPOINT checkbox if you want the watchpoint to be active for the immediate program only (and not includes etc. By default, you want to leave this unchecked). &lt;/P&gt;&lt;P&gt;e) Drop down on the relational operator, and choose one. They are self-explanatory. (For this example, use '=') &lt;/P&gt;&lt;P&gt;f) Select the COMPARISON FIELD checkbox if you want to check the field against another field, else leave unchecked if you want to check your field against a static value. &lt;/P&gt;&lt;P&gt;g) Enter your comparison field (if you checked the previous box) or your check value in the last box. Once your selected field equals the selected value, the program will break as if a breakpoint was reached. It is possible that the program never breaks, meaning your watchpoint criteria was never satisfied (For example if you check Itab-Field = VALUEA, if Itab-field never have a value equal to VALUEA the program will NOT break.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 05:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273080#M150785</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-14T05:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273081#M150786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on training working on IDES (4.7 C)&lt;/P&gt;&lt;P&gt;THis program is from exercise of Unit 15 &lt;/P&gt;&lt;P&gt;in 1st certication book&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rashmi Agrawal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 05:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273081#M150786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T05:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273082#M150787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;We use the following keys while debugging:&lt;/P&gt;&lt;P&gt;F5 - For step by step code execution.&lt;/P&gt;&lt;P&gt;F6 - For execution of the current subroutine/function module etc. without getting inside it.&lt;/P&gt;&lt;P&gt;F7 - If you find yourself stuck inside a subroutine/function module/loop press F7 to come out of it and continue with the next statement following the calling subroutine/function module/endloop statement. &lt;/P&gt;&lt;P&gt;F8 - Displays output by stopping debugging. Similar to Debugging off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are getting stuck then you can put a break-point on the statement from where you want to debug. On execution, the debugger will directly come to your statement where you have set the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeeta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 06:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273082#M150787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273083#M150788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this steps:&lt;/P&gt;&lt;P&gt;1. Goto SE38 &amp;amp; open the source code of SAPBC405_LDBS_2&lt;/P&gt;&lt;P&gt;   Initial few lines of code must be as follow: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report SAPBC405_LDBS_2                              *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bc405_ldbs_2top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;   Event GET SPFLI&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;get spfli.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Data output SPFLI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  format color col_heading intensified off.&lt;/P&gt;&lt;P&gt;  write:  / sy-vline, spfli-carrid,&lt;/P&gt;&lt;P&gt;            spfli-connid,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;2. Set a break-point on the line marked bold above.&lt;/P&gt;&lt;P&gt;3. Press F8.&lt;/P&gt;&lt;P&gt;4. Press F8 Once again.&lt;/P&gt;&lt;P&gt;5. Now you will enter into debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually if you enter into debugging directly without setting the break-point, because of LDB has its own &lt;/P&gt;&lt;P&gt;Selection screen, initially you will enter into that code which will lead you to the selection screen.&lt;/P&gt;&lt;P&gt;So after entering the selection parameters(or you may leave it blank), the actual code of report&lt;/P&gt;&lt;P&gt;SAPBC405_LDBS_2  starts.&lt;/P&gt;&lt;P&gt;I think you want to debug this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP automatically adds the code of selection screen, once you have opted to use LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;IF this helps to solve your problem,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    Close this thread &amp;amp; mark points for it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 06:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273083#M150788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T06:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273084#M150789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks guyz &lt;/P&gt;&lt;P&gt;atlast i got it&lt;/P&gt;&lt;P&gt;thanks for ur responses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 08:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/1273084#M150789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T08:36:58Z</dc:date>
    </item>
  </channel>
</rss>

