cancel
Showing results for 
Search instead for 
Did you mean: 

Default dynamic attributes and weightings on BID invitation

Former Member
0 Kudos

Based on certain business logic i need to default dynamic attributes and weightings on bid invitation transaction BBP_BID_INV,

I tried to do some code in method BBP_QUOT_CHANGE of BADI

BBP_DOC_CHANGE. The execution doesn't stop at that method as i put a breakpoint there.

However it does stop at BBP_BID_CHANGE method, i could not use this method because et_weight internal table is not available there ( i need to populate something in weightings) although ET_DYN_ATTR is available.

Question is , for what purpose BBP_QUOT_CHANGE is used ?

Let me know if you have any inputs ..

-With Thanks

Alok Pathak

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

BBP_QUOT_CHANGE method is used for QUOTATION.Whenever any change is done in the Quotation then this method is triggered.

BR,

Disha.

Pls reward pointsfor useful answers.