cancel
Showing results for 
Search instead for 
Did you mean: 

F.2A Item Wise Interest Calculation

Former Member
0 Kudos

Dear Experts,

we are using 4.6C Version.

I am using the F.2A T.Code for Interest calculation.

I copied the form(script) F_DUZI_01 into Z Script. The Item details are comming at Element /E 2040.

In item level I am showing Document number & some dates.these are comming correctly.

But we require the Interest amount also at line item wise. At this level the structure RFDUZI01 showing the cumulative total of the interest for all the items.

How to get the individual interest amount per document wise.

Please help me to sort this issue.

Thanks in advance,

Regards,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

use the the Document number and date and year and write PERFROM ENDPERFORM ( Subroutine Pool ) and get the interest and return back in the Script..

/: PERFORM <form> IN PROGRAM <prog>

/: USING &INVAR1&

/: USING &INVAR2&

......

/: CHANGING &OUTVAR1&

/: CHANGING &OUTVAR2&

......

/: ENDPERFORM

surya

Answers (0)