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

You use this method to copy marked text from the office document to the clipboard:

CALL METHOD document->copy_selection
     EXPORTING no_flush    = no_flush
     IMPORTING error       = error
               retcode     = retcode.

Leaving content frame