‎2008 Mar 07 1:45 AM
hi all,
need to calculate ending balance for the data present in internal table .
loop .
end balance = all dmbtrs in s(debit) - all dmbtrs - h (credit).
at new month.
end = end balance for every month .
endloop.
the pblm is i want monthly wise data . if it s in between 1 yr its fine but if the table has data for two r three years at tht time the above logic will not work . plz help.
regards,
vishnu.
‎2008 Mar 07 1:53 AM
Hi Vishnu,
Just a simple workaround can be split the data into different internal table by the fiscal year. You can write a logic based on that.
Regards,
Atish