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

Interest calculation

Former Member
0 Likes
303

Hello gurus ,

I am developing one repot based on interest like f.52 but thing is that in that standard prg report is coming based on gl account, but I want date wise shorting , problem is that f.52 is classical report in that tool bar is there , thats why shorting is possible .

if some one has that kind of report based on interest , plz guide .

with regards .

Joy .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
278

hi

f.52 has simple executable driver program, so copy it inZ-one and modified it as per requirement .

this will be better then creating a whole new .

most probably , u have to sort main internal table corresponding to date field additionally .

define one more select parameter and change select queries accordingly.

1 REPLY 1
Read only

Former Member
0 Likes
279

hi

f.52 has simple executable driver program, so copy it inZ-one and modified it as per requirement .

this will be better then creating a whole new .

most probably , u have to sort main internal table corresponding to date field additionally .

define one more select parameter and change select queries accordingly.