cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Timesheet not showing in new launchpad manager id

Srikanth02
Active Contributor
0 Kudos

Hello Friends,


We have a new issue in Approve timesheet.


When I log in as Manager in ECC, I could see 5 entries for approval and in tcode "SWIA" also showing agent as "xxxx" for those 5 entries.


Once I login as Manager in new launchpad, I could see pending time entries as "47" which is the total time entries submitted by employees and showing different agents in tcode - SWIA.


But, for this manager id, it should show 5 pending time entries similar to ECC, but once I click on no data exists.


Regards,


S.Srikanth

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

Srikanth, You need to use BADI for your requirements.

Implement BAdI SRA010_BADI_TIMESHEET_APV

Method GET_SUMMARY

Srikanth02
Active Contributor
0 Kudos

Hi Krishna,


Thanks for the reply and I thought the BADI is optional when we do customize. My question is even for the pending entries showing as wrongly which shows "47" will get resolved in this BADI implementation.


Regards,


S.Srikanth

kammaje_cis
Active Contributor
0 Kudos

I debugged it.

I see that this is mainly an issue with the App. You can raise a message to SAP.

The bug is due to faulty use of 'FOR ALL ENTRIES' in  CL_SRA010_TIMESHEET_APV_MODEL=>GET_SUMMARY.

You can put a breakpoint in above method and test.

But the fact that it is failing to fetch employees for your pernr. Put an external debugging point in above method and relaunch the launchpad, that will give you a better idea.

Srikanth02
Active Contributor
0 Kudos

Thanks. Will check that and how come still SAP has not corrected this issue.

Answers (1)

Answers (1)

0 Kudos

Hi All,

We are facing the same problem...have you got the solution friends??

Have you received anything from OSS?

Amol