Definition
Links a document belonging to any document class to a second document without physically attaching it. Both documents need to have been created in a format that supports hyperlinks, for example, HTML, WORD, or EXCEL.
Use
There are the following types of links:
From this information, you get the following URL:
|
Document Class |
URL |
|
Metadata |
http://<Server>:Port/SAP/BW/DOC/META/FLDMETA/<Name of the document> |
|
Master Data |
http://<Server>:Port/SAP/BW/DOC/MAST/FLDMAST/<Name of the document> |
|
InfoProvider Data |
http://<Server>:Port/SAP/BW/DOC/TRAN/FLDTRAN/<Name of the document > |

Make sure that the name of the document is unique within the document class.
To link to document 02, add the HTML code to document 01 according to the following pattern:
<a href = "Name of document 02"> Text </a>

For example, if you want to link document 01 to document 02, and document 01 belongs to the META document class while document 02 belongs to the TRAN document class, add the HTML code to document 01 as follows:
<a href = "../../TRAN/FLDTRAN/"Name of document 02"> Text </a>