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

SD order confirmation customization

Former Member
0 Likes
458

Hi,

Im new to ABAP and SAPScript. Right now I'm customizing the standard form order confirmation for SD. The requirement is to get/display the total ordered/confirmed qty for regular items and free/promotional items in the customized form. How could I get the total quantities? I've checked the structure KOMK wherein the Final Amount (KOMK-FKWRT) came from but I haven't found any column for total ordered quantity.

Your help is greatly appreciated.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
415

HI Fidel

Please check table <b>VBEP</b> - Shcedule Lines. Field <b>WMENG</b> is the Ordered Quantity and <b>BMENG</b> is Confirmed Quantity.

Kidn Regards

Eswar

Read only

0 Likes
415

Hi Eswar,

Thanks for the reply. What I mean is the total ordered quantity (sum of all ordered quantity) for a particular sales order not the ordered/confirmed quantity per item. And I'm making a customization for the standard form RVORDER01 which called by the SAP standard report program RVADOR01. Where can I get the column?

Thanks again...

Read only

0 Likes
415

HI Fidel

As far as i know, quantities can be produced at item level.

To suit your requirement, i guess you have to handle by changing the code.

Maybe adding up all values of KWMENG and KBMENG for each sales order.

A small doubt has raised, how do u handle for the cases of BOM's???

Do you count quanitities of Parent and Components as well to sum and display???

Kind Regards

Eswar