cancel
Showing results for 
Search instead for 
Did you mean: 

IHC - Posting Incoming Bank Statement

Former Member
0 Kudos

Hi,

Our client wants to keep the In-House cash center in one company code, say 1000, and the external bank statement in another company code, say 2000.

As per my knowledge the external bank accounts which are to update the IHC accounts should be in the same company code as the IHC center.

Now if I import the bank statement in company code 2000, will it update the IHC accounts which are attached to company code 1000?

Please advise.

Kalyan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kalyan,

I had done some research for a similar requirement. Hence will tell you my findings.

According to standard, when processing the EBS, it checks whether it is able to find any payment notes which are related to IHC or whether any IHC account could be determined from the bank account. It determines the IHC center from this step.

As a next step, it checks whether the company code processing the bank statement is same as the company code having the In house Cash center. If it fails in either of the step, the item is marked as not relevant for IHC and will not forward the item to IHC center.

Regards,

Ravi

Former Member
0 Kudos

Thanks Ravi. Is it possible that we can make this happen? I mean is there any BADI or Exit where we can make this change so that the system looks for the IHC center in another company code and updates the IHC accounts?

Appreciate your help.

Kalyan

former_member534894
Participant
0 Kudos

Hi Kalyan,

Incoming Bank statement processing is always with reference to a Bank Key and Bank account number.

Since this combination is unique for a co. code.... the House bank and account ID details are automatically picked up.

In-House banks are virtual banks and are allways created by an Internal Bank key (Table BNKAIN is updated). The external bank statements do not come with the internal bank key. Hence can not be imported directly on in-house banks with out routing the transactions via current accounts in In-house cash center (In co.code 1000)

Hence you have to set up the customizing for processing the incoming bank statements in the in-house cash center first(in co.code 1000). which will then send FINSTAs to the virtual banks in co.code 2000.

You can import the bank statement from external banks directly on the external bank account in co.code 2000.... all that is required to make it work is to set up EBS processing for that bank in that Co.code

In_house banks are virtual banks and receive FINSTAs only from the In-House cash center.

Hope this helps.

Best Regards,

M. Naveen Kumar

Former Member
0 Kudos

Hi Kalyan,

The standard check happens inside the function module BKK_IHB_BASTA_IN_CHECK.

Also there is no BADi or User Exit.

Hence in case if that requirement has to be met, then a fully custom solution has to be developed which is going to require some amount of effort for doing all the validation.

Regards,

Ravi

Answers (0)