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

You use this method to deselect all marked text:

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

Leaving content frame