Hi All
I need to create an open item list for a customer that includes all open AP Invoices of all vendors including fixed asset acquisitions. Something like SELECT 'Purchase Invoices', T0.DocNum, T0.DocDate FROM OPCH T0 WHERE T0.DocStatus = 'o' but also for the fixed asset acquisitions. Does anybody have an idea?
Kind Regards
Reinhard