cancel
Showing results for 
Search instead for 
Did you mean: 

SRM - Shopping Cart - how to debug BADI BBP_CREATE_BE_RS_NEW in ECC system

raymund_gumba3
Explorer
0 Kudos

Hi,

We are using BADI BBP_CREATE_BE_RS_NEW (ECC system).

We put external breakpoint on this BADI. Made sure also that the BADI is activated.

Our problem is it didnu2019t stop on our breakpoint. Authorizations to debug/etc are there.

When it was not possible to debug when shopping cart is created in internet link (SRM), we used tcode BBPSC01 (ECC system) to see if we can go to the BADI and debug it. However still the program did not stop at break point at the ECC side.

(SRM Module shopping cart)

How do we debug this BADI in ECC? Anything to set up or ?????

SRM_SERVER 550 0013 SAPKIBKT13 SRM_SERVER 550: Add-on installation

SRM add on to ECC 6.0

Looking forward to hearing from you as soon as possible.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Put a breakpoint in this badi.

Create a shopping cart in held status.

Execute FM BBP_PD_SC_TRANSFER, providing the cart header GUID.

Breakpoint will stop and you can debug your badi.

Cart needs to be in held status, if it has status I1111, I1112 or I1113, items will be filtered from the transfer.

Regards,

Ricardo

laurent_burtaire
Active Contributor
0 Kudos

Hello,

User calling BAdI in ECC must be a dialog one in order to be able to debug with.

Check whom user is called in R/3 by having a look at RFC transactional assigned to your R/3 backend in SRM SM59 transaction.

Then, in R/3, modify this user as a dialog one (type 'B') then put an external break-point for this user.

Regards.

Laurent