Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Shared memory issue

Former Member
0 Likes
1,160

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

1 ACCEPTED SOLUTION
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
905

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

2 REPLIES 2
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
906

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

Read only

0 Likes
905

Thanks for the Reply.

It worked for me .

Edited by: Naresh Nelapatla on Apr 29, 2011 5:22 AM