cancel
Showing results for 
Search instead for 
Did you mean: 

Error in IDOC: XML IDoc conversion: No known segments identified

Former Member
0 Kudos

Hi Team

i am facing error in my scenario. When we are testing my interface, another Interface is picking up the Messages and resulting into an error.

There is no mapping involved in my scenario.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code>

<SAP:P1>XML IDoc conversion: No known segments identified</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error: XML IDoc conversion: No known segments identified</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

please help me out

thanx in advance

Accepted Solutions (1)

Accepted Solutions (1)

jose_augastine3
Active Participant
0 Kudos

Hi,

Go to SXMB_MONI and find out the wrong interface which is picking your message and deactivate it and test.

Regards,

J Augastine

Former Member
0 Kudos

Hi

Shall i stop the CC??

Deactivate, i couldnt understand could you please help

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi,

Do The following:

1) Delete the IDX2 entry and try to reimport once again....and in the IR also do the same.

2) Have a look into this SAP Note- 742093

3) Check the IDX1 entry , RFC destination entry... may be not pointing correctly.

4) If any field which is mandatory in the idoc must not be disabled...take care about it.

Hope this will help you...

Regds,

Pinangshuk.

former_member208856
Active Contributor
0 Kudos

check your RFC Destinations between ECC & PI System for ABAP Type, working or not.

Former Member
0 Kudos

Hi Sandeep

how can we check/test whether the RFC Destinations are working or not??

plz tell me

former_member208856
Active Contributor
0 Kudos

check in tcode SM59, for ABAP Type RFC Destinations,

In both systems :

In ECC System Connection to PI System

In PI System connection to ECC System

Former Member
0 Kudos

All the connections are working fine.