cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Leave Request V2 - missing absences in the past months

Former Member
0 Kudos

Hi all,

we´ve implemented the Firoi Leave Request V2.

We have a problem with absences in the past. The Fiori Leave Request app shows only the last 4 weeks. Absences which are 4 month ago are not showing.

I think our customzing is correct. When I start the HTML5 application

https://server:port/sap/bc/ui5_ui5/sap/hress_leavreq_g/index.html

everything is fine. See attached screenshot.

What could be the issue? I´ve implemented some SAP notes but it doesn´t work.

Any advice?

21568713Meine Abwesenheitsanträge V2 (OData): Per Infotyp angelegte Abwesenheitsanträge
21745702SAP HCM Fiori: Abwesenheitsantrag: Probleme beim Ändern oder Zurückziehen von A
21741511Workflow beim Zurücknehmen einer abgelehnten Abwesenheit ausgelöst
21671616Meine Abwesenheitsanträge V2 (OData): Workflow für gelöschte Abwesenheitsanträg
21602812Abwesenheitsanträge genehmigen V2: falscher Stornierungsstatus für Abwesenhei
21204943Meine Abwesenheitsanträge V2 (OData): konsolidierte OData-Korrekturen
21430063HCM-Abwesenheitsantrag: Korrekturen für mehrere Probleme
21404541Abwesenheitsanträge genehmigen funktioniert nicht, da der HTTP-Request fehlgesc
21209101Abwesenheitsanträge genehmigen V2 - Berechnung der Überschneidung ist falsch
21141602Mitarbeiterabfrage und "Mein Teamkalender": Includes für App-Erweiterung

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andy,

not sure if you have worked this out or not yet, but we also had a similar problem.

The Fiori code that is run when making the oData call eventually falls into a Function Module that is called PT_ARQ_REQLIST_GET

This FM in turn will call method CL_PT_ARQ_CUSTOMIZING->GET_TIME_CONTRAINTS

This method will check customizing table TPTARQ_TCONST and restrict how far back to display based on the values in table. You can use maint. view V_PTARQ_TCONSTR to view the settings.

Hope this is helpful

Steve