cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Breakpoint for WF-BATCH

Former Member
0 Kudos

Hi All,

I am working on BBP_DOC_CHANGE_BADI and need to set up a breakpoint in this BADI while Shopping cart gets converted to Purchase order. Previously the break point was working fine and suddenly, i coudlnt stop at this BADI ( while S/C gets to PO ). I checked user setting of WF_BATCH and couldnt find any change. Can anyone tel me how to set break point here and

what is the issue in WF-BATCH ?

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

Yes.

Ask your developers to put an infinite loop int he BADI implementation and debug it from SM50 transaction.

SG advice.

It works for me/

abaper temporarily write a piece of code inside the BADI and stop the execution to help debug.

Muthu

laurent_burtaire
Active Contributor
0 Kudos

Hello Siva,

It is not possible to debug with break-point for WF-BATCH user as WF-BATCH user is not a dialog user: he is a system one.

If previously, you were able to debug with WF-BATCH, this means his type was switched from system to dialog user.

Regards.

Laurent.