cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling in ccBPM

praveen_vanga3
Participant
0 Kudos

Hi ,

I would like to know , How to do error analysis in ccBPM?

any best practices are available step by step. checked in William Li's blog and other blogs in SCN. I need  to know  debug each step in ccBPM( at Integration process )

if I want to check manually each step like Receive, send, Transformation , loop, fork , user decision,wait,undefined,switch,block etc, what is the process to debug in each step?

Thanks

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

vishnu_pallamreddy
Contributor
0 Kudos

Hi Praveen,

SXMB_MONI_BPE is the T code for BPM messages.


former_member186851
Active Contributor
0 Kudos

As Vishnu suggested you can see all steps in SXMB_MONI_BPE.

Additionally refer the below document and see if it helps

https://websmp206.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=011000358700000002...

praveen_vanga3
Participant
0 Kudos

Hi Raghu,

Thank you, I am unable to open the link which you provided.

Looking for debugging each step in Integration process. same like ABAP suppose if i want to debug a file scenario then we can place a break point in the program and start debug the entire program . same way if I want to start debug from receive step then how will debug the entire process ? as you mentioned Tcode there I can see all steps but I want see the how the process carried out while debug the ccBPM.

Please suggest me any action points to do the entire debugging.

Thanks

Praveen

former_member186851
Active Contributor
0 Kudos

Hello Praveen,

I don think you can individually process each steps.

Its give the picture of where the message fails and which step from were u can find the actual issue.