Symptom
You have created a custom TI and after open a instance it take too much time to load the view.
Environment
SAP Cloud for Customer
Reproducing the Issue
- Open Work Center ABC (ABC is the name of your custom work center).
- Open View DEF (DEF is a view inside your custom work center).
- Open Instance XYZ (XYZ is a record in the list).
- System loads for around 180 seconds and then loads the page.
Cause
The hierarchical list /Root/Prozessmonitor/Milestones/MilestoneTree is taking time to load.
This is happening because the list is set to expand by default and data for each row is updated which takes time if number of rows is large.
Resolution
To make the TI load faster, you can change the value of DefaultExpansionLevel to 1.
- Go to component /YABCDEFGH_MAIN/SRC/Prozessmonitor/Prozessmonitor_TI.TI.uicomponent, Open the data model. (YABCDEFGH_MAIN is your PDI solution).
- Go to Root/ProzessMonitor/Milestones/MilestoneTree/HierarchicalExtension and set the property of DefaultExpansionLevel to 1.
- This should load the TI faster and the list would load to first level only. Then you can expand the list further to display more data.
Keywords
PDI slow load; Time to Load; View Load , KBA , AP-RC-UIF , C4C UI Framework , Problem
Product
SAP Cloud for Customer core applications all versions