Skip to Content
0
Feb 05, 2020 at 09:51 AM

Abap - EXPORT to MEMORY ID, or EXPORT to DATABASE

1888 Views

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.