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

exception CX_SHM_INCONSISTENT

HelenK
Advisor
Advisor
0 Likes
2,492

Hi,

We are using a shared memory area which from time ot time throws an exception CX_SHM_INCONSISTENT on read access.

When the area is re-build is stays consistent and allows read accesses for some time and then becomes inconsistent without any write accesses done in meantime.

When using the transaction SHMA, it is also impossible to have a look at the area as the error message 'The instance is not consistent - no access possible'(Message no. SHMM010) is displayed.

The SAP Library says:"The type of an object saved in the area instance does not match the definition of the object with the same name in the current program".

Does anybody know what are the reasons why the shared memory area might become inconsistent?

Kind regards,

Helen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,370

Please check OSS notes 727142, 824261 and 841825.

Rob

3 REPLIES 3
Read only

Former Member
0 Likes
1,371

Please check OSS notes 727142, 824261 and 841825.

Rob

Read only

0 Likes
1,370

Hi guys,

Im having exactly the same situation with the Topic Starter. I already referred the sap notes provided by Rob and those notes cannot be implemented in my system because they are already obsolete.

So any idea on this problem?

Read only

1,370

Okay, I found the cause of the problem. It will become inconsistent if you either regenerate the memory area or reactivate or change something in the class. Thats all.