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': Synchronizing 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 held back until the next method call takes place with parameter no_flush = ' ' or method cl_gui_cfw=>flush is called explicitly.

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.