‎2011 Apr 29 2:23 AM
Hi Sdn,
One class is defined and implemented with Shared memory enabled check box checked.
I have a method defined inside to get the values from TCATX_DEDUC table.
We had added one value in the above table.
When I am executing the class from SE24 then the newly added value is coming in the output.
But the same class is called in the Webdynpro application at the time of load during this time the newly added value is not coming in the output.
Is there any steps needs to follow for shared memory to read the newly added values.
Thanks
naresh
‎2011 Apr 29 4:17 AM
If this is indeed a Shared Object then you might need to invalidate the existing shared object instance. You can do this via transaction SHMM.
Cheers
Graham Robbo
‎2011 Apr 29 4:17 AM
If this is indeed a Shared Object then you might need to invalidate the existing shared object instance. You can do this via transaction SHMM.
Cheers
Graham Robbo
‎2011 Apr 29 4:18 AM
Thanks for the Reply.
It worked for me .
Edited by: Naresh Nelapatla on Apr 29, 2011 5:22 AM