cancel
Showing results for 
Search instead for 
Did you mean: 

EDT: java.lang.ArrayIndexOutOfBoundsException: 34

Former Member
0 Kudos

Hi all,

I was working with the RFC to SOAP adapter scenario. I am pushing data from R/3 via a funciton module .The rfc_dest works fine .The program is registered. But the on testing the function module i get a weird error as SYSTEM_FAILURE. No messages posted in SXMB_MONI. The data is not flowing into xi system itself . In RWB i have the erroe as EDT: java.lang.ArrayIndexOutOfBoundsException: 34 . For the sender rfc communication channel. Not too sure what is the problem .

Can any one help me on this??

Thanks

Mithun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

As you are sending the data from R/3 via RFC sender adapter, you are usingthe function module which is regiester in R/3 .

your error is just because of incomptiblity between length and actual data length .

check the data type and theire lengths.

Thanks

sudhir sharma

Former Member
0 Kudos

Hi,

What do u mean by incorrect data lenght? could you please throw some light.

Thanks

Mithun

Former Member
0 Kudos

Hi

As per your ERROR it seems u r putting more data in the Array than that of length of the Array. U may use ArrayList in place of Array if ur not sure of the length