cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of RFQ with reference to PR in mass or automatically

0 Kudos

Hello Experts,

There's a requirement to create RFQs WRT open PR's in the system. Not to manually create in ME41 with reference to PR.

RFQs should be created in mass or batch mode (WRT the chosen open PRs by the department). Is there any function module (BAPI/BADI) which can support this?

Will be helpful if the solution is other than using LSMW or BDC.

Regards

Mahesh

venkateswaran_k
Active Contributor
0 Kudos

Request moderator to change the tag to MM and ABAP

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks for the quick response Venkat...

Will the quotations be directly created , as RFQ's need to be created and sent to vendors...

As the BAPI indicates "**QUOTATION_CREATE**", can you please clarify or elaborate little more if the RFQs can be created WRT open PRs in mass using the suggested BAPI?

Regards

Mahesh

venkateswaran_k
Active Contributor
0 Kudos

Hi Mahesh

You can use the following BAPI.

BS01_MM_QUOTATION_CREATE

Collect the items from the PRs and push it to the item data in table QUOTATION_ITEMS.

Regards,

Venkat

jeffrypurwanto
Explorer
0 Kudos

thats work or not?