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

Export & import in shared memory

Former Member
0 Likes
355

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.

1 REPLY 1
Read only

former_member186741
Active Contributor
0 Likes
272

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'.