cancel
Showing results for 
Search instead for 
Did you mean: 

Import IDOC MATMAS.MATMAS05 into IR Failed

Former Member
0 Kudos

Hi All,

In the integration Repository, i try to import the idoc MATMAS.MATMAS05 into XI

but it came up with the error:

**Ready for import**

Import started...

MATMAS.MATMAS05: Error

+ Error: IDoc type MATMAS05 contains errors (unable to read segments)

Import failed with 1 error

Please help

thank you very much

Regards

Lawrence

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the IDoc type with the IDoc type editor:

Call transaction WE30, enter the used IDoc type or Cim type and start the check

(Menu "Development object" -> "Check").

There should not be any errors and you can ignore warning messages.

You can analyze this situation yourself using the following instructions:

1)Log on to the remote system using a dialog user.

2) Call Function Builder (transaction "SE37") and enter "IDOCTYPE_READ_COMPLETE" as the function module.

Start the test environment

Menu "Function Module" -> "Test" -> "Single Test".

In the import parameter "PI_IDOCTYP", enter <IDoc type> and

in the import parameter "PI_CIMTYP", enter <CIMTYP>.

Start the single test.

3) Choose "Function Module" in the menu and execute.

Analyze the result. If an error has occurred, the error code and the <segment name> of the segment in which the error has occurred are specified after the text "RFC target system:".

regards

Ganga

Former Member
0 Kudos

wow it works

2) Call Function Builder (transaction "SE37") and enter "IDOCTYPE_READ_COMPLETE" as the function module.

and use su53 to check the authorization

thanks gangaprasad chintala

Thank you all

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Lawrence,

It may be due to the RFC user Authorization.Check whether the User ID mentioned in RFC Destination

( SM59) has proper authorization for sending/Importing the IDOCs. Your basis team will be able to help you for assigning the correct role ( SAP_ALL) .

Regards

B.Dheepa

Former Member
0 Kudos

Hi,

Just do error check for all the segments (WE31) and IDOC (WE30) by pressing F9 and also check whether all segments are released...

Also, I assume that you already configured the XI part for IDOCs using trx IDX01/IDX02. If that's not the case then please have a look of the following thread:

Also if possible try to delete the meta data from IDX2 and try to re-import it.

Thanks

Swarup

prateek
Active Contributor
0 Kudos

Make sure you have the authorization role SAP_XI_CONFIGURATOR to import.

Regards,

Prateek

Former Member
0 Kudos

Hello,

Test you destination from XI to backend SAP system and customizing in transaction IDX1 & IDX2 on XI side.