<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481435#M836960</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;1. Total 30 break points u can place in ur Abap program.&lt;/P&gt;&lt;P&gt;2. Yes , u can debug the smart form.&lt;/P&gt;&lt;P&gt;    1. goto --smartforms&lt;/P&gt;&lt;P&gt;    2. system- utilities--debug abap.&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;kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 07:31:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T07:31:56Z</dc:date>
    <item>
      <title>ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481431#M836956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.How many Break points possible in the abap program?&lt;/P&gt;&lt;P&gt;2. How can debugg a smartform?&lt;/P&gt;&lt;P&gt;3.In script if we want to wrint in form of 1(2),2(5) and so on.&lt;/P&gt;&lt;P&gt;what is the command to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srikanth B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481431#M836956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481432#M836957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For debugging -&lt;/P&gt;&lt;P&gt;1. Write BREAK POINT in the code window.&lt;/P&gt;&lt;P&gt;2. Put a break point on the call function in the driver program &lt;/P&gt;&lt;P&gt;3. Put a break point in the generated Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) DEBUG Smart form: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) One way to debug smart form is to debug the Function Module of that smart forms.&lt;/P&gt;&lt;P&gt;If you want to debug particular smart form node that the solution would be, &lt;/P&gt;&lt;P&gt;insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. &lt;/P&gt;&lt;P&gt;So whenever you call the smart forms, it will stop at this breakpoint and you can debug onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) SFTRACE can be used for debugging SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read More here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First go to smart form transaction and then press F8, then the windows change to the function of the smart form, then click in display and then click in find, and choose the control program and find a part of the source code and put a break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Four ways you can debugging.....&lt;/P&gt;&lt;P&gt;1. place SFTRACE in place where we enter T_CODE and press ENTER.&lt;/P&gt;&lt;P&gt;after that press F8.&lt;/P&gt;&lt;P&gt;2. /H&lt;/P&gt;&lt;P&gt;3 /SH&lt;/P&gt;&lt;P&gt;4.after generating the function module there is a button DEBUGGING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481432#M836957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481433#M836958</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;WE CAN PUT ANY NUMBER OF BREAK POINTS IN THE abap PROGRAM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND SMARTFORM DEBUGGING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Goto SE37 and give the function module name of a Smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the Function Module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto  &amp;amp;#61664; Main Program &amp;amp;#61664; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display three includes:&lt;/P&gt;&lt;P&gt;First Include will have the Global Data Declaration.&lt;/P&gt;&lt;P&gt;Second Include will have the Form Interface.&lt;/P&gt;&lt;P&gt;Third Include will have the Main Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the third Include and set the Break-Point wherever necessary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In same way we can do it through transaction SE80.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481433#M836958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481434#M836959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANS 1) MAX NO of breakoints in abap program is 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANS 2) In order to debug a smartform&lt;/P&gt;&lt;P&gt;          do the following:&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         1 Note the function module name of the smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        2.  in se37, suffix l(small L) after the last '/' in the       function   module name and suffix f01(Fzero1)as last 3   Characters of the function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        3. run the function module. all the smartform will be there   with the code.&lt;/P&gt;&lt;P&gt;        4. put the breakpoint where required in the code.&lt;/P&gt;&lt;P&gt;        5. run the smartform using the transaction, it will enter the debuggging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U CAN ALSO FOLLOW THE THREAD&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4584449"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANS 3)  FOLLOW THE LINK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            &lt;A href="https://community.sap.com/www.sap-img.com/sapscripts/a-sample-sap-scripts-" target="test_blank"&gt;www.sap-img.com/sapscripts/a-sample-sap-scripts-&lt;/A&gt;  reports.htm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do reward if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481434#M836959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481435#M836960</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;1. Total 30 break points u can place in ur Abap program.&lt;/P&gt;&lt;P&gt;2. Yes , u can debug the smart form.&lt;/P&gt;&lt;P&gt;    1. goto --smartforms&lt;/P&gt;&lt;P&gt;    2. system- utilities--debug abap.&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;kavitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481435#M836960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481436#M836961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many Break points possible in the abap program?&lt;/P&gt;&lt;P&gt;2. How can debugg a smartform?&lt;/P&gt;&lt;P&gt;3.In script if we want to wrint in form of 1(2),2(5) and so on.&lt;/P&gt;&lt;P&gt;what is the command to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.maximum no. of breakpoints possible is 30.&lt;/P&gt;&lt;P&gt;2.from the SMARTFORMS,goto SYSTEM&lt;DEL&gt;&amp;gt;UTILITIES&lt;/DEL&gt;&amp;gt; DEBUG screen/DEBUG system/DEBUG abap.&lt;/P&gt;&lt;P&gt;or you can keep breakpoint for the function module&lt;/P&gt;&lt;P&gt;or from the Function module which is generated after the activation of smartform,&lt;/P&gt;&lt;P&gt;goto SYSTEM&lt;DEL&gt;&amp;gt;UTILITIES&lt;/DEL&gt;&amp;gt; DEBUG screen/DEBUG system/DEBUG abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vineela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 07:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3481436#M836961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T07:33:23Z</dc:date>
    </item>
  </channel>
</rss>

