cancel
Showing results for 
Search instead for 
Did you mean: 

BADI for closing Bid Invitations

Former Member
0 Kudos

Hello everyone!

Do you know if there is any BADI that is called when a bid invitation document is being closed?

Thanks in advance,

Henrique Hermont

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the BADI "BBP_DOC_CHANGE_BADI".Check on the value of SY-UCOMM for the CLOSE button.i.e. IF SY-UCOMM = 'CLSB'.......ENDIF.

BR,

Disha.

Do reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

I set a breakpoint in the beggining of method BBP_BID_CHANGE of badi BBP_DOC_CHANGE (IF_EX_BBP_DOC_CHANGE_BADI~BBP_BID_CHANGE).

Then I closed a bid invitation (in gui mode). However, the execution was not stopped at the breakpoint.

Are you sure the BADI you mentioned is called when the document is being closed?

Regards,

Henrique

Former Member
0 Kudos

Hello, everyone!

Any suggestions on how to implement a code before closing a bid invitation document?

Regards,

Henrique