Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Required BAPI for ME41 (RFQ) transaction in MM module

Former Member
0 Kudos

Hi,

My requirement is I need a BAPI for creating Request for quotation (RFQ) for transaction ME41 in MM module.

As user exit for PO & RFQ are sameMM06E005: Customer fields in purchasing document .

So I tried BAPI_PO_CREATE1 for  creating RFQ by giving all mandatory fields of RFQ only the EKKO-BSTYP  was set to 'A' which stands for request for quotation (as it was suggested to me exits,tables are same so BAPI may also same). On committing the BAPI it gives error E TD 600 Text * ID * language * not found .

Kindly suggest any BAPI for creating RFQ (transaction ME41,in MM module).


2 REPLIES 2

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Please read carefully the following KBA:

2115337

BAPI or MASS transaction for RFQ

BR
Caetano

Former Member
0 Kudos

Hello,

I check out the given information. But it didn't serve my purpose .

What I want to do is I will have a Z-Screen at front end (module pool) on whose save button trigger RFQ (ME41) should  created . For this  purpose I'm searching BAPI or elese BDC would be the last option..?

Thank you for your time and consideration.