Hi, we are using the Bapi "bs01_mm_quotation_create" to create RFQ. After verification through the ME42 transaction, we revealed that the bapi created the rfq with the material items we passed in the bapi but the items quantity and items deadline fields are empty.
Obviously, we correctly passed values to target quantity field or quantity field of the bapi but the bapi doesn't take into account of these fields values. We looked into the bapi source code and it seems that the bapi process some fields of ekpo table but not all of them. It doesn't take the field target_qty we passed in the quotation_items parameter (of the bapi) and so we receive a new rfq created with items list where each quantity item field and deadline item field are empty.
In addition, in ME42 transaction , under technical information, the RFQ quantity field ( that is empty) is the field ANMNG from the RM06E table. Why, this field is not appeared to be from EKPO table like others item fields ? Because, when we insert manually ( throw the ME42) value to the rfq quantity field, we saw that in the database the field EKPO-KTMNG received the value. So RM06E-ANMNG field and EKPO-KTMNG seem to be connected.
Perhaps, it can help us , but in the bapi source code neither ekpo-KTMNG nor RM06E-ANMNG were mentioned... After researches on the web, we have seen that others guys had this problem to use this bapi. Let see : https://archive.sap.com/discussions/thread/1758753
We tested with others Bapi found on the net, but it doesn't meet our need.
We need Bapi that do exactly like ME41 transaction.
Is there a solution ? Thank you in advance. Gilad.