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

Memory ID Issue.

Former Member
0 Likes
664

Hi Experts ,

I have coded an enhancement for the item level data of an sales order.

I have used Memory Id in them , I am importing and exporting in the same enhancement.

The problem is I want release the memory ID's after one sales order is processed.

This because the memory id's are retaining the values .

If I use free memory ID after using an import it might throw dump when I use the same memory Id for the next line item of a sales order .

Please suggest.

Regards,

Sunitha

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
576

it might throw dump

Have you tried ?

Read only

venkat_o
Active Contributor
0 Likes
576

Hi, <li>Once you used the the value from Memory id just do like below.


Clear mara-matnr.
EXPORT mara-matnr TO MEMORY ID 'MATNR_ID'.
Thanks Venkat.O

Read only

saranwin
Contributor
0 Likes
576

Hey Sunitha,

You can use Free Memory ID syntax to clear your Memory value. It won't give short dump. Can you explain your requirtment so that we can give some more suggection.

Note: Check whether your both Import & Export to Memory ID part is triggering in the runtime.

Regards,

Saravanan M

Read only

Former Member
0 Likes
576

closed