Skip to Content
0
Aug 25, 2023 at 08:03 AM

Fiori My Reporting 2.0 Configuration

121 Views

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:

screenshot-2023-08-25-at-094441.png

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?

screenshot-2023-08-25-at-094505.png

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