cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug a reservation creation from EBP?

Former Member
0 Kudos

Hello people,

We use EBP to add component to a PM Order.

When we "save components", I believe a reservation is created. How can I debug it?

When the user presses "save components", I can enter in debug and stop in BBP_PM_COMP_CHK BADI. But in which function I have to break to see the reservation being created? This reservation in R/3 is created immediately so that I can debug in this moment?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

<u>See these pointers below -></u>

Note 915065 - Shopping cart:Reservation in back end not in stock list MD04

Use FM BBP_REQREQ_TRANSFER to transfer held carts and try to set a breakpoint in FM META_RESERVATION_CREATE. Place a breakpoint in the method CREATE_DOCUMENT() of class CL_BBP_BS_ADAPTER_RQ_CRT_470 while executing the function module

BBP_PD_SC_TRANSFER and you should be able to find the need ful.

You can use BBP_CREATE_RES_BACK Badi too.

This BADI You can find in SPRO -> Supplier Rel. Mngmt. -> SRM Server -> Business Add-Ins -> Follow-on document generation -> Reservation in Backend System

<b>Please reward suitable points for helpful answers</b>

Regards

- Atul