cancel
Showing results for 
Search instead for 
Did you mean: 

direct link to SAPNote

Former Member
0 Kudos

Hello.

I want to create a direct link to a SAPNote using <a href"...">746088</a> and SAPNote #746088... How to do this? Which page do i have to link with which parameters?

Thanks in advance

MIKE

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Here is an example, that shows how to link a SAPNote directly:


<html>
	<body>
		<a href="https://websmp206.sap-ag.de/~iron/fm/011000358700000431401997E/939109E">SAPNote #939109</a>
	</body>
</html>

I guess the 'E' after the SAPNote # indicates, that the note will be displayed in English...

<a href="https://websmp206.sap-ag.de/~iron/fm/011000358700000431401997E/939109E">SAPNote #939109</a>

MIKE

neil_hoff
Participant
0 Kudos

Here is a better way:

https://service.sap.com/sap/support/notes/746088

The link you have in your answer will only link to the server "websmp206".  If this server happens to go down or SAP decides to replace the name, the link above will no longer work.