cancel
Showing results for 
Search instead for 
Did you mean: 

Debbuger never stop in BADI 'BBP_WFL_APPROV_BADI' 's Method Implementation

Former Member
0 Kudos

Hi Experts,

We are implementing the PO n-step BADI workflow WS14000145 . I have implemented the method 'GET_REMAING_APPROVERS' of BADI 'BBP_WFL_APPROV_BADI', but when I put a break-point, the debbuger never stop!!!... please help about it!.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Change the user id to WF-BATCH and try.

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Try the following:

- Set a breakpoint at function BBP_PDH_WFL_DB_UPDATE;

- Craete the cart. Breakpoint should stop in FM above;

- Change variable IV_IN_DIALOG to X (it is blank originally);

- Set a breakpoint at BBP_WFL_DIN_APPR_BY_RULE_GET. In here the badi to determine the approvers is called;

- F6 down until the call of this badi, i.e. CALL METHOD lv_wfl_appr_list_exit->get_remaing_approvers.

Regards,

Ricardo