cancel
Showing results for 
Search instead for 
Did you mean: 

access to message payload at UDF

Former Member
0 Kudos

Hi,

I need to get the message payload at a User Defined Function. I found http://help.sap.com/javadocs/pi/pi711sp03/index.html which have many API class like http://help.sap.com/javadocs/pi/pi711sp03/com/sap/engine/interfaces/messaging/api/Message.html and http://help.sap.com/javadocs/pi/pi711sp03/com/sap/engine/interfaces/messaging/api/Payload.html . But i dont know how to get the message object from container. I checked the PI mapping blogs but couldnt find any clue about that. Any help would be appreciated.

Kind regards,

Altuğ Bayram

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor

When you want to work with the whole payload, why don't you use a Java mapping?

The graphical mapping is made just to avoid that you have to deal with the XML structure.

Answers (0)