cancel
Showing results for 
Search instead for 
Did you mean: 

Quotation number in DOC CHANGE

Former Member
0 Kudos

I have impolemented DOC CHANGE BADI to default the attributes maintained for the selected vendor. (BBP_QUOT_BOB)

i have put the code in method BBP_QUOT_CHANGE.

I used FM BBP_PD_QUOT_GETDETAIL to get the partner number , by passing the guid of the header level .

Instead to giving the relevant bidder, it fetches all the bidders who placed the bid. ..

I think it is bid guid instead of quotation guid?

I need to single out the selected vendor , from export internal table for the partner..

Any inputs on this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Function module BBP_PD_QUOT_GETDETAIL gets only one quotation with only one partner.

In table E_PARTNER you have Bidder with all corresponding Contact Persons.

Basing on field PARTNER_FCT you can read Bidder or CP.

value 00000018 for PARTNER_FCT corresponds to Bidder

value 00000017 for PARTNER_FCT corresponds to Contact Person

Regards,

Marcin