<?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 alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590692#M265861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sindu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your 1st question: To debug your user commands, put a break point for the modules in your programme where you write your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE pai INPUT.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  clear ok_code.&lt;/P&gt;&lt;P&gt;  CASE save_ok.&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;      PERFORM exit_program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Events: For example if you have exit button. If you click on it, the debugger should start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your screen or ALVgrid. On the Transaction bar enter:  /h -&amp;gt; and click on enter.&lt;/P&gt;&lt;P&gt;Now click on the exit button. It invokes the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhavi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Sep 2006 22:14:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-10T22:14:51Z</dc:date>
    <item>
      <title>debugging in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590689#M265858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im working with alv, ihave some doubts &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1) how to debug the form where we had written coding for events(like top_of_page, usercommand),&lt;/P&gt;&lt;P&gt;i could not able to see the whether the event is triggering in the program or not. the problem is events or not working in my program, though the coding is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)coming to subtotals, im able put subtotal &amp;amp; totals text in my program , they are displaying at the end of first field, what i want is i want it to display at other than first field of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)how to get sub total for more than one field  in a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz answer me, reward compulsury.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;sindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 16:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590689#M265858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T16:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590690#M265859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a break point in the form  of the event and execute your program it would stop at the form and you can start debugin the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding subtotal on multiple fields, you need populate the sort table with respective fields with subtot    = 'X' for the fields and pass the sort internal table to the IT_SORT ( exporting parameter of REUSE_ALV_GRID_DISPLAY).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 16:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590690#M265859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590691#M265860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idid it by puting break at the form it is not stoping at the form, teh program is geting excuted.i did with top_of_page event.&lt;/P&gt;&lt;P&gt; coming to sub totals sory the question is not puting multiple subtotals but puting multiple total &amp;amp; sub total texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;sindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 16:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590691#M265860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T16:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590692#M265861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sindu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your 1st question: To debug your user commands, put a break point for the modules in your programme where you write your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE pai INPUT.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  clear ok_code.&lt;/P&gt;&lt;P&gt;  CASE save_ok.&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;      PERFORM exit_program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Events: For example if you have exit button. If you click on it, the debugger should start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your screen or ALVgrid. On the Transaction bar enter:  /h -&amp;gt; and click on enter.&lt;/P&gt;&lt;P&gt;Now click on the exit button. It invokes the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhavi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Sep 2006 22:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590692#M265861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-10T22:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590693#M265862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you registered the events?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2006 06:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-alv/m-p/1590693#M265862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-11T06:45:15Z</dc:date>
    </item>
  </channel>
</rss>

