#808 DocActionBL.retrieveString method is broken
Testcase to check the status in Doc Outbound Log
Doc Outbound Log
-
Create a new Sales Order for G000X, add product P0001 and complete it
- Open the window for table C_Doc_Outbound_Log and search for your order
- => after a short time, the document is created and has Status set to completed (just like your order’s status)
-
Go to shipment schedule of your order and create a new inout, complete it
- Open the window for table C_Doc_Outbound_Log and search for your inout
- => after a short time, the document is created and has Status set to completed (just like your inout’s status)
-
Go to invoice candidates of your order and create a new invoice
- Open the window for table C_Doc_Outbound_Log and search for your invoice
- => after a short time, the document is created and has Status set to completed (just like your invoice’s status)
- Repeat the same steps (1-6) for purchase side, using receipt pos to create the inout
- => works the same: C_Doc_Outbound_Log has status completed
- revert the invoices
- => new C_Doc_Outbound_Log are created, for each invoice, with status reverted
- => old C_Doc_Outbound_Log remain the same
- revert the inouts
- => new C_Doc_Outbound_Log are created, for each invoice, with status reverted
- => old C_Doc_Outbound_Log remain the same
View source file on GitHub.com