Show TOC

Syntax documentationhas_standard_interface Locate this document in the navigation structure

You use this method to query whether the instance document has a standard interface. In addition to basic functions (open, close, save), the standard interface also supports additional functions (select, copy, ...).

Syntax Syntax

  1. CALL METHOD document->has_standard_interface
    EXPORTING no_flush = no_flush
    IMPORTING is_available = is_available
    error = error
    retcode = retcode.
End of the code.
Description of parameters

Parameter

Optional

Description

is_available

Flags whether a standard interface is available