Skip to Content
0
Former Member
Jul 14, 2008 at 06:56 PM

Why BBP_DOC_CHANGE_BADI run 3 times?

37 Views

Hi Experts.

Anybody know why when I use the BBP_DOC_CHANGE_BADI it run 3 times after I click the buttom "Check" or "Publish" in a Bid Invitation.

Im trying to change the structure ET_LONGTEXT. In the first time it run correctly but in the others it doesn't.

Im filtering by FLT_VAL and SY-UCOMM:

IF flt_val = 'BUS2200'.

IF sy-ucomm EQ 'PARK' OR

sy-ucomm EQ 'PUBL'.

Could anybody help me, please?

Victor