cancel
Showing results for 
Search instead for 
Did you mean: 

Cheque Printing-Problem in displaying total pagewise

Former Member
0 Kudos

Hi experts,

In my cheque printing, for one clearing document, out of say 10 line items , I am displaying 5 line items in one page and remaing in the next page. In my line items , I am displaying bill no., bill date, bill amount, TDS and the net amount. <b>NOw what I want that the TDS and the NET Amount should get added page wise and that total should get reflected in the cheque</b>..Right now, I am getting the total amount for all the pages and the same is reflecting in the cheque. I have made some changes in the standard report RFFOUS_C by making the zreport . In that, the program contains many subroutines which calculate the Cheque amount. ..Please give me some solution to solve this problem...<b>its very urgent</b> ..Thanks in advance..

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

Check structure REGUP, all the totals will be stored in this structure. check for the correct fields.

Regards,

SaiRam

Former Member
0 Kudos

No. This is not working..Since, For the TDS amount, REGUP is catching just 2 Taxes instead of 3. So , I have written my own code to get the TDS amount.

Former Member
0 Kudos

Hi,

Try using REGUD-SWNES in your window for getting the total.