Hello All,
I am facing an issue with SAP ESS Portal Scenario u201ETeamcalenderu201C.
I have four links in my portal page for Absence request u2013 (standard sap IView u2013Leave request (com.sap.pct.erp.ess.leaverequest).
(1) Teamcalender (2) Hide Calendar (3) Time Quota Overview (4) Abb/Att Overview
In the Implementation IMPL_PT_ARQ_REQ there is some filter for some customer specific requirement: (For ex: removing the description of Abb/ Att description and its working fine)
Requirement as follows:
Following are the finding, when I observed the transaction using ST01.
Step 1: when I click on u201CTeam calendaru201D for the first time its triggering RFC Call PT_ARQ_TEAMCALE_GET. Since it fetching data from SAP backend system it will execute my BADI and the filter will be working properly.
Step 2: when I click on u201CAbb/Att Overviewu201D for the first time its triggering RFC Call PT_ARQ_REQLIST_GET. Since it fetching data from SAP backend system it will execute my BADI and the filter will be working properly.
Step 3: When I am clicking the Link u201CTeam calendaru201D OR u201CAbb/Att Overview u201C Second time it not triggering the RFC call and my filter will not work.
I checked the LOAD property of the Iview in Portal, by SAP default the Cache setting are SET to u201CNONEu201D. And the Cache time is ( HH:MM: SS:MS = 0:0:0:-1).
Is there any setting that I should make in order to trigger the RFC call every time when I click on my u201CTeamcalenderu201D link?
Hope the description is enough to understand the scenario, Please feel free to ask, if you require more info u2026 Thanks a lot in Advanceu2026