Application Development 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: 

Sales order status

Former Member
0 Kudos

Hi,

I want to display sales order status For the below input:

I/P

Order type

Status

Creation From Date

Creation To date

And also With in this below ip any one will come

Customer Po no

order no

Material

Po type

order ship

Op

order status

Order type

Order Number

Created Date

PO type

Customer Po Number

Please guide me, in which table i have to pass this value to get the o/p values or is ther any standard fuctional module for this.

Edited by: sentchan on Apr 8, 2010 5:37 AM

7 REPLIES 7

GauthamV
Active Contributor
0 Kudos

You can use VBAK,VBAP with VBUK,VBUP tables to get order status according to your requirement.

Former Member
0 Kudos

Use VBAK & VBUK for Header status, VBAP & VBUP for Item Status

Or you can use the function Module "RV_DOCUMENT_STATUS". Pass Order Number, Line Item Number (pass 000000 as line item number for Header status) in the structure

Regards

Vinod

Edited by: Vinod Kumar on Apr 8, 2010 9:52 AM

0 Kudos

Thanks,

But in this table order status value is not there. How to get order status.

0 Kudos

VBUK-GBSTK Stores the overall status of the order. ' ' - Not relevant, 'A' - Not yet processed, 'B' - Partially processed , 'C' - Completely Processed.

If you are looking the status based on Object status, then use the function module "STATUS_SHOW_CHANGE_DOCUMENTS"

Regards

Vinod

Edited by: Vinod Kumar on Apr 8, 2010 1:47 PM

0 Kudos

Many thanks,

In which table drop ship details will store, How to get that value based on vbeln.

0 Kudos

I didn't understand, what is drop ship details ?

Regards

Vinod

0 Kudos

Drop ship means direct shipment and its one of the item catagory.