cancel
Showing results for 
Search instead for 
Did you mean: 

Interface determination issue.

former_member210677
Participant
0 Kudos

Hi Experts,

We are using Idoc(Matmas) to file scenario wherein we are facing the below issue

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="IF_DETERMINATION">NO_IIF_CASE_ASYNC</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Unable to find an inbound interface</SAP:Stack>

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

</SAP:Error>

The condition used in Interface determination is /Zmatmas05/idoc/e1maram/mstae=mw

Please let me know how to rectify this issue.

Thanks & Regards,

Ranganath.

Accepted Solutions (0)

Answers (4)

Answers (4)

naveen_chichili
Active Contributor
0 Kudos

Cross check the condetion wich you have used. The condetion that you have you is triggering this error.

Regards,

Naveen

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Try using double slash in your xPath (for PI7.1) instead of just one, so from

/Zmatmas05/idoc/e1maram/mstae=mw

to

//Zmatmas05/idoc/e1maram/mstae=mw

Hope this helps,

Mark

Former Member
0 Kudos

Hi,

Please check your payload whether condition specified by you " /Zmatmas05/idoc/e1maram/mstae=mw" is coming or not.

Reg,

NJ

former_member210677
Participant
0 Kudos

HI Nishu,

I did check the condition It is not populating in the payload.

Former Member
0 Kudos

Hi,

This is the reason why you are getting the error. You need to modify this condition to get the proper results.

Reg,

NJ

former_member210677
Participant
0 Kudos

HI Nishu,

Thanks for the information.

Former Member
0 Kudos

Go to ID, Tools-->Test Configutation to check the issue.

It seems is an interface determination issue.

Check your RFC Destination and Partner Profile, Port configuration.