cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to send metadata from SAP ECC to SAP PI

Former Member
0 Kudos

Dear SAP Expert!

i am gettting the error while fetching the data through RFI . My scenario is following :

SAP R/3 -<RFC--SAP PI.

But the data can't be send to Pi i have the following error : com.sap.mv .jco.JCO§ConversationException 122 JCO_ERROR_Conversion: Date.

I have check that with transaction sm58 , my programm in SAP R3 din't have error i check all field with date format , i don't how i can solve this problem. the Data still in sap r3 andcan't be send in pi .

Please could somebody me Help me !

I'll appreciate .

Thanks in advance .

Regards.

Dominique.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If you are using DATE data type on ABAP, please ensure to use the type "java.util.Date" on Java mapping, in order to handle the type properly.

Former Member
0 Kudos

Hi,

The issue seems to be with DATE field.

Check the data type of that field is same in RFC & Data type of IR.

-santosh.