cancel
Showing results for 
Search instead for 
Did you mean: 

Table DPR_DASHBOARD is not updated by adding element to dashboard

Former Member
0 Kudos

Dear Experts,

I have a question, concerning table dpr_dashboard. As far as I understand, when I add for example the task to favorites, this table

shall be updated, i.e. this task shall be added there, is it correct?

If not can someone explain when this table is updated.

Thank you

Christian

Accepted Solutions (1)

Accepted Solutions (1)

silvia_kreuzhuber
Active Participant
0 Kudos

Hi Christian,

the table is updated when you e.g. create a task in a project. When you only add the task to the favorites dashboard no table entry is created as this does not represent a change.

Regards,

Silvia

Former Member
0 Kudos

By the way Silvia,

do you know how to get all objects from dashboard (for example favorite tasks), is there any class, which does it?

As far as I understood this method RETRIEVE_DASHBOARD_DATA (CL_DPR_UI_LOG_LOCATOR) gets dashboard objects for

a specific tab (for example favorites), but it seems, that it returns only objects with evaluation.

  

Best

Christian

silvia_kreuzhuber
Active Participant
0 Kudos

Hi Christian,

for the favorite dashboard, try class CL_PERS_OBJECT_DATA -> method GET_TABLE_DATA.

Complete call stack:

34 METHOD GET_TABLE_DATA  CL_PERS_OBJECT_DATA
33 METHOD GET_DATA        CL_PERS_OBJECT_DATA
32 METHOD GET_DATA        CL_PERS_DEFAULT_TABLE
31 METHOD GET_DATA_USER   CL_PERS_DEFAULT_ACCESS
30 METHOD GET_DATA        CL_PERS_ADMIN

29 METHOD GET_FAVOURITES_DB   CL_DPR_FAVOURITES

28 METHOD GET_FAVOURITES  CL_DPR_FAVOURITES

27 METHOD GET_ALL_FAVOURITES  CL_DPR_API_USER_SPECIFIC_INFO

Regards,

Silvia

Answers (0)