Fonction SAP BAL_GLB_MEMORY_IMPORT - Application Log: Global: Import and insert memory

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_COMPLETE_OVERWRITE 0 X Overwrite current memory

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