cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

But I get error when I run simulation to test whether that Groovy script actually works fine. Could you please help to resolve this issue , Thank you!

Error snippetMy ifow snippetI am using the below groovy script to acheive the requirement.

Groovy script code

Thanks

Ramu

0 Likes
View Entire Topic
0 Likes

Hi Ramu,

Please add the below mention import statement:

import com.sap.gateway.ip.core.customdev.util.Message;

I have tested the code its working fine.