Hi,
I am tryiing JDBC TO RFC SCEANRIO.
XI is picking data from MS SEQUEL SERVER but
the same data is not getting mapped into RFC
I am not getting any error as such.
Following are the details.
made a datatype
resultset
row
EmployeeID
LastName
FirstName
message mappping
RFCFORJDBC
resultset outab
row item
EmployeeID----
Empno
FirstName
concatenate--- Empname
Lastname
But for some odd reason
the OUTTAB FOR RFC
is coming like this in message
<?xml version="1.0" encoding="UTF-8" ?>
- <p3:ZZTESTXIJDBC xmlns:p3="urn:sap-com:document:sap:rfc:functions">
<OUTAB />
</p3:ZZTESTXIJDBC>
while payload is getting picked correctly
<?xml version="1.0" encoding="utf-8" ?>
- <resultset>
- <row>
<EmployeeID>9</EmployeeID>
<FirstName>Anne</FirstName>
<LastName>Dodsworth</LastName>
</row>
</resultset>
Kindl help with the same