cancel
Showing results for 
Search instead for 
Did you mean: 

cache problem in POWL application

Former Member
0 Kudos

Hello guys,

In POWL applications whenever we come to any application the earlier selection values which we had given are retrieved from cache.

My requirement is that I want the selection values to be blank every new time I visit the application. How can I achieve this ?

Thanks & Regards,

Ravindra.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You could try deactivating the cache in the SICM transaction.

Check whether the previous sessions are deactivated,it should be marked with a space instead of a 'X' mark.

Former Member
0 Kudos

Hello Ravindra,

There is concept of POWL for cache so that user get the values which he used last time.

There is no direct way but reports to clear it.

The user is given a button to RESTORE_ADMIN_CRITERIA for selection values for the same.

You can do one thing is to simulate the same in start of application, this method is there in class CL_POWL_CONFIG_HELPER where you can use RESTORE_ADMIN_CRITERIA.

Please check if it helps you.

The other way is you can pass the selection creteria in parameters for applications as RSPARAMS may be you can try that approach.

Best regards,

Rohit

Former Member
0 Kudos

Hi Ravindra,

Is this happening for customr or standard powl ?

I am sure you must be knowing about the report d01 to delete cache once?

But you might want to run it once and check ?

Also did you checked the method GET_SEL_CRITERIA of your feeder class ? Probably you can clear the values there ?