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

Use this method to load an additional DLL that can improve the performance of the following methods of the spreadsheet application:

Note

Loading this DLL constitues a change to the document, so the user will be prompted to save, even if he or she has not changed it themselves.

 

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

 

 

Leaving content frame