cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate values dynamically for a file generated using Groovy script

08-29-2023 9:28 AM
ramu_g4 Participant
696 views 1 comments Go to solution
0 Likes
SAP Managed Tags
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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (0)