Groovy - Get all properties and header in SAP CPI Integration flow Code Example

The code for Get all properties and header in SAP CPI Integration flow

import com.sap.gateway.ip.core.customdev.util.Message;
import java.util.HashMap;
import java.lang.*;

def Message processData(Message message)
{
    map = message.getProperties();
    return message;
}
Code by Reddy MS, on February 7, 2023 13:29

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.