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

Open Sales Orders

Former Member
0 Likes
857

I need to create a report to list Open Sales Orders.What is the logic behind determining is a Sales Order is open or not?If a Sales Order has an associated Invoice and its Delivery status is completed it shouldn't be considered under Open orders right?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
816

Hi ,

Check table VBUK and VBUP for delivery status "LFSTK" and billing status "FKSTK".

Lanka

Message was edited by: Lanka Murthy

I need to create a report to list Open Sales Orders.What is the logic behind determining is a Sales Order is open or not?If a Sales Order has an associated Invoice and its Delivery status is completed it shouldn't be considered under Open orders right?

5 REPLIES 5
Read only

Former Member
0 Likes
817

Hi ,

Check table VBUK and VBUP for delivery status "LFSTK" and billing status "FKSTK".

Lanka

Message was edited by: Lanka Murthy

Read only

Former Member
0 Likes
816

Hi,

You can get the logic from VA05 Transaction.

check the check box and run the trxn.

regards

vijay

Read only

Former Member
0 Likes
816

Hi Akhila,

First check for the field VBAP-KZTLF for Open orders.VBAK-AUTLF for complete delivery.

Read only

0 Likes
816

Hi all,

Thanks a lot for your answers.I will use these options and try to create a report.I think if my report output matches the output of VA05,then I have got it right.

Read only

0 Likes
816

Yes exactly, your report output and VA05 Open order should match.

regards

vijay