Functionality This function module is used for log output in XPRAs. If the XPRA report is called with this function module during theupgrade, the function modules adds the messages it is passed with tableXMSG to a file. If the XPRA report is called with transaction SE38, the function modulewrites the messages to memory. To display the messages from memory onthe screen, you are strongly advised to call the function moduleTR_FLUSH_LOG in the XPRA report after this function module is calledfor the last time. The function module TR_FLUSH_LOG reads the data frommemory and then displays it. The parameters 'open_file' and 'close file' do not influence thetransaction SE38, or the upgrade. Notes The message table XMSG is unchanged by this function module. The usermay need to delete the contents before calling the module again. |