cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio 1.6 Metadata .getinfo().lastdataupdate Not returning any value

vgujja
Explorer
0 Kudos
203

Hello experts,

I have below code in application start up with backend as BW on RDBMS. Below methods are not returning any value, all i could see is the static text.

TXT_UPDATE.setText("Last Data Update: " + DS_PA_DETAIL.getInfo().lastDataUpdate) ;

TXT_REFRESH_DATE.setText("Last Refreshed at : " + DS_PRICE_ANALYZER.getInfo().lastRefreshedAt)

However this method is working as expected DS_PRICE_ANALYZER.getInfo().infoProviderTechnicalName


Please advice how can i debug this issue.

Accepted Solutions (0)

Answers (2)

Answers (2)

vgujja
Explorer
0 Kudos

Hi Dot,

Thanks for the response and sorry for the delay . This datasource is based on sap bw Bex query built on a multiprovider.

DotEiserman
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vinod,

What type of provider is linked to DS_PA_DETAIL? A Query? And what type of object is the query built on for e.g. Multiprovider?

Kind regards,

Dot