Cannot Load Fiori Analytics Tile (BRAIN_DEV/643)

In the Fiori launchpad, you are getting below message “Cannot load tile” on analytics tile.

From the developer tools, under the Console tab, below error message is captured,

BRAIN_DEV/643

Value ‘PREVIOUSYEARTODATE’ is not valid for variable Relative Date

Also, you are going to see lots of ABAP dumps in the transaction code ST22 (it will keep generating, every time you refresh the web browser session.

Category               ABAP programming error
Runtime Errors         RAISE_SHORTDUMP
Except.                CX_SADL_SHORTDUMP
ABAP Program           CL_SADL_SHORTDUMP=============CP
Application Component  BC-ESI-ESF-BSA

Solution

There are quite a few SAP notes talking on the above issue,

  • 2889584 – FIORI App Error: Value ‘TODAY’ is not valid for variable Open on Key Date” (BRAIN_DEV/643)
  • 2719300 – Smart Business analytics tiles not loading when the table DATEFUNCTION_VAL is not updated
  • 2881280 – QM Fiori: RAISE_SHORTDUMP – Chart data load failed – Nonconformance Analytics
  • 2729024 – S/4HANA: Cannot load Analytical Tiles
  • 2781863 – Smart Business tiles throws error: No value could be determined for variable !CDS_P_P_TODAYDATE

The solution is really simple.

Schedule a daily batch job (SAP_VDM_FND_DATEFUNCTION_FILL) via transaction code SM36 with the report VDM_FND_DATEFUNCTION_FILL.

You May Also Like

Leave a Reply?