Application Development and Automation 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: 
Read only

How to update VBAP-KBMENG using BAPI_QUOTATION_CREATEFROMDATA?

Former Member
0 Likes
1,273

Hello All,

Using BAPI_QUOTATION_CREATEFROMDATA I can easily create quotation with quantity VBAP-KWMENG(Cumulative order quantity).

But how to update VBAP-KBMENG(Cumulative confirmed quantity in sales unit)?

4 REPLIES 4
Read only

Former Member
0 Likes
769

check this Bapi BAPI_CUSTOMERQUOTATION_CHANGE

Read only

0 Likes
769

Our requirement is update VBAP-KBMENG while creation of DED not during change.

Read only

Former Member
0 Likes
769

Dear megha,

Check the BAPIITEMEX-REQ_QTY in ORDER_ITEMS_OUT from BAPI_QUOTATION_CREATEFROMDATA ,directly pass the value to this field.I hope,it will help you.

<=<< Sharing Knowledge is a way to Innovative >=>>

By,

Yoga

Read only

0 Likes
769

I can not use BAPI_QUOTATION_CREATEFROMDATA. Because ore requirement includes update Z fields also and there is no EXTENSION in BAPI_QUOTATION_CREATEFROMDATA.