Entering content frameIndex Information and Hypertext Links  Locate the document in its SAP Library structure

Function module ARCHIVELINK_CREATE_HYPERLINK is used to create a DARC index line in a print list.

Definition

ARCHIVELINK_CREATE_HYPERLINK

 

IMPORTING

WRITE_LINE

   
   

OBJTYPE

   
   

OBJKEY

   
   

METHOD

DEFAULT

'DISPLAY'

   

HYPENUMBER

DEFAULT

'1'

 

TABLES

PARAMETERS

   

WRITE_LINE transfers the text component that is to be marked as a hyperlink.

OBJTYPE transfers the business object type to which the hyperlink relates.

OBJKEY transfers the key of the business object type to which the hyperlink relates.

METHOD supports the method ‘Display’.

HYPENUMBER transfers the hyperlink number in the current line.

PARAMETERS transfers parameters that can be transferred to the object method. Since Display is the only method currently supported that can contain no mandatory parameters, this parameter will be used in the future.

Functions

The function module ARCHIVELINK_CREATE_HYPERLINK enables object references within stored print lists to be generated easily. These object references enable business objects to be displayed from print lists. The text component that is the hyperlink is in color. Double-clicking calls the method Display for the relevant business object.

Example

There is an example application in the program OACONTA4.

Leaving content frame