I have a program in which we use EXPORT to MEMORY ID, and then later in another program IMPORT from MEMORY ID. This appears to not be working correctly in background.
Should I be using EXPORT to DATABASE instead?
What is the abap best practice to EXPORT and IMPORT from a Memory area, for use in foreground and background.