cancel
Showing results for 
Search instead for 
Did you mean: 

Help Debugging a CRM BSP...

Former Member
0 Kudos

I need to be pointed in a direction on how to best troubleshoot a CRM BSP application. The application is a Portal Iview that call the CRM Application called CRMD_WF (Workflow).

I understand BSPs and ABAP and web programming, just looking for some good tips, transactions in CRM to review this.

Regards,

Tom

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Debugging is a tricky one and throwing the portal in the mix could be tricker but take a look at this weblog to get you started and maybe someone will post a bit more to help out soon.

<a href="/people/brian.mckellar/blog/2004/06/11/bsp-trouble-shooting-getting-help">BSP Trouble Shooting: Getting Help</a>

athavanraja
Active Contributor
0 Kudos

just place a HTTP break point in your BSP application, when the same is called from portal a new GUI debugger session will open up when the process reaches the break point.

Aother options would be to set the trace for your BSP application and from SICF.

Regards

Raja

former_member181879
Active Contributor
0 Kudos

There is one thing to be careful of. Make sure that you set the breakpoints with exactly the userID that will be used from the portal to start BSP application.

Answers (0)