Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FI related function module or logic required

Former Member
0 Likes
326

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.

1 REPLY 1
Read only

Former Member
0 Likes
296

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