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

Locking the Memory ID

Former Member
0 Likes
455

Hi,

Is it possible to lock the memory ID?

I'm Exporting/Importing a MEMORY ID, Is it possible to Lock the Memory ID from accessing it by other processes or sessions?

-Jiku

3 REPLIES 3
Read only

Former Member
0 Likes
374

Hi Jiku,

I doubt if that is possible.

What exactly are you trying to do?

Regards,

ravi

Read only

Former Member
0 Likes
374

Hi jiku,

1. I don't think, we can restrict other process/session,

from accessing our memory id.

regards,

amit m.

Read only

Former Member
0 Likes
374

Hi!

A MEMORY ID "lives" only during an SAP session. If you are running the same program with the same user, in 2 different moduses, the MEMORY ID-s will contain different values, regarding to the relevant session. They will not overwrite each other's values.

You don't need to lock them, just use unique names to identify them easily.

Regards

Tamá