cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of custom field on BId screen And send this data to backend in PO

Former Member
0 Kudos

HI Expert,

I have to add custom field on bid item data. I have did this and able to see this field on bids screen.

the scenario is like once bid is accepted it will create PO in backend.

now i need to carry the data from this custom field to backend PO.

please give me the solution if it possible. we are using classic scenario.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can implement BADI BBP_CREATE_BE_PO_NEW. In that Call FM BBP_PD_BID_ITEM_GETDETAIL/BBP_PD_BID_GETDETAIL to retrieve the Bid Data and map that field to any field on PO.

Former Member
0 Kudos

thanks for reply

I have did same thing but in input parameter of bado i am getting the shoping cart GUID . form which how i can get the Bid detail.

and other part is I need to send data by extension this this how we can do ?

do we need to write code in backend also and need to create custom field in backend PO table.

Thaks for reply

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.