cancel
Showing results for 
Search instead for 
Did you mean: 

How to check data after mapping for BPM if the mapping done outside BPM ?

Former Member
0 Kudos

Hi.

I have simple scenario BPM. Proxy -


> JDBC. I have 1 message mapping in between PROXY and JDBC.

and i have put the mapping outside the BPM (i didn' use transformation step). In case error happen. how i can see the data after the mapping ? i am always got difficulty to check the data if i have mapping outside bpm.

Thank you

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

samiullah_qureshi
Active Contributor
0 Kudos

Hi

In case error happen. how i can see the data after the mapping ?

You have used mapping in interface determination of corresponding receiver determination. In transaction SXMB_MONI, open message corresponding to that receiver determination. There in left hand side you will see IS pipeline steps. There if you want to see message payload that is input to Mapping than see payload of any pipeline step before Request Message Mapping and test it in Design. If mapping fails you can see trace of the same step.

Request Message Mapping ---> SOAP Header ---> Trace

There you can see where your mapping failed.

And as rohit replied you can also get message from RWB.

For further clarification revert back to us.

Regards

Sami

Reward points if helpful.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In RWB--> Message monitoring u can see all messages u required.

Regards,

Rohit

Reward points if helpful