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_member205703
Participant
0 Kudos

Hi ,

I want to get the status of sales order which we can see in transaction VA02 , path

GOTO->HEADER->STATUS , Field Overall Status. From which table i can get this status.

Regards

Amol Deshmukh

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

The status displayed comes from structure VBSTT, this structure is filled from data in VBUK and come from domain values or table TVBST and TVSLT.

For more information take a look at function module RV_DOCUMENT_HEAD_STATUS_TEXTS.

Regards

3 REPLIES 3

former_member188827
Active Contributor
0 Kudos

check faksk field of table vbak..

plz reward points if dis helps

Former Member
0 Kudos

Hi

Check the Table VBUK for HEADER level status of Sales order

and VBUP for Item level statuses

enter VBELN = Sales order and VBTYP = C for sales orders

as VBUK and VBUP stores all Sales documents like deliveries, Invoices, quotations, contracts etc

Thanks,

Reward If Helpful.

raymond_giuseppi
Active Contributor
0 Kudos

The status displayed comes from structure VBSTT, this structure is filled from data in VBUK and come from domain values or table TVBST and TVSLT.

For more information take a look at function module RV_DOCUMENT_HEAD_STATUS_TEXTS.

Regards