cancel
Showing results for 
Search instead for 
Did you mean: 

in message mapping testing i'm getting this Error

Former Member
0 Kudos

hi,

in message mapping testing i'm getting this error.. can u plz explain what is this error.. and how can i solve this error..

-


12:27:47 Start of test

Source code has syntax error: D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:72: illegal start of expression </textarea> ^ D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:73: ';' expected } ^ 2 errors Source code has syntax error: D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:72: illegal start of expression </textarea> ^ D:/usr/sap/XID/DVEBMGS10/j2ee/cluster/server0/./temp/classpath_resolver/Mapf3292850763411dcbfab0013726698e1/source/com/sap/xi/tf/_TRNG_TEST_4_IM_RECEIVERS_.java:73: ';' expected } ^ 2 errors

12:27:48 End of test

-


thanks

Babu

Accepted Solutions (1)

Accepted Solutions (1)

former_member335553
Active Contributor
0 Kudos

Hi

Was there an UDF written checck for the sysntax in that code

Answers (3)

Answers (3)

Former Member
0 Kudos

BABU,

In your message mapping correct the UDF code.

There is a problem in your textarea and you have missed to place semi colon ";".

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

In the java code you have missed ( ; ) at the end of line 72. Make necessary corrections to the source code it will work.

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

Hi BABU,

i guess ur UDF is syntatically not correct.Check ur UDF.its have syntex error.

regards

BILL