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

kwmeng field in bapi_deliveryprocessing_exec

Former Member
0 Likes
1,168

hai all

i am unable to find exact field for kwmeng in bapi_deliveryprocessing_exex

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
890

In the tables parameter of this BAPI , there is REQUEST structure in that field

QUANTITY_SALES_UOM i.e.

REQUEST-QUANTITY_SALES_UOM

2 REPLIES 2
Read only

Former Member
0 Likes
890

In VBAP

KWMENG Cumulative Order Quantity in Sales Units

In LIPS

LFIMG Actual quantity delivered (in sales units)

In BAPI

Structure BAPIDELICIOUSREQUEST

Field QUANTITY_SALES_UOM

QUANTITY_SALES_UOM: Quantity that is valid for processing. This quantity refers to the alternative unit of measure for the document in question. The quantity may only be specified in either the alternative unit of measure or the base unit of measure.

For sales orders, this is the sales order's sales unit.

For purchase orders, this is the order unit.

For deliveries, this is the delivery unit, which is also called the sales unit in the delivery. A different unit may be used in delivery processing than the one that appears in the preceding document. In this case, a unique reference is only possible if you use the base unit of measure.

Regards,

Bhargava

Read only

Former Member
0 Likes
891

In the tables parameter of this BAPI , there is REQUEST structure in that field

QUANTITY_SALES_UOM i.e.

REQUEST-QUANTITY_SALES_UOM