Show TOC

Generic ParametersLocate this document in the navigation structure

Use

The following table summarizes the parameters that are used in several different methods within Desktop Office Integration.

Parameter

Optional

Description

no_flush

X

'X' : Synchronizes the automation queue

' ' : Automation Queue is synchronized before leaving the method.

retcode

Error Handling after Calling a Method

error

Error Handling after Calling a Method

Note

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.