‎2008 Feb 20 6:00 AM
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
‎2008 Feb 20 6:06 AM
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
‎2008 Feb 20 6:11 AM
over all status available in VBUP table
LFSTA - For delivery related
‎2008 Feb 20 6:12 AM
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.