2006 Jul 27 4:44 PM
Hi,
I need to get the active status of a sales document. Normally it is availabe in RV45A-ASTTX, but when a document is created through BDOCS, this structure RV45A is not populated, and hence i am unable to get the document status.
Is there a method by which the document status can be read from some other table?
Thanks!
2006 Jul 27 4:52 PM
sales document status values are in tables VBUK (header) and VBUP (line items).
I there there is a function module for this as well.
Go to txn SE37 and look at RV_DOCUMENT_STATUS. There are several; some have text and some are just values.
Like...
RV_DOCUMENT_STATUS
2006 Jul 27 7:54 PM
Hi,
Check this BAPI...
<b>BAPI_SALESORDER_GETSTATUS</b>
Regards,
Vara