Skip to Content
Author's profile photo Pankaj Kumar

There are angels on SDN :D

There are times when you read something and it makes your days. A recent FOSDEM, and small OSS Notes Browser Hack by DJ Adams was such a thing. He mentioned how he has made a small hack to read SAP Notes in an effective manner.

He did it on the Galeon browser which is available on Linux. But unlike gods us mere mortals use windows. So I couldn’t make that Smart Links thing in my browser. Now I have been using Firefox a lean and mean son of mozilla project for quite some time. So I thought there should be way to do this in firefox as it would classify as cousin of galeon. While tinkering along with Firefox I noticed there is Google Search text field in the top right corner, where if I put text it does the search for that text on google. So if I could make something exactly like that.

Google Search functionality in firefox is implemented in a directory called search plugins which had a small text file google.src and the 16×16 gif image of google to show in the text field. Now it was easy, all I had to do was to create a similar file for SAP Notes search and may be a small gif file. Here is the camplete text of my sap.src file

class=cch1># SAP Notes plug-in by Pankaj Kumar <</FONT>search name="SAP Notes" description="SAP Notes Search" method="GET" action="http://service.sap.com/~form/handler" queryEncoding="utf-8" queryCharset="utf-8" > class=cch1> <</FONT>input name="_APP" value="01100107900000000342"> class=cch1><</FONT>input name="_EVENT" value="REDIR"> class=cch1><</FONT>input name="_NNUM" user> class=cch1> <</FONT>interpret browserResultType="result" charset = "UTF-8" resultListStart=""" resultListEnd="" resultItemStart="" resultItemEnd="" >

For added punch I downloaded the favicon.ico of sap.com and saved it as sap.gif in the same directory. Voila I have some thing similar to what DJ Adams mentioned. See the image below.

image

Pankaj

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Mark Finnern
      Mark Finnern
      Wow, that really is great. Thanks for sharing, Mark.
      Author's profile photo Pankaj Kumar
      Pankaj Kumar
      Blog Post Author
      Mark,

      "SAP Toolbar" hows that for an idea. I would love to have that on my IE or Mozilla. I am sure everyone else would also love to have that.

      Pankaj

      Author's profile photo Former Member
      Former Member
      For those of you using the myIE2 browser (www.myie2.com) you can add this entry to the config/SearchBar.ini file and have the similiar searching for SAP Notes as with the FireFox

      Just add these two lines to the end of the file

      SAP=->
      Notes=http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=%s

      Author's profile photo Pankaj Kumar
      Pankaj Kumar
      Blog Post Author
      Jon Udell of "Jon's Radio" did a similar piece at

      http://weblog.infoworld.com/udell/2004/03/11.html#a942