cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Channel Error!

Former Member
0 Kudos

Hello

I am using PI 7.1.1 and doing an rfc lookup.

The lookup i do is EchBarcodeID

SalesLine 0.unbounded

     EchBarCodeId  0.1

The RFC structure I have created in abap looks like this

TABLES

eancodes     like zeancode

resultlist      like zeancode

Since i pass multiple ean values, i have declared both the request and response in tables field.

Let me know what went wrong.

When i executed the test tab , the rfc channel gave me the following error

Error in processing caused by: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: could not convert request from XML to RFC:com.sap.mw.jco.JCO$Exception: (130) JCO_ERROR_XML_PARSER: Expecting a tag to begin with '<' instead of 'B', in "BarCodeId>B505197595"

Regards

Anandh.B

Accepted Solutions (0)

Answers (3)

Answers (3)

bekirakturk
Explorer
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Anandha,

the error is quite descriptive. Seems like it's not generating the xml payload well, the tag <BarCodeId> is missing the first '<'

cheers,

Edu

gagandeep_batra
Active Contributor
0 Kudos

Hi Anadha,

can you check with your input payload.

Regards

Gagan