cancel
Showing results for 
Search instead for 
Did you mean: 

Current data not displaying in the work book

cvp
Participant
0 Kudos

Hi All,

Actually EndUser has told the below mentioned issues

1)After entering inputs or giving selection screen values, old data only displaying but not the updated data in the work book ( it is the same results as when the workbook was originally saved )

2)and alsoo receiving an ABAP error (Error in ABAP Application Program) ABAP Program "CL_RSR_CACHE_MM_FINITE ======CP"

I dont have any idea on WorkBooks. It would be helpful for me if anybody can tell step by step in this issue.

Regards,

P.C.V.

Message was edited by: P.C.V.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Delete the cache entries for all the queries that are embebbded in the workbook. to Delete the cache entries use t-code - RSRCACHE.

hope this helps.

Regards,

Vidhya

cvp
Participant
0 Kudos

Hi

I have accessed the Transaction RSRCACHE and found on the screen

Under Cache Parameter - Cache Persistence Mode In active.

As you said What i exactly i have to delete over here.

I am in confusion.

Can u pls tell me step by step.

Regards,

Chakravarthy

Former Member
0 Kudos

Hi,

Goto the transaction RSRCACHE and Choose the option Main Memory.. There, you'll have "Buffer Objects: Hierarchical Display" , under which you'll have query directory. There choose the query that you want to delete, right click on it and the select Delete...

Regards,

Vidhya

cvp
Participant
0 Kudos

Hi Vidyha,

What exactly happens when we delete the Query in the Query Directory in RSRCACHE

Rgds

C.V.

Former Member
0 Kudos

Hi,

Cache memory is generated when the query is executed for the first time. So when the query is generated for the second, third times........... the query results are picked from cache memory and hence this concept of cache improves query performance...

hope its clear now...

Regards,

Vidhya