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

VA03 Problem

Former Member
0 Likes
998

Hi,

i have to retrive Overall status(VBSTT- GBSTA_BEZ) of Perticular Order .

it is displaying in VA03 in items in Status Tab.

as my work i checkeked that data is retriving with eithrer of below two FM

those FM's are

1.RV_DOCUMENT_POS_STATUS_TEXTS

2.RV_DOCUMENT_HEAD_STATUS_TEXTS

but if i use this FM i am not getting proper data

so can any one pls tell me how to get that Overall Status.

THX

3 REPLIES 3
Read only

Former Member
0 Likes
801

Hi Friend,

Then go for select query,

select gbsta_bez

from vbstt

into it-gbsta_bez

where vbeln = the req., doc., no and

check for other conditions as well.

Regards,

Lakshmanan

Read only

Former Member
0 Likes
801

over all status available in VBUP table

LFSTA - For delivery related

Read only

Former Member
0 Likes
801

Hello Chaaya,

But using the function module BAPI_SALESORDER_GETSTATUS you can find the status of a sales order.

Here you just need to pass the sales order number. and you will get the status.

Regards

--

Sasidhar Reddy Matli.