Entering content frameSyntax documentation version Locate the document in its SAP Library structure

This method returns the version of the spreadsheet interface. You can use this in your program to work out whether the current version of the interface supports all of the methods you have used.

CALL METHOD spreadsheet->version
       EXPORTING no_flush = no_flush
       IMPORTING version  = version
                 error    = errorversi
                 retcode  = retcode.

Description of parameters

Parameter

Optional

Description

version

 

A type C field containing the version of the spreadsheet interface

Leaving content frame