Hi,
I am having question on Theme Designer caching.
Built a custom UI5 app & built custom theme using THEME_DESIGNER tcode.
Am calling this themed app by having absolute URL of app appended with ?sap-theme complete value(i got this in THEME_TOOL info of theme) having some random cache value at end.
How can I solve the caching issue. Has anyone faced the similar issue?
Am having below configs for my system:
UI Theme Designer
Version:1.16.10
Engine Version: 1.16.19
SAPUI5 Core Version:1.38.14
Thanks,
Vivek
Hi Vivek,
I usually delete the personalization setting /UI2/USER_PROFILE in SU01 and
delete the cache by /UI2/INVALIDATE_GLOBAL_CACHES.
Regards,
Masa / SAP Technology RIG
Hi Masa,
Thanks for the reply. So does that mean i can still use word cache at end of URL because i need to have my theme cached.
Am not sure if deleting the personalization setting is possible for every user. Surely we can delete cache by /UI2/INVALIDATE_GLOBAL_CACHES to see if that helps
So can i still use cache value now and append in URL and give that to end user(reason is i want to have this cached). Later on, if new change comes up and I again make change in custom theme this time it is going the change the cache value in THEME_TOOL.
So the old URL is going to work having old cache value?
Thanks,
Vivek
Hi Masa,
I tried clearing the cache and used the Execution mode and it did not help me in clearing the cache.
In my URL am using ?sap-theme till end of cache value and even after clearing cache I see the old data( I made some changes to theme and build it which has generated new cache value, however I am still using the old cache value as it was saved in my favorites).
By any chance have you faced the similar issue. I need to have my theme cache and therefore can’t remove cache keyword from my URL.
Thanks,
Vivek
Hi Vivek,
About "/~cache-CACHETOKEN" is described in the note https://launchpad.support.sap.com/#/notes/2043817/E.
Regards,
Masa / SAP Technology RIG
Thank you Masa for the link.
I used ~cache-1 in my old ECC system and there it worked. But with new system, this parameter is not working as expected. I tried clear the cache as suggested(not the user profile) and no success. Is there anyother cache i need to clear.
Thanks,
Vivek