<?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: Problem in classical report. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269859#M1830993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like what Mohammed said, you have to put the field to be compared by AT NEW and AT END at the very first field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 05:51:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-25T05:51:19Z</dc:date>
    <item>
      <title>Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269853#M1830987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am facing a problem with alignment in one classical report.&lt;/P&gt;&lt;P&gt;Requirement is debit ,credit amount's sum will at end of every g/l as new line.&lt;/P&gt;&lt;P&gt;Text will be closing balance - then amount.&lt;/P&gt;&lt;P&gt;My amount &amp;amp; text is coming ,but not properly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All document will come &amp;amp; then closing balance will come as new line&lt;/STRONG&gt; with ULINE.&lt;/P&gt;&lt;P&gt;Code part is: -&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SORT &lt;/SPAN&gt;it_bsas &lt;SPAN class="L0S52"&gt;by &lt;/SPAN&gt;hkont&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_bsas &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_bsas&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;wa_bsas&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;shkzg &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'H'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_OUT&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DMBTR &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;WA_BSaS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DMBTR&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_out&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbtr &lt;SPAN class="L0S52"&gt;UNDER &lt;/SPAN&gt;f &lt;SPAN class="L0S52"&gt;LEFT&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;JUSTIFIED&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; lv_sum1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_sum1 + wa_out&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbtr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ELSEIF &lt;/SPAN&gt;wa_bsas&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;shkzg &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'S'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_OUT&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DMBTR1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;WA_BSaS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DMBTR&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;wa_out&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbtr1 &lt;SPAN class="L0S52"&gt;UNDER &lt;/SPAN&gt;g &lt;SPAN class="L0S52"&gt;LEFT&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;JUSTIFIED&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_sum2 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_sum2 + wa_out&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbtr1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;hkont&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ULINE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;/93&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;50&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/93 &lt;SPAN class="L0S33"&gt;'Closing balance' &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S32"&gt;109 &lt;/SPAN&gt;lv_sum1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S32"&gt;127 &lt;/SPAN&gt;lv_sum2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ULINE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;/93&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;50&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;lv_sum1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;lv_sum2.&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help in this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/440279" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269853#M1830987</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2014-04-25T05:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269854#M1830988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gourav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is HKNOT the first field in your table it_bsas because the at new and at end of functionality compares all the fields to the left of your specified field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it the first field of your internal table and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269854#M1830988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-25T05:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269855#M1830989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269855#M1830989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-25T05:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269856#M1830990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansih,&lt;/P&gt;&lt;P&gt;Expected output is as per image five line items will be shown &amp;amp; at last of All items ,debit sum amount will be shown below debit &amp;amp; same for credit also,&lt;STRONG&gt;but as a new line with that text .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It is coming,but I do not know why that sum line is showing in upper &amp;amp; last line is showing in below!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269856#M1830990</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2014-04-25T05:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269857#M1830991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Hi yakub,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_bsas&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hkont &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;bsas&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;hkont&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bukrs &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;bsas&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;bukrs&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;end of...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;and select query&amp;nbsp; is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;p_clear &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT&amp;nbsp; &lt;/SPAN&gt;hkont bukrs augdt GJAHR belnr budat bldat xblnr SHKZG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; dmbtr sgtxt &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_bsas &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;bsas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;bukrs &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;s_buk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;hkont &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;s_kun&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;It is my structure now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Gourav.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269857#M1830991</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2014-04-25T05:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269858#M1830992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; instead of useing at at endof&amp;nbsp; hknot use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at end of belnr.&lt;/P&gt;&lt;P&gt;sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : /&amp;nbsp; &lt;SPAN class="L0S32"&gt; &lt;/SPAN&gt;lv_sum1, under wa_output wa_out&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbtr1 &lt;SPAN class="L0S52"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S32"&gt; &lt;/SPAN&gt;lv_sum2, under wa_output wa_out&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;dmbtr &lt;SPAN class="L0S52"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;endat.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Raman&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269858#M1830992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-25T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269859#M1830993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just like what Mohammed said, you have to put the field to be compared by AT NEW and AT END at the very first field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269859#M1830993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-25T05:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269860#M1830994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your programming you are performing calculations during output. Bluntly, this is &lt;STRONG&gt;bad programming&lt;/STRONG&gt;. For any report the process should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Get data&lt;/P&gt;&lt;P&gt;2. Perform transformations/calculations on data&lt;/P&gt;&lt;P&gt;3. Display data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way, if you later decide you want to, e.g. display the report in an ALV Grid control, or download the data, you only have to adjust the third stage.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, as a start, i suggest you re-write your program following the paradigm above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269860#M1830994</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-04-25T05:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269861#M1830995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use the same code as you are using to output dmbtr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;WRITE &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;: &lt;SPAN style="color: #333333; font-size: 12px;"&gt;lv_sum1&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;UNDER &lt;/SPAN&gt;f &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;LEFT&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;JUSTIFIED&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;WRITE &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;: &lt;SPAN style="color: #333333; font-size: 12px;"&gt;lv_sum2&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;UNDER g&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;LEFT&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;JUSTIFIED&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;Would recommend using pre-sorted ALV with sub-total on these amount fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 06:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269861#M1830995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-25T06:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269862#M1830996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;I just write at end part before end loop line.&lt;/P&gt;&lt;P&gt;It works for this time.&lt;/P&gt;&lt;P&gt;Yes I changed HKONT sequence.&lt;/P&gt;&lt;P&gt;Thanks all for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 07:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269862#M1830996</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2014-04-25T07:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in classical report.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269863#M1830997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;I will surely remind your suggestion.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 07:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-classical-report/m-p/10269863#M1830997</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2014-04-25T07:07:02Z</dc:date>
    </item>
  </channel>
</rss>

