cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Against Material

Former Member
0 Kudos

Hi,

Is there any procedure to find out who many sales order are alloted against Particular Material?

Regards

Akash

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Dear Akash

TWO way is as already suggested by others and the other method is go to SE16, input table VBAP and execute.

Other wise you have to club the Table VBAK AND VBAP with help from ABAP. this very usefull for all.

Regards....

Sanjeev

Former Member
0 Kudos

1) VA05 to view the list of sale orders for a material

2) MD04/CO09 to view the reservations for a material

Regards,

GSL.

Lakshmipathi
Active Contributor
0 Kudos

Dear Akash

One way is as already suggested by others and the other method is go to SE16, input table VBAK and execute.

Alternatively, if you just wanted to know how many sale orders were created for a selected period, in SE16 after maintaining VBAK table and executed, on top, you can see a tab "Number of Entries". If you click this tab, it will show how many sale orders were created for the selected period.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi,

T. code: VA05N

Key-in Material and F8.

Best Regards,

Amit

Note: You may use T. Code: VA05 but output i.e. Sales Orders will be restricted based upon Sales organization, whereas, in VA05N...it will list all the Sales Orders, irrespective of Sales Org.

Former Member
0 Kudos

Hi

Use

>Tcode VA05

tHX.