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

Add ABAP program: validating package - error accessing shared objects-area

Former Member
0 Likes
1,949

When adding a new program or browsing the packages in eclipse i get an "error accessing shared objects-area".

I can edit, save and run existing ABAP reports, however.

There was a similar problem here, regarding database procedure proxies but the solution doesn't apply to my problem, i guess. The solution was about creating the shared memory area CL_RIS_SHM_AREA. I can't access the memory area and start the constructor, as it doesn't show up on the monitor.


ADT 2.28

Eclipse 4.3

Netweaver 7.31 SP4 -> is this really compatible with ADT 2.28?

Thanks in advance for helpful hints,

Julian


1 ACCEPTED SOLUTION
Read only

sebastian_wolf
Product and Topic Expert
Product and Topic Expert
696

HI Julian,

if the area doesn't show up in the monitor, please try to start the constructor in transaction SHMM on your own by selecting the icon 'Start Constructor' as shown in the screenshot.

Choose CL_RIS_SHM_AREA as area, select 'Default Instance' and 'Dialog' as execution mode. Then press 'Create'. Either this works or the system will tell you the issue with the instance creation (e.g. insufficient shared objects memory - see the other solution description).

Best regards, Sebastian

2 REPLIES 2
Read only

sebastian_wolf
Product and Topic Expert
Product and Topic Expert
697

HI Julian,

if the area doesn't show up in the monitor, please try to start the constructor in transaction SHMM on your own by selecting the icon 'Start Constructor' as shown in the screenshot.

Choose CL_RIS_SHM_AREA as area, select 'Default Instance' and 'Dialog' as execution mode. Then press 'Create'. Either this works or the system will tell you the issue with the instance creation (e.g. insufficient shared objects memory - see the other solution description).

Best regards, Sebastian

Read only

0 Likes
696

Thanks, worked like a charm