Show TOC Start of Content Area

Background documentation Iview  Locate the document in its SAP Library structure

Represents an iView to be displayed on the page.

Fields

Name

Type

Description

id

String

The ID of the iView

title

String

The display name of the iView

height

int

The height of the iView in pixels.

heightType

String

FIXED, AUTOMATIC or FULL_PAGE

width

int

The width of the iView, in pixels.

requestParameters
ToForward

String

Request parameters sent to the page that should also be sent to the iView.

Parameters should be separated by a comma, but no spaces, such as param1,param2.

An asterisk (*) indicates all parameters.

needed to run the iview. the value is either a comma

iviewType

String

Indicates whether this object represents an iView or page.

The field can be iview or page.

launchURL

String

The URL of the iview.

additionalAttributes

AdditionalAttributesProperties[]

An array of additional attributes for this iView node, as specified in the additionalAttributes field of the PageRequest data type.

 

End of Content Area