Hi,
I am modifying the existing SalesInvoice report and for that I have added a new temp table and returning that from SalesInvoiceDP class. I did that because I can't add more fiedls in existing temp table SalesInvoiceTmp due to buffer size issue. The new temp table is populated correctly, but it is not showing any data on the report. Any clue what might be missing here?