The Function Module ARCHIVELINK_CREATE_HYPERLINK (Generate DARC index line for stored print lists) is a standard Function Module in SAP ERP and is part of the function group OPTF within the package SAOP.
Function Module | ARCHIVELINK_CREATE_HYPERLINK |
Short Text | Generate DARC index line for stored print lists |
Function Group | OPTF |
Package | SAOP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HYPENUMBER | LIKE | TOADARC-HYPNUMBER | '1' | Number of hyperlinks within a line |
METHOD | LIKE | TWFDB-METHOD | 'DISPLAY' | Method |
OBJKEY | LIKE | SWOTOBJID-OBJKEY | Business object key | |
OBJTYPE | LIKE | SWOTOBJID-OBJTYPE | Business object type | |
WRITE_LINE | TYPE | C | Text selected as hyperlink |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PARAMETERS | LIKE | PARAMETERS | Method parameter |
This function module does not define any Exceptions.