cancel
Showing results for 
Search instead for 
Did you mean: 

Open Order quantity in VA05

Former Member
0 Kudos

Hi experts,

i have a issue in VA05 colum "Confirm quantity" and "Order quantity" not matching to VBB-OMENG and VBBE-VMENG.

it should be match?

I required Open quantity against sales order. i delivred it partialy.

thanks/

anurag

Accepted Solutions (0)

Answers (3)

Answers (3)

Shiva_Ram
Active Contributor
0 Kudos

Implement OSS Note 37871 - List display of open sales documents

Regards,

Former Member
0 Kudos

Hi Anurag,

Try function BAPI_SALESORDER_GETSTATUS

You can write simple program with BAPI_SALESORDER_GETSTATUS. In program you must find document number with vbak or vbap. Import ur document number.

Then you can see sales order lines;

Order quantity,

Open quantity,

delivery quantity,

Delivery number,

and more.

regards,

Gorbil.

moazzam_ali
Active Contributor
0 Kudos

If you check in VBBE and VA05 the open quantity will never match due to the different functionality of both. VA05 shows all open orders regardless availability check or not but in VBBE it shows the materials on which availibility check is on and MRP is required.

Former Member
0 Kudos

Thanx sir for givivg me knowledge.

But pl. tell me in which report I can see VBBE-OMANGE and Order quantity fields against sales order.

moazzam_ali
Active Contributor
0 Kudos

I think there is no such report but u can make your own with SQ03,SQ02,SQ01 using table VBAP.

U can get ordered quantity KWMENG - Confirmed quantity KBMENG = Open quantity. I hope you know the use of ABAP Query Reporting