HI I have two scenarios one with BPM and another without BPM.
Both work fine end to end.
For the non BPM scenario I am able to display the message content>payload on the details page of RWB.
But I am not able to see the payload in any of the steps for BPM in RWB, rather it gives a security warning and asks to save the payload. Saved payload is looks correct.
I am not able to see the payload in the BPM workflow container as well, it says no persistent object could be generated for the payload.
I can see the payload in sxmb_moni. Though there is two payload at every step, one is the actual payload and another is XI_content something like
<?xml version="1.0" encoding="utf-8" ?>
- http://www.sap.com/abapxml" version="1.0">
- <asx:values>
- <CONTEXT>
- <RMS_CONTEXT>
<NAME>ProcessStep</NAME>
<VALUE />
</RMS_CONTEXT>
</CONTEXT>
</asx:values>
</asx:abap>
Is there any configuration required for the payload to be displayed for the BPM scenario or some authorization?
Any pointers would be appreciated.