Jim I've done this before. Need DFDM tricks but no mod needed.
To restate what Nicole said there are 2 UIs defined but only 1 UI has an entry in Sy_Task. It's sole purpose is to allow it to be added to the B/R menu. It does not have any Report functions in the code nor an associated Crystal .RPT file (nor an associated _RPT class). It's nowhere close to Paperless ready.
The 2nd UI called Auto Check Reconciliation _Processing_ is launched when you click Proceed button from the 1st Auto Check Reconciliation screen. This has all the missing stuff we want except a Sy_Task entry.
Steps to be Paperless ready: :leftwards_arrow_with_hook:
1) Make a backup of Sy_Task.m4t
2) With DFDM or Task Manager in Dev Studio) create a new entry for BR_AutoCheckReconciliation_ui - see screenshot
** Proceed Carefully **
I put a red box on the main things you need but easiest way is edit the B/R Recap Report record then change the TaskID from 005 to something else as a way of creating a new key. Don't remove the old key when asked, obviously.
3) Do NOT add the new task to the menu with Sy_Menu_UI or any other way.
4) Go to Paperless / Setup / Report Maintenance. Add an entry for new B/R rpt you see.
5) Run Auto Check Reconciliation, click Proceed, now on dropdown you will see Paperless as an option and it will work so as long as the Test Email button works.