cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error While Creating BP

Former Member
0 Likes
1,195

Hi,

I am getting the following error while trying to create a BP in any role

<b>Mapping for ID number categories is inconsistent or incomplete

Message no. FKBPIDT044</b>, and followed by a ABAP Dump error when I press back button.

But BP record is still getting saved. Any ideas? and how do I resolve it?

Thanks in advance

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

sudheer-tammana
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Parveen,

Deactivation of the functional module ABA_FSBP_MAP_DDIC_TO_PROXY_1 in the table CRMC_BUT_CALL_FU should solve this error.

Regards,

Sudheer.

Former Member
0 Likes

Hi Sudheer,

I am not too technical, can you please explain me in more detail about how to go about it? Do I need to have the access key to change anything in that table?

Thanks

Praveen

sudheer-tammana
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Praveen,

There is no key change to be done for this.

Go to transaction CRMC_BUT_CALL_FU. In this transaction you can see different modules being registered for different activities.

Find the entry for the function module ABA_FSBP_MAP_DDIC_TO_PROXY_1 and un-check the flag active. Save the transaction and this should solve the problem.

Regards,

Sudheer.

Former Member
0 Likes

Hi Sudheer,

That leads me to another error " GET_BUSINESS_SYSTEM_ERROR An error occured when determining the business system", still BP record getting saved.

thanks

Praveen

sudheer-tammana
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Praveen,

In the transaction CRMC_BUT_CALL_FU, the function modules used for data exchange of business partners are registered.

In this case here there are two solutions:

1) If exchange of business partners is not used in your system. Deactivate also the module BUPA_OUTBOUND_MAIN in the transaction CRMC_BUT_CALL_FU.

2) If data exchange is used, the SLD (System land scape directory) is not configured properly in your system which is causing the error GET_BUSINESS_SYSTEM_ERROR inside the module BUPA_OUTBOUND_MAIN. This configuration is necessary for the exchange to work because this module also takes care of XI outbound processing of business partners. To configure the SLD, SAP note 768452 can be used.

Hope this helps.

Regards,

Sudheer.

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks for the help, it works.