Fonction SAP ARCHIVELINK_CREATE_HYPERLINK - Generate DARC index line for stored print lists

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
HYPENUMBER TOADARC-HYPNUMBER C 1 '1' X Number of hyperlinks within a line
METHOD TWFDB-METHOD C 32 'DISPLAY' X Method
OBJKEY SWOTOBJID-OBJKEY C 70 Business object key
OBJTYPE SWOTOBJID-OBJTYPE C 10 Business Object Type
WRITE_LINE C C 0 Text selected as hyperlink

Paramètre Reférence Long. Facultatif Description
PARAMETERS PARAMETERS 100 X Method parameter

Functionality
The function module ARCHIVELINK_CREATE_HYPERLINK enables you generateobject references easily within stored print lists.
These object references enable you to display business objects from astored print list. The text component that is the hyperlink is incolored font. Double-clicking calls the method display of the businessobject concerned.

Example
Report OACONTA4 contains an example.

Further information
For an incoming description of hyperlinks within stored print lists,see the SAP ArchiveLink documentation, sections "Information forDevelopers" - "Storing Print Lists". You can display this documentationin extended help under Basis - Basis Services.

Description
Hyperlink number in the current line.

Value range
Value range 0 to 9.

Default
1

Functionality
Only the method DISPLAY is currently supported. Further methods will besupported in the future.

Functionality
This parameter is used to transfer the business object key to which thehyperlink refers.

Functionality
This parameter is used to transfer the business object type to whichthe hyperlink refers.

Functionality
This parameter is used to transfer the text component that is marked asthe hyperlink.

Functionality
Using this parameter, you can transfer any parameters that can betransferred to the object method. Since currently only the methodDISPLAY is supported, which must not contain any mandatory parameters,this parameter is intended for future use.