cancel
Showing results for 
Search instead for 
Did you mean: 

Payload involving BPM does not display in RWB

Former Member
0 Kudos

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" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

- <CONTEXT>

- <RMS_CONTEXT>

<NAMESPACE>http://sap.com/xi/XI/System</NAMESPACE>

<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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The interface (BPM) what ever you are using, that is configured for hide the payload in RWB.

I hope you are using same user id for 2 (BPM and without BPM) interfaces.

We can hide the payload in SXMB_MONI and RWB for interface.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7e4105db-0601-0010-bf87-bd3f714f2...

Regards,

Venkata Ramesh

Former Member
0 Kudos

Yes I am using the same user id to view the both payload.

Is there any setting in the BPE to enalbe the payload display? Any particular authorisation for the BPE?

Former Member
0 Kudos

Hi,

By default there is no hiding option provided, but if the content is confidential then BASIS team doesn't provide the display access.

I hope these roles for monitoring SAP_BC_ABAP_WORKBENCH_DISPLAY, SAP_XI_BPE_MONITOR_ABAP.

Regards,

Venkata Ramesh

Former Member
0 Kudos

I have all the possible roles assigned to me.

Not sure about SAP_BC_ABAP_WORKBENCH_DISPLAY.

Former Member
0 Kudos

Resolved by setting the configuration parameter XML_CONVERSION to 1 for category IDOC in transaction SXMB_ADM.

Thanks for all your help

Answers (0)