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