cancel
Showing results for 
Search instead for 
Did you mean: 

Error Message: Message no. UDM_BUPA_MSG060 in BP Master Data - Collection Profile tab

sagar_kapadia
Participant
0 Kudos
1,029

Hello,

I am getting the below error when assigning and saving a collection profile to BP in UDM000 - Collections Management

Error in database operation: I, key 0000163756 AMER 99991231

Message no. UDM_BUPA_MSG060

Further, I see that one of the Collection Segment from the list of segments show "Red"

FIN-FSCM-COL (Application Component) Collections Management

FSCM-Collections Management: Messages for Collections Management (Master Data)

GAYATRIMD
Discoverer
0 Kudos
Any update from SAP on this issue

Accepted Solutions (0)

Answers (2)

Answers (2)

sagar_kapadia
Participant

Hello,

We had raised OSS to SAP and they recommended to delete the existing entries causing inconsistencies having current validity date from UDMBPSEGMENTS table in debug mode but not visible in BP master data so that the collection profile data can be maintained in the BP master data.

Regards,

Sagar

pablo_lozano
Active Participant

Dear Sagar,

This error usually comes when there are inconsistent entries in table UDMBPSEGMENTS. The only way to solve the issue is to manually correct the inconsistencies in the table. Please check how those inconsistent entries could have been created to prevent the error from happening again.

I hope this helps you fix your issue.

Thanks and best regards,

Pablo

sagar_kapadia
Participant
0 Kudos

Thanks for the heads-up. It would be great like what inconsistencies can appear in the table that I need to rectify because looking at the table everything looks to be ok.

Appreciate your help 🙂

pablo_lozano
Active Participant
0 Kudos

Dear Sagar,

The only way to find the inconsistency in this case is to reproduce and debug the issue. Please let me know if I can further help.

Thanks and best regards,

Pablo

sagar_kapadia
Participant
0 Kudos

Hello,

Not sure, why it is looping Insert twice for the same BP? First time it goes successful (SY-SUBRC = 0) and second time it tries to pass the same data again and then gives error (SY-SUBRC = 4)

Function: UDM_BP_COLL_DB_EXECUTE

pablo_lozano
Active Participant
0 Kudos

Hello,

There shouldn't be the same information twice in it_segment_upd. So it should not loop twice for the same BP with the same information. The question now would be, where is it_segment_upd getting the same information twice from. I guess this must be done in method GET_CHANGES of class CL_UDM_BUSINESS_PARTNER. Please check the logic the system is using in your specific scenario to try to figure out why it is failing, and maybe some way to correct it.

I hope this helps.

Thanks and best regards,

Pablo

sagar_kapadia
Participant

Hello,

Thanks for your help!

During debugging, UDMBPROFILE table does not get filled with values for this BP. We have reached out to SAP for this and will update once I hear from them.