cancel
Showing results for 
Search instead for 
Did you mean: 

Generate PO from Bid Invitation

Former Member
0 Kudos

Hi Team,

After receiving and Accepting Bid, I click on Generate PO. This will automatically generates the PO and a PO output will be created.

Here is the question: I do not want the PO to be automatically generated. After the Generate PO button is clicked, I want the PO to be in a Hold state in either BI or in Process PO.

How to accomplish this?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

ashwin_mundkur
Advisor
Advisor
0 Kudos

Hi Anita,

This might be possible only for local PO via BADI. When a PO is created from a quote, it calls the same flow(Similar kind of classes which gets called from BBP_REQREQ_TRANSFER) as we create from SC.

CL_BBP_SC_TRANSFER has the subclass related to sourcing which gets called. It calls create_local_po method. You can check the badis available(should be BBP_DOC_CHANGE_BADI~BBP_PO_CHANGE) deep inside which gets called in this flow.

Ideally, in SRM POs are created in held status if one of the mandatory criteria like vendor etc is missing. May be you manipulate the same in the BBP_PO_CHANGE method of BBP_DOC_CHANGE badi.

thanks,

Ashwin

Do reward points for useful suggestions