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

You use this method to call a dialog box in R/3 in which you select a link to the link server. The link is then stored in the office application clipboard.

CALL METHOD link_server->stop_link_server
     EXPORTING no_flush   = no_flush
     IMPORTING error      = error
               retcode    = retcode.

Leaving content frame