cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDM-XI-R/3 Scenario

Former Member
0 Kudos

Hi,

I'm working on MDM-XI-R/3 integration. The integration between R/3 and MDM has been done.

First XI posts Idoc ADRMAS and then posts Idoc DEBMAS.

We tried sending the data thrice. the first two times ADRMAS was getting posted to the application successfully and DEBMAS was under status 30. It still is under processing.

The third time when i sent it, ADRMAS gave me an error status 51 saying the function module(not sure of the name) is not allowed. the status of the DEBMAS is the same.

Any ideas what is the problem?

It will be highly appreciated if anyone of you come up with solutions.

Points will be rewarded surely.

Accepted Solutions (0)

Answers (1)

Answers (1)

mandar_shete
Active Participant
0 Kudos

Hi,

I guess the Inbound process code must be having different function module.

The combinations are as follows.

DEB2 for DEBMAS (module IDOC_INPUT_DEBITOR_MDM)

CRE2 for CREMAS (module IDOC_INPUT_CREDITOR_MDM)

BAPI_MDM for ADRMAS, ADR2MAS and ADR3MAS (module BAPI_IDOC_INPUT_MDM)

MAT2 for MATMAS (module IDOC_INPUT_MATMAS_MDM)

So check in your case is the process code is BAPI_MDM and function module is BAPI_IDOC_INPUT_MDM. You can also see the attached FM for a process code in tcode WE42.

Regards,

Mandar