Functionality This function module imports data which was exported into ABAP-MEMORYwith the function module BAL_GLB_MEMORY_EXPORT>. Use it if you work roll area-independently. The parameter I_COMPLETE_OVERWRITE = 'X'> replaces the entirecurrent Application Log memory with the imported data. I_COMPLETE_OVERWRITE = ' '> only loads the logs in MEMORY,leaving others unchanged. INCLUDE BAL_GENERAL_LINK OBJECT DOKU ID TX The parameter I_COMPLETE_OVERWRITE = 'X'> overwrtes the currentApplication Logs memory with the imported data. I_COMPLETE_OVERWRITE = ' '> mixes them. Only the logs in MEMORYare copied, the others are retained. INCLUDE BAL_GENERAL_LINK OBJECT DOKU ID TX |