SAP for Banking Discussions
Join the conversation about navigating compliance, enhancing customer experience, and driving growth in the banking industry with SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

BADI FVD_LOAN_POST

wouter_vanhoutte4
Participant
0 Kudos
625

All,

We are using the method Change_ACC_DATA in order to replace the General ledger account by another in case of repayment. This is a legal requirement.

In the coding itself we see that the account (which is linked to the product type), is replaced by the account that it should be : see screenshot in attachment.

However in FNM1 it still the account as defined in the customizing.  Did somebody else tried already to pick up another account.

We use this BADI also (other method) to pick up the earmarked funds and this works.

Best regards,

Wouter

6 REPLIES 6

former_member357303
Active Participant
0 Kudos
365

Hi,

though the whole structure is available, only changes for certain fields are taken over during posting.

This is done to avoid inconsistencies because in general, the data for example for accounts taken from account determination should be correct.

However, I would expect that changes for HKONT are taken over.

If you need that to be checked I would recommend to open a message.

Kind regards,

Michael

wouter_vanhoutte4
Participant
0 Kudos
365

Thanks for your prompt reply,

So this means that the field GL account can't be replaced via this BADI, in order to avoid inconsistencies.

Correct?

Is the other method create own posting an alternative or do you have there the same check?

In case this method is an option, should you use also the method suppress_FI_POSTING in order to avoid  inconsistencies?

Best regards,

0 Kudos
365

Hi,

no, I meant:

You should be able to replace HKONT. But you should careful with doing that.

Kidn regards,

Michael

wouter_vanhoutte4
Participant
0 Kudos
365

okay, now it is clear.

Any idea, why we don't see the replacement. We have 2 account assignment one based on the update type and another via FNZA. Could that be the reason?

best regards,

wourer

0 Kudos
365

Update type settings are not relevant for FVD_LOAN_POST. Only operative loans data (FNZA).

The FI document with the "wrong" account, is it a LOANS document or a TR-TM document?

wouter_vanhoutte4
Participant
0 Kudos
365

I was indeed able to redetermine the account in the account determination in FNZA. So it was not necessary to use the BADI in question