Functionality This module enables you to transfer ASCII data (Parameter DATA_TABLE)to a front end and subsequently to start Excel. The systemautomatically opens the file with the data (parameter DATA_FILENAME). You can start Excel modally or modelessly (parameter WAIT). If youstart Excel modally, you can specify that the file is to beautomatically deleted when Excel is closed (DELETE_FILE = 'X'). Standard path specifications can be added automatically to the filenames transferred (Parameters DATA_PATH_FLAG, DATA_ENVIRONMENT,MACRO_PATH_FLAG, and MACRO_ENVIRONMENT). Refer to thefunction RH_COMPILE_FILENAME> for a listof the index abbreviations currently supported. In addition, when you start Excel, you can simultaneously load a macro.The name of the macro is in the parameter MACRO_NAME.Notes The function module cannot be run in batch. The runtime takes severalseconds the first time the module is called, since a control flush mustbe generated. This function module must not be used in customer programs. |