cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi,

I have the following structure for sender JDBC message type

Inbound_MT Element 1.unbounded

row Element 0.1

name Element 0.1

addres Element 0.1

....

....

and the outbound BAPI message type is as follows

ZJISHI Element 1.1

IT_POTOSAL Element 1.1

Item ZSTRUCT 0.Unbounded

Name Element 0.1

addressElement 0.1

.....

.....

Here it_potosal is a internal table which i have mentioned in the tables of the RFC function module

Please canu say how to map these fields.

Thanks and Regards

Jishi

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Jishi,

drag

row 2 item,

name 2 Name,

addres 2 address

(if u r using a Message Mapping)

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

I did just as you said bur i get an error in the RWB

2005-09-27 02:32:15 Error Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.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 'H', in "<

2005-09-27 02:32:15 Error Delivery of the message to the application using connection AFW failed, due to: error while processing message to remote system:com.sap.aii.af.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 'H', in "<.

udo_martens
Active Contributor
0 Kudos

Hi Jishi,

Where did i read this error message today?

Please post ur mapped message (monitoring/request message mapping/payloads/maindocument).

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

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

- <ns0:ZJISHI xmlns:ns0="urn:sap-com:document:sap:rfc:functions">

- <IT_POTOSAL>

- <item>

<ZBUSUNIT>HEMA</ZBUSUNIT>

<ZPURCATCODE>KADW</ZPURCATCODE>

<ZCUSREFCODE>DAS107</ZCUSREFCODE>

<ZPONO>79</ZPONO>

<ZPOLINENO>13</ZPOLINENO>

<ZORDERDATE>2005-09-23 00:00:00.0</ZORDERDATE>

<ZPRODUCTCODE>XDX005</ZPRODUCTCODE>

<ZORDQTY>960.0000</ZORDQTY>

</item>

</IT_POTOSAL>

<IT_RETURN />

</ns0:ZJISHI>

Regards,

Jishi

Answers (0)