cancel
Showing results for 
Search instead for 
Did you mean: 

FM or Bapi for RFQ

Former Member
0 Kudos

hi Guys,

Is there any FM or Bapi to create, Modify, or extract details for RFQ.

Regards,

Tarun Bahal

Accepted Solutions (0)

Answers (5)

Answers (5)

simon_farrell3
Explorer
0 Kudos

Hi There,

Use  Function Module ME_UPDATE_DOCUMENT

If you turn on system debugging and put a breakpoint on Function Module

ME_UPDATE_DOCUMENT you will see how ME47 saves.

You can then add code to populate the before and after tables.  You will also need to set the update field on each table 'KZ'.

Take care this is post validation and you will have to add your own locking & change documents.

Rgds

raymond_giuseppi
Active Contributor
0 Kudos

Never call or suggest calling an update function module (check attributes)

Those FM are executed by SAP transaction at the end of the transaction in update task, and update the database.

- No check are executed

- The others FM required to update other tables (like change document or statistics) are not called

-> Using those FM is not better than a direct open-sql statement (most only do that, some update/delete/insert records from the internal tables provided)

Regards,

Raymond

Former Member
0 Kudos

Hi ,

other than BDC  can we use the standard BAPI "  BS01_MM_QUOTATION_CREATE" for RFQ creation in MM. Have any one tried that BAPI..please suggest.

Thanks. 

raymond_giuseppi
Active Contributor
0 Kudos

Not yet tryed this FM, is the Business Function Set DIMP is activated in your system ?

(1666702  - Syntax Error occurs when using BS01_MM_QUOTATION_CREATE)

Regards,

Raymond

Former Member
0 Kudos

Hi,

For RFQ creation or modifying there is no standard function module. But for displaying RFQ we can use the function modules BAPI_PO_GETDETAIL.

Former Member
0 Kudos

thanx guys..........

but the issue has been long resolved.......

there is no standard Fm or Bapi for RFQ though.

Regards,

Tarun Bahal

Former Member
0 Kudos

Hi guys,,,

    I am having the same requirement for RFQ creation in MM ..can you please provide the code or BAPI for creating RFQ.

thanks.

former_member230486
Contributor
0 Kudos

Hi Vamsi,

There is no BAPI for maintain quotation in ME47,better to use BDC to maintain quotation.

Former Member
0 Kudos

Hi,

I have researched for a long time and didn't find any FM or BAPI to store RFQ (MM). So I did it with BDC. It seems the only way, so far.

Hope it helps,

Chang

Former Member
0 Kudos

Hi,

You managed to do it with BDC?

I tried, but no luck with that either - then I read that the Enjoy transactions are almost impossible to manage with BDC, and the ME57 in the version ECC6.0 seems to be this kind..

Could you please share how you did it? What was the version of the system and the transaction?

Thanks for your earlier reply!

Regards,

SD.

Former Member
0 Kudos

well....... its a sin but we had no option but to use SQL and modify data at table level and it worked.

Regards,

Tarun Bahal

Former Member
0 Kudos

Hi,

BAPI_REQUISITION_CREATE for creation.

for others:

2031 Business Object Quotation

BAPI_CUSTOMERQUOTATION_CHANGE Change Customer Quotation

BAPI_QUOTATION_CREATEFROMDATA Customer quotation: Create customer quotation

BAPI_QUOTATION_CREATEFROMDATA2 Customer Quotation: Create Customer Quotation

ACC4 FI/CO: BAPIs for UPDATE

BAPI_ACC_SALES_QUOTA_CHECK Accounting: Check Customer Quotation

BAPI_ACC_SALES_QUOTA_POST Accounting: Post Customer Quotation

HRTIM00ABSATTEXT External interface for 2001/2002

BAPI_PTMGREXTATTABS_CHECKQUOTA Simulates Quota Deduction

MCPD DRP interface

BAPI_QUOTA_ARRANGEMENT_GETLIST Get quota arrangement list

TIQU Time quota

BAPI_TIMEQUOTA_GETDETAILEDLIST BAPI: Determines Quota Data for a Personnel Number

Regards,

Kumar(Reward if helpful).

Former Member
0 Kudos

thanx Kumar,

But none of these are related to RFQ request for quotation.

Regards,

Tarun Bahal

Former Member
0 Kudos

Hello there,

Any luck with this BAPI? I'm searching for quite a while for it.. but no results yet (apart from the BAPI's mentioned here, which aren't really useful)

Is there any hope?

Regards,

SD.

I forgot to mention.. there is an FM for mass change of RFQs, called MASS_CHANGE_RFQ.

Edited by: Srdjan Danicic on May 19, 2008 2:03 PM

Former Member
0 Kudos

Hi,

Check this function modules,

BAPI_QUOTATION_CREATEFROMDATA

BAPI_CUSTOMERQUOTATION_CHANGE

Regards,

Former Member
0 Kudos

thanks,

but i ned a BAPI for5 MM RFQ not SD Objects.

Regards,

Tarun Bahal