‎2006 Aug 11 3:40 AM
Hi All,
I have a scenario wherein i need to export a variable 'flag' to a shared memory in a BAdI implemenation so that i can clear that variable in another session in a user exit.
also i need to import the variable value in the BAdI implemenation to process some logic.
please let me know how this can be acheived.
Thanks in advance,
Sharat.
‎2006 Aug 11 3:49 AM
I think you can use import/export:
eg,
exPORT l_old_ref from p_old to MEMORY id 'PRUEFEN_950'.
IMPORT l_old_ref FROM MEMORY id 'PRUEFEN_950'.