cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create multiple PO for a Rfx Response document?

Former Member
0 Kudos

We have a requirement where in when we click on Crate PO on the Rfx response document  multiple PO's should be created based on ship to party.  One PO should be created per Ship to party. Is this requirement possible? If possible, Where can we write the code to achieve the same.

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

you can create as many follow-on documents (PO and/or Contract, depending on follow-on document you have authorized at RFx creation) as you want till:

- Quotation is accepted,

- Quotation is not closed.

You can check ABAP logic inside method FOLLOW_ON_PROCESS from /SAPSRM/CL_PDO_DYN_MDA_HD_QTE class.

This method is used as dynamic metadata in IMG for PDO action types CREATE_PO, CREATE_CONTRACT, CREATE_CTR and so on:

SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Extensions and Field Control (Personalization) > Control Actions > Display Standard Metadata Tables for Actions on Header Level

Regards.

Laurent.