Hi,
I am trying to implement the HR Fiori My Reporting 2.0 tile but I seem to missing something. I implemented BADI HCMFAB_B_MYREPORTING, creating a custom class ZCL_HCMFAB_FB_MYREPORTING used the base class CL_HCMFAB_FB_MYREPORTING for a code reference.
I tried to link a small custom report that I wrote for testing purposes to the tile via ZCL_HCMFAB_FB_MYREPORTING-IF_HCMFAB_MYREPORTING->GET_REPORT_DEFINITION. The link displays correctly on My Reporting:

However, when I click on my new custom link, it just opens a page where you can select the period or selection views, but there is no execute option?

I cannot get it to trigger ZCL_HCMFAB_FB_MYREPORTING-IF_HCMFAB_MYREPORTING->GET_CUSTOM_REPORT_DATA. I tried the out of box examples that comes with SAP_EXAMPLES that should trigger SAP Standard like the Absence Quota's report but it does the same. The report does not seem to be triggered.
What am i missing? Should there be an action configured on the tile? I cannot find any documentation execpt the standard Fiori documentation that just tells you to implement the BADI.
Any help would be appreciated!
Kind Regards
Deon