cancel
Showing results for 
Search instead for 
Did you mean: 

BRF Workflow caching

Former Member
0 Kudos

Hi Experts,

We have noticed that when a document is created (in this instance a PO) and saved (not sent for approval) and you make subsequent changes to the process level configuration. That when you go back into the PO and try to send it for approval expecting the new workflow configuration to be initiated, it appears to have cached the old workflow config.

If you were to create a new PO the new configuration would be initiated, but old created documents keep the old workflow config.

Is there are function module or program that can be run to clear the caching?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

All this information will be saved in persistance object. Check the persistance class /SAPSRM/CA_WF_PROCESS_LEVEL

check methods in class /SAPSRM/CA_WF_PROCESS_LEVEL to clear the entries from persistent object basing on the

persistant key.

Regards,

Devi

Former Member
0 Kudos

Hi Devi,

Do you think that this issue will also be related to 'Application Buffering' at an Expression level?

Thanks