edi 2 idoc , tpm testing from customiflow, groovy code might be useful. praveen class
edi 2 idoc , scenario, posting edi from custom scenario. ------- /* Refer the link below to learn more about the use cases of script. https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/Cloud/en-US/148851bf8192412cba1f9d2c17f4bd25.html If you want to know more about the SCRIPT APIs, refer the link below https://help.sap.com/doc/a56f52e1a58e4e2bac7f7adbf45b2e26/Cloud/en-US/index.html */ import com.sap.gateway.ip.core.customdev.util.Message import java.util.HashMap // Do not use 'def' for global vars // https://stackoverflow.com/questions/6305910/how-do-i-create-and-access-the-global-variables-in-groovy //ediMessageType = '???' // message type //ediMessage = '???' // message //ediMessageVersion = '???' // message version //regexChars = '.*+^$' // These need to be escaped if used as delims //debug = 'none' def Message processData(Message message) { // Global ...