Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
azael_navarro
Active Participant

Dear experts,

I share you the next interesting way to share important announcements for your PI Team, around the world just for who has access to the same Netweaver side:

Objective: if you need creating a web page with your logo, your company or personal information, whatever that you want to share in your SAP PI Netweaver side, SAP let you add your "Web page", with the next general steps:

Without Images:

1.- Open your PI, Netweaver side (trx code from stack abap: SXMB_IFR):

2.- As you can see below in your page, we have the next text, so please open your PI server and follow the path that your system indicate:

To add your content here create a file named

Docu.htm in the following directory:

G:\usr\sap\XID\SYS\global\xi\directory_server\extdocu

3.- While you go to your PI file path. You can create your first "Hello World" --> Docu.htm using html code (remember the correct name file and the type of your file):

<html>

  <head>

    <title>Hola Mundo en HTML</title>

  </head>

  <body>

    ¡Hello World!

  </body>

</html>

4.- Save all in one directory that you prefer or create a new folder just to save your new web pages:

5.- Then after you create your Docu.htm file in your computer, you can copy and paste the file in your PI server:

6.- Then refresh your SAP PI Netweaver (normally with F5 or other that you prefer), and you will see your first web page into your netweaver:


With Images:

1.- Then, if you want to add your image... First, you can save an image into one special folder that you want, and save it into the next path of PI:

G:\usr\sap\XID\DVEBMGS00\j2ee\cluster\apps\sap.com\com.sap.xi.directory\servlet_jsp\dir\root\start\

2.- Then in your code, you need to save the same Doc.htm in the same path, but the point here is that you need to call your image without complete path, you just can add the name of your folder/TestImage:

G:\usr\sap\XID\SYS\global\xi\directory_server\extdocu

<img src="PIimagenes/TestImage.gif"></td>

3.- Then you can see your "New web pages with images":




I hope you enjoyed it!!!...

Thanks..

Azael

3 Comments
Labels in this area