Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews...

24
Different Types of iViews in Enterprise Portal 7.0 Applies to: This Article applies to Enterprise Portal 7.0. For more information, visit the Portal and Collaboration homepage . Summary This document covers what are the different types of iViews in Enterprise Portal 7.0 and how are they configured in Portal. Author: Anil Dichpally Company: Intelligroup Asia Pvt Ltd Created on: 31 October 2008 Author Bio Anil Dichpally is working as Senior Consultant in Intelligroup Asia Pvt Ltd, Hyderabad. He has worked on EP, KM and collaboration, Webdyn pro Programming and Java Technologies. He is SDN Moderator for Portal, KM & C and Searching Utilities areas. . He has completed his M.C.A from Osmania University. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 1

Transcript of Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews...

Page 1: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Applies to: This Article applies to Enterprise Portal 7.0. For more information, visit the Portal and Collaboration homepage.

Summary This document covers what are the different types of iViews in Enterprise Portal 7.0 and how are they configured in Portal.

Author: Anil Dichpally

Company: Intelligroup Asia Pvt Ltd

Created on: 31 October 2008

Author Bio

Anil Dichpally is working as Senior Consultant in Intelligroup Asia Pvt Ltd, Hyderabad. He has worked on EP, KM and collaboration, Webdyn pro Programming and Java Technologies. He is SDN Moderator for Portal, KM & C and Searching Utilities areas. . He has completed his M.C.A from Osmania University.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 1

Page 2: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Table of Contents Introduction .........................................................................................................................................................3 Creating Folder ...................................................................................................................................................3 URL iView ...........................................................................................................................................................5 Web Dynpro iView ..............................................................................................................................................7

Create a single full-page iView from each application variant ........................................................................7 Create one iView from each application view .................................................................................................7

SAP R/3 Iview.....................................................................................................................................................9 Perquisites ....................................................................................................................................................10

BSP iView .........................................................................................................................................................12 Web Service Iview ............................................................................................................................................14

About WSDL File...........................................................................................................................................14 KM Document iView .........................................................................................................................................15 KM Navigation iView.........................................................................................................................................17 KM Quick Poll Iview ..........................................................................................................................................18

Quick Poll ......................................................................................................................................................18 Current Topic ................................................................................................................................................18

KM Discussion iView ........................................................................................................................................20 a) KM Discussion Group Admin iView.................................................................................................20 b) KM Discussion Group iView............................................................................................................20

PAR (Portal Archive) Iview ...............................................................................................................................21 Uploading PAR File into EP Server ..............................................................................................................21

Related Content................................................................................................................................................23 Disclaimer and Liability Notice..........................................................................................................................24

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 2

Page 3: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Introduction An iView refers to any kind of application, information or service that can be visualized in a Web browser frame. iViews appear in a special container called tray, which offers certain functionality for using and adapting the iView.

iViews are containers used in the enterprise portal to encapsulate a java, .net, BSP, webdynpro, or some other application.

Creating Folder It is always recommended to create a separate folder in Portal before we start creating iViews, so as to avoid confusion.

A folder is like a container which holds all the iViews, this is very much similar to folder in windows where in the folder holds the individual files i.e. documents, image files etc.

Similar to windows folder here in Portal a Folder can have other folder in it. As a result, folders can contain hierarchical folder structures with parent folders and subfolders.

1) Log on to the Portal

2) Go to Content Administrator -> Portal Content

3) On the right side of Navigational Panel, right click and create a folder as shown in below screen.

4) Fill the mandatory fields i.e. Name & Id. Folder Id should be Unique and should not contain spaces &

special characters.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 3

Page 4: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

5) Click on Finish button, this will create a folder.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 4

Page 5: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

URL iView Your company wants to make some intranet and internet services available in their Portal, for this requirement we will create a iView called as URL iView. This is nothing but we are creating Web-based application through the URL provided.

URL iView is mainly used to give URL to any link of any site.

1) Log on to the Portal and go to the Folder which we have created. i.e. sample

2) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

3) Click Next, and select URL iView from the template selection wizard available and click Next.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 5

Page 6: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

4) Give the iview name and iview Id and click Next.

5) Now enter some URL of the site which you want to show as iview. Let say www.help.sap.com .

6) Click on Finish. Now open the iView and then preview it.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 6

Page 7: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Web Dynpro iView To run a Web Dynpro Java or Web Dynpro ABAP application within the SAP Enterprise Portal you have to create specific iViews. These Web Dynpro-based iViews can be handled in the same way as any other iView.

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose Web dynpro Java Application

There are two types of iViews, Select any one of the Application and Click Next

Create a single full-page iView from each application variant

The Web Dynpro Java application runs within a single, black-box iView. The portal does not know anything about the internal structure of the application, and the user interface appears as it was designed in Web Dynpro Java.

Create one iView from each application view

