cancel
Showing results for 
Search instead for 
Did you mean: 

RFC-JDBC error

0 Kudos

Hi,

I am doing an RFC-JDBC scenario.

My input file is being generated in the following format:

- <T_SOMASTER>

- <item>

<CUSTOMERID>0000001033</CUSTOMERID>

<ORDERDATE>0000-11-82</ORDERDATE>

<PARTIALSHIP />

<SALESORDERID />

<SYNCIND />

</item>

</T_SOMASTER>

It should have been

- <T_SOMASTER>

- <item>

<CUSTOMERID>0000001033</CUSTOMERID>

<ORDERDATE>2007-12-17</ORDERDATE>

<PARTIALSHIP>1</PARTIALSHIP>

<SALESORDERID>0000018818</SALESORDERID>

<SYNCIND>Add</SYNCIND>

</item>

</T_SOMASTER>

I get the following error in SXMB_MONI - "java.lang.NullPointerException thrown during

application mapping

com/sap/xi/tf/_MM_SAP2ABPP_SO_CREATE_CHANGE_:"

Can you please help.

Thanks,

Shyam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi shyam,

Generally this error occurs when values given in the payload is more than given limit (length of the value given is more than defined length). So check the values of the paylaod ......So in this case the mapping will not takes place for the resason mentioned above..............

Hope this will solve u r poblem

Reward with points if helpful

Regards

Sai Ganesh

Answers (1)

Answers (1)

0 Kudos

Got the solution.

The reason was, the RFC destination was not unicode enabled. The data started showing in properly once I made the change.