The following table summarizes the parameters that are used in several different methods within Desktop Office Integration.
Description of parameters
Parameter |
Optional |
Description |
no_flush |
X |
'X' : Synchronizes the automation queue' ' :
Automation queue is synchronized before leaving the method. |
retcode |
Error handling | |
error |
Error handling |

If you call methods with the parameter
no_flush = ‘X’ , the method is not sent to the presentation server directly, and is therefore not executed immediately.Instead, the methods are buffered until the next method call with the parameter
no_flush = ' ' occurs or you explicitly call the method
cl_gui_cfw=>flush. If you use this technique correctly it can improve performance. However, if you use it incorrectly, inconsistencies may arise in your data. For further information, refer to the
Automation Queue section.