SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bank details replication for BP with different role in CRM & ECC(FICA)

Former Member
0 Kudos

Hi Experts,

There is an issue we are facing while replicating bank details in BP from CRM to ECC.

BP is created in CRM with a custom role (The custom role is copied from the standard role "Sold to Party") and it is successfully replicated to ECC.

In ECC, Contract partner role (MKK) is assigned to the BP so that contract account can be created.

In this scenario, when bank details (IBAN) are updated in the BP in CRM, such bank information is not getting updated in the same BP in ECC side.

We have checked through T code SMW01 in CRM and it is showing an error "Validity of role MKK must not be restricted".

But if we check the validity of BP in MKK role in ECC, it is till 31.12.9999.

Bank details replication is working correctly if the BP is in the same role in both CRM and ECC.

Can someone please advise us as to what is causing this error? Is it due to the fact that role of the BP in CRM is different from the role in ECC?

Thanks in advance,

Anwesha.

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Anwesha,

The error that you are getting is triggered from standard FM MKK_BUPA_EVENT_DCHCK, where in there is a check that MKK role should be valid till 31.12.9999.

If for a particular BP, the MKK role valid to field (BUT000-Valid_to) is not till '99991231235959", then it throws the error that you are getting.

If the validity of the BP in ECC is till 31.12.9999, then you have to put a debugger in this FM to see what values for the valid_to field is getting passed in the FM causing the error.

Hope it helps..

Thanks,

Amlan

View solution in original post

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos

Hi Anwesha,

The error that you are getting is triggered from standard FM MKK_BUPA_EVENT_DCHCK, where in there is a check that MKK role should be valid till 31.12.9999.

If for a particular BP, the MKK role valid to field (BUT000-Valid_to) is not till '99991231235959", then it throws the error that you are getting.

If the validity of the BP in ECC is till 31.12.9999, then you have to put a debugger in this FM to see what values for the valid_to field is getting passed in the FM causing the error.

Hope it helps..

Thanks,

Amlan

0 Kudos

Hi Amlan,

Thanks for your reply.

But the FM you mentioned is not getting hit while debugging through RFC user.

Is there any other FM which gives a similar error?

Regards,

Anwesha.