‎2009 Nov 12 11:34 AM
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
‎2009 Nov 12 11:39 AM
‎2009 Nov 12 12:13 PM
Hi,
<li>Once you used the the value from Memory id just do like below.
Thanks
Venkat.O
Clear mara-matnr.
EXPORT mara-matnr TO MEMORY ID 'MATNR_ID'.
‎2009 Nov 12 1:11 PM
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
‎2009 Dec 03 9:28 AM