cancel
Showing results for 
Search instead for 
Did you mean: 

To debug the implemented BADI " BBP_CATALOG_TRANSFER"

Former Member
0 Kudos

Hi All,

We are creating shopping cart with items in MDM catalog through a portal.

I have implemented BADI called "BBP_CATALOG_TRANSFER" to check the item status.

If I put the debugger in this BADI and process the shopping cart, control is not getting transferred to BADI.

Can you please suggest how can I debug my BADI.

Thanks & Rgds,

Sanjeet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check your users and IP matching in dubugging settings.

Goto Utilities - settings - ABAP Editor - Debugging.

Regards

Rajkumar.K

Former Member
0 Kudos

Hi Raj,

Thanks.

I clicked the checkbox for IP matching for the user.

But it is not going to the debugging yet.

Any idea?

Rgds,

Sanjeet

martin_nooteboom
Active Contributor
0 Kudos

A normal break-point doesn't work. You need to create an endless loop and then you can debug the process from SM50. Select the process then in the menu select Program/Modus -> Program -> Debugging.

Regards,

Martin

Answers (2)

Answers (2)

anil_w
Explorer
0 Kudos

Use SRM bbpstart service to start the application. Portal might not be in position to transfer the control. Using SRM standard login, it will get into debugging for sure..

Former Member
0 Kudos

Put an external breakpoint in the BADI for the user you are creating shopping carts with (external breakpoints are the button next to the normal ones). Grant that user enough rights so you can debug with it. (This works for SRM 5.0)

No need to create an endless loop :).

Do not check IP matching.

Robin

martin_nooteboom
Active Contributor
0 Kudos

Thanks Robin,

Good to see I can still learn something from you on the technical side ;-).

Regards,

Martin