From the Web Dynpro Java application, several iViews are created, one per Web Dynpro view.

2) If single full page iview is selected above then select the variant of the Webdynpro application as

shown below.

If one iview from each application view is selected then select the views of the Webdynpro application from the variant.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 7

Page 8: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

3) Give the properties for the iView such as Name and Description and select the Web Dynpro

application for which you are creating iView.

4) Choose the layout according to the requirement and open the page for editing and make the page

visible and preview the page created.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 8

Page 9: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

5) When you click on preview button we can view the Web Dynpro application.

SAP R/3 Iview You can integrate the following SAP applications in SAP Enterprise Portal as an iView

SAP transaction

• Business Server Page applications

• BW reports (BEx Web Application starting with release 3.x).

• Internet Application Components(IAC’s)

• Mini Apps

• Crystal Enterprise reports

There are appropriate iView templates available in the Portal Content Studio for integrating the individual SAP applications.

We can integrate SAP transactions as an iView with no difficulty by selecting the SAP Transaction template in the iView Wizard. The template is automatically installed with SAP Enterprise Portal.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 9

Page 10: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Perquisites

Here I am assuming that

• System is already created in system landscape

• User name and password of backend SAP systems should be provided.

• Connection information of backend SAP system should be provided.

Note: Please check the below link as how to create system object

https://wiki.sdn.sap.com/wiki/x/8z4

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template(This is the SourceType in the RoadMap).

2) Now choose SAP Transaction iView from template selection wizard

3) Select SAP GUI for HTML

4) Now give the Name and Description of the Iview with respective to requirement and then select the

System, created for the R/3 system and any transaction code to view.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 10

Page 11: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

5) Click Finish, and then preview the iView.

Note: When you are trying to preview the Transaction iView created, it will ask for backend system details.

Incase you need not want the iView to ask for user name and password every time you have to configure SSO (Single-Sign On).

Note: Process for creating iView for CRM System & BW system except that for BW iview we choose iView template as BEx Web Application iView.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 11

Page 12: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

BSP iView You can integrate SAP Business Server Page Applications as an iView with no difficulty by selecting the SAP BSP template in the iView Wizard. The template is automatically installed with SAP Enterprise Portal.

Note: For a BSP Application it compulsory to give WEB Application Server details while creating system object but not the Internet transaction Server (ITS) details when we are creating the system.

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

2) Choose SAP BSP iView from the template selection wizard.

3) Give Name and Description and click Next.

4) Select definition type and click Next

5) Select the backend system i.e. system object alias, Customer Namespace, Application Namespace

and BSP Application Name and the Start Page. .

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 12

Page 13: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Note: The above mentioned mandatory fields can be obtained from BSP Application developer.

6) Click on Finish and then give the user name and password to Preview the iView

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 13

Page 14: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Web Service Iview

If you want to create Web Service iview, we need WSDL (Web Service Definition Language) URL and also we need to create System Object.

About WSDL File

A WSDL file contains all of the information necessary for a client to invoke the methods of a web service:

The data types used as method parameters or return values

The individual methods names and signatures (WSDL refers to methods as operations)

The protocols and message formats allowed for each method

The URLs used to access the web service

Note: Before creating a Web Service iView we need to ensure that System Object is created

Please go through the following link to check how to create system object for Web Service

https://wiki.sdn.sap.com/wiki/x/D4CO

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

2) Choose Web Service iView from the template selection wizard.

3) Give iview Name and iView Id and Description and click Next.

4) Now choose the System Alias, which we have created for the Web Service.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 14

Page 15: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

5) Give the iView name and iView ID. Incase you want to give any brief notes about the iView then give

it in Description field. Click Next.

6) Now you Preview the iView.

KM Document iView KM Document iView displays the content of a document. This can be an HTML file or any other document that can be displayed.

By default, this iView is not integrated in a workset.

Note: Before creating KM Document iView ensure that a document is uploaded in KM repository.

Check the below link as how to upload a document in KM repository

https://wiki.sdn.sap.com/wiki/x/ik

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

2) In the template selection wizard choose KM Document iView and Click Next.

3) In the general properties provide iView name and Description and then Click on Next button.

4) Now click Open Object for Editing and click ok button.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 15

Page 16: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

5) In the properties view Edit Path to Directory property.

For Example there is a document with some name in the Folder created by you which is under Document folder (KM repository). Give the path of this document

Eg: /documents/<your folder name>/<file_name>

6) Save the changes and select Preview for testing, now operation will display the contents of the file

which you have given.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 16

Page 17: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

KM Navigation iView If we have a Folder, which has collection of documents & image files for which we wanted to create an iView then we go for KM Navigation iView.

KM Document iView and KM Navigation are similar types of iViews but the difference is KM Navigation Iview is used when we are pointing the iView to whole of the document where as KM Document Iview will point to a particular document or file.

Note: Before working on KM Navigation iView ensure that we have document uploaded in KM repository.

Please check the below link go check how to upload document in KM repository

https://wiki.sdn.sap.com/wiki/x/ik

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

2) In the template selection wizard choose KM Document iView and Click Next.

3) In the general properties provide iView name and Description and then Click on Next button.

4) Now click Open Object for Editing and click ok button.

5) In the properties view, Path to Initially Displayed Folder property.

For Example there is a document with some name in the Folder created by you which is under Document folder (KM repository). Give the path of this document

Eg: /documents/<your folder name>

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 17

Page 18: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Note: As you notice the only difference between KM Document iView and KM Navigation IView is the way in which we give the path of the document.

6) Save the changes and select Preview for testing, now operation will display the contents of the file which you have given.

KM Quick Poll Iview You can use this iView to display a poll. You can choose between several predefined answers and display the result of the poll.

The standard delivery contains the following iViews that are based on the template.

Quick Poll

This iView is displayed by default under Content Management ® Quick Poll Administration. The iView can be personalized. Content managers can change the campaign to look at the different current polls.

Current Topic

This iView is displayed by default under Start -> My Info -> Overview

The iView cannot be personalized. If there is current poll for the given campaign, an HTML page is displayed in place of the poll.

Note: Before creating KM Poll iView ensure that we have already created KM Poll.

Please go through the below link process to create Quick Poll in KM

https://wiki.sdn.sap.com/wiki/x/iU

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

2) Select KM Quick Poll Iview template from the selection wizard.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 18

Page 19: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

3) Give the iView name, iView Id and Description in the general properties wizard.

4) Open the iView and then in the property category give the Campaign to be used (name of the campaign which we have created).

Eg: AnilCampaign

5) When you are done with the changes, you can Preview the iView for testing purpose.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 19

Page 20: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

KM Discussion iView The com.sapportals.km.uidiscussion iView allows users to participate in discussions that are available in the Details dialog box for folders and documents and on the portal homepage.

Note: Before we are starting creating KM Discussion iView, ensure that KM discussion is already created.

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose iView template (This is the SourceType in the RoadMap).

2) There are 2 types of iViews that can be created for KM Discussion iView

a) KM Discussion Group Admin iView -> Template for creating discussion group iView for discussion group administrators.

b) KM Discussion Group iView -> Template for creating discussion group iViews for discussion participants.

3) Depending upon the requirements choose the respective iview and click Next.

4) Give the iView name, iView Id and Description in the general properties wizard.

5) When you are done with the changes, you can Preview the iView for testing purpose

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 20

Page 21: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

PAR (Portal Archive) Iview This iView is basically displays the developed portal content from the deployable portal archive file

i.e. (PAR).

Basically there are two technologies to develop portal content one is webdynpro java and other is by Portal development kit. The Portal application consists of some portal components like Abstract portal component,

Dynpage, JSP DynPage and some sort portal services with a deployment descriptor file portalapp.xml.It also consists of Some JSP files mean WebPages. All these files are bundled into a par file.

To create an iView based on this .par file first we need to upload the par file in to the EP Server.

Uploading PAR File into EP Server

1) Login on to Portal with Administrator permissions.

2) Navigate to System Administration -> Support -> Click Portal Runtime link -> Go to Administrative Console, where you will find browse button to select the PAR file, so choose .par file and then click on Upload button.

Result: The PAR file is uploaded in to your EP server.

1) Go to Content Administration -> Portal Content -> sample (the folder which we have created above) and then right click and choose Portal Component.

2) An iView wizard is displayed for selection of portal archive file, here select the Archive file name and

Click Next button.

Choose com.sap.portal.runtime.admin.logviewer for the Log Iview

The above PAR file is to view the Log File in the Portal, depending upon the requirement we can choose the PAR file. As described above we can create own PAR file and then create Iview for that file too.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 21

Page 22: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

3) A wizard called Portal Component Selection is displayed, select the component you have created

and click Next.

4) Give the general properties i.e. iView name and iView Id and click Next.

5) Now open the iview for editing and then Preview the iView for testing purpose.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 22

Page 23: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

Related Content http://help.sap.com/saphelp_nw2004s/helpdata/en/13/81a673100011d7b84b00047582c9f7/frameset.htm

https://wiki.sdn.sap.com/wiki/x/vik

http://help.sap.com/saphelp_nw70/helpdata/EN/f5/eb50360e6a11d7b84900047582c9f7/content.htm

For more information, visit the Portal and Collaboration homepage.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 23

Page 24: Different Types of iViews in Enterprise Portal 7 - SAP · 2019-11-12 · Different Types of iViews in Enterprise Portal 7.0 . Introduction . An iView refers to any kind of application,

Different Types of iViews in Enterprise Portal 7.0

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2008 SAP AG 24

Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.

SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk.

SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.