cancel
Showing results for 
Search instead for 
Did you mean: 

break-point not stopping in BADI BBP_CREATE_REQ_BACK

Former Member
0 Kudos


Hi All,

I have an issue with BADI BBP_CREATE_REQ_BACK,

I need to Pass the purchasing group values to the backend system(ECC) once shopping cart is created.

when i put a breakpoint and it is not triggering .

Please suggest.

Regards,

Vasanth

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

The best way to test this is creating a shopping cart in saved status.
Then, put a breakpoint at this BAdI and execute function module BBP_PD_SC_TRANSFER, providing the cart header GUID as input parameter.

Breakpoint should stop now.

However, this BAdI will only be called if BBP_CREATE_BE_RQ_NEW is not activated, since this one is a new version of BBP_CREATE_REQ_BACK.

Regards,
Ricardo