cancel
Showing results for 
Search instead for 
Did you mean: 

BPE_ADAPTER

Former Member
0 Kudos

hi all,

i am working on synchronous BPM scenario and i am getting the following error

FILE->RFC(synch)-->file

*<?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="1">

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

<SAP:Code area="BPE_ADAPTER">SYNCHONOUS_MESSAGE</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages Exception CX_WAPI_DEF_PROPERTY_NOT_FOUND occurred (program: SAPMHTTP, include: , line: 0).</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>*

-


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

- <!--

Inbound Message

-->

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

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

<SAP:Code area="PERSIST">MESSAGE_NOT_FOUND</SAP:Code>

<SAP:P1>(loc: WM9 ; TC: SXMSPERROR ; SM: 0 ; RR: 0 )</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>XML message not found</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

*

any help me to solve this problem

Regards,

Madhav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

>The process does not support the given synchronous interface or does not support synchronous messages Exception

Do review you BPM and assigned abstract interfaces in it.

Thanks

Farooq

Former Member
0 Kudos

hi madhav,

In your scenario i think you have maintianed multiline variable with synchronous in type and have assigned an interface to it...we can only maintain asynchronous multiline variables

so check it in while maintaining container variables

regards

kummari