cancel
Showing results for 
Search instead for 
Did you mean: 

FPINTM1 Mass Interest problem

Former Member
0 Kudos

Hello,

I have a problem with transaction FPINTM1, calculation of mass interest. I want to do as many documents as interest FICA documents to the pre-selection of the transaction. The case is that if the same or VKONT GParted, I just type a document generated interest with the total amount, the sum of the documents selection.

Case Study, 20% interest in with the same contract (VKONT1)

Now I calculated like this:

Doc1 of 5000 u20AC

Doc2 u20AC 4000

Result: Doc (INT) 1 of 1800 u20AC

I want to calculate this:

Doc1 of 5000 u20AC

Doc2 u20AC 4000

Result: Doc (INT) 1 of 1000 u20AC

Doc (INT) 2 800 u20AC

I thought of using the 1788 event, but can not find where to modify it to generate the documents by me separately and I do not unify them.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

william_eastman
Advisor
Advisor
0 Kudos

Please check your interest key settings in TFK056a - there you can define summarization. Also event 2085 can be used.

regards,

bill.

Former Member
0 Kudos

Hi,

thanks for the response,

i checked the field icond of table TFK056A.

the function (EVENT 2085) return Two items, because i want to calculate two interest for two documents, for the same vkont.

CALL FUNCTION 'FKK_RESTRUCTURE_ITEMS_FOR_INT'

EXPORTING

i_rfki1 = i_rfki1

TABLES

t_fkk_int_item_chosen = t_fkk_int_item_chosen

et_fkk_int_item_compos = et_fkk_int_item_compos.

And the result is the same...:( i don't achieved yet...