Identifying a duplicate print

Does have anyone have any good ideas on how to indicate on a BAQ report that it has been printed before. The data is stored in a UD table. Thought it was worth a mention as I am sure this is something people require from time to time.

My thought was using a checkbox field in the table and setting it after the first time it was printed, but how to set it? Method Directive?, Data Directive. Customization in the report parameters form perhaps?

We do this for a few things and use two methods: a data directive in SysRptLst is simplest, but a couple of things have a Service Connect routine because the records are still locked when a data directive is triggered. If yours is based on a UD table then a BPM should be fine.

1 Like