Hello Deepak ,
Export and import statements will not work in background.Instead use below statement to import/export
EXPORT LV_flagTO DATABASE INDX(id) id 'FLAG'.
IMPORT LV_flag FRMO DATABASE INDX(id) id 'FLAG'.
Please read the documentation for more information of export/import statements :-
EXPORT TO MEMORY/DATABASE/SHARED BUFFER.
Thanks