Skip to Content
0
Former Member
Dec 05, 2006 at 05:42 AM

How to free the memory ID.

5154 Views

Hi experts,

My requirement is first I am going to export the value from badi method as

EXPORT xvbap-vbeln TO MEMORY ID 'ZVBELN'. After that I am going to import the value in function module as IMPORT m_vbeln FROM MEMORY ID 'ZVBELN'.

Now whats my requirement is , after the importing the value I want to free the memory ID. Is there any statement to free the ID?

Please tell me how to free the memory-id?

Thanks

Sanjana