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

You use this method to create an instance for the link server.

CALL METHOD control->get_link_server
      EXPORTING server_type  = server_type
                no_flush     = no_flush
      IMPORTING link_server  = link_server
                retcode      = retcode
                error        = error.

Description of parameters

Parameter

Optional

Description

server_type

X

Not used at present

link_server

 

Instance for the link server

You define it with reference to the interface i_oi_link_server.

Caution

You can only start one link server for each instance control.

Leaving content frame