cancel
Showing results for 
Search instead for 
Did you mean: 

FIORI My leave request Planed Quota

vukasinmaksic
Participant
0 Kudos

Hello Gurus,

I have a question regarding Fiori My leave request app.

In quota overview I noticed four columns available, planned, used, entitlement.

Entitlement, used and available are all pretty clear, but planned is what I dont understand, where does it come from to Fiori.

And now when I use for example 2 days, it gets deducted from planned. In GUI its all good in infotype 2006 , but Fiori part here is unclear for me.

Question is why its not all as sum in available, and can I remove planned column if I can get it as a sum in Available column.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Abdul_Waheed
Contributor
0 Kudos

Extend the standard Leave Request App and show the sum accordingly, you may also hide/change the columns which are not needed as per needs in the extended app. Changes in ABAP are not required.

vukasinmaksic
Participant
0 Kudos

Thanks Abdul, can you point me the way where it can be done via customizing since i didn not find anything regarding planned leave in PTARQ.

Abdul_Waheed
Contributor
0 Kudos

As you just need to show the sum and hide the columns, it must be done in an extended Fiori app by finding the right enhancement spots. This cannot be achieved via customizing in backend.

vukasinmaksic
Participant

Thanks a lot Abdul.

You gave me all the right info that I need 🙂

Answers (1)

Answers (1)

Abdul_Waheed
Contributor
0 Kudos

Dear @nikola_nikolic29

Planned value is coming from standard class->method CL_PT_ARQ_TIMEACCOUNTS->CONSOLIDATE_QUOTAS

You can extend and enhance the UI5 app as needed.

vukasinmaksic
Participant
0 Kudos

Thanks Abdul 🙂

Is there any way to change it in customizing or we need to code in ABAP to extend or enhance?

Thanks a lot.