Show TOC Start of Content Area

Background documentation Wizard Context  Locate the document in its SAP Library structure

By implementing the IWizard component interface definition, your wizard defines the following context attributes in the WizardFWNode node:

ObjectDetails Node

Attribute

Type

Description

masterLangDisplayName

string

Display name of the master language selected in the General Properties pane.

masterLangTecName

string

ID of the master language selected in the General Properties pane.

objectDescription

string

Description entered in the General Properties pane.

objectID

string

Object ID entered in the General Properties pane.

objectIDPrefix

string

Object ID prefix (namespace) entered in the General Properties pane.

objectName

string

Object name entered in the General Properties pane.

 

SummaryInfo Node

This node contains the information to be displayed in the summary pane.

By creating a new SummeryInfo node element, a new line in the finish pane is displayed with the object name and icon (if the specified object type is one of the out-of-the-box object types).

Attribute

Type

Description

objectName

string

Object name to be displayed in the summary pane.

objectType

ObjectTypes

Object type to be displayed in the summary pane.

SummaryParameters SubNode

This subnode contains attributes to be displayed in the summary pane for the current object.

Attribute

Type

Description

summaryAttributeName

string

Attribute name to be displayed in the summary pane.

summaryAttributeValue

Object

Attribute value to be displayed in the summary pane.

 

Root Attributes

Attribute

Type

Description

componentTypeParam

ObjectTypes

The object type to be created.

editorIDParam

string

The ID of the tab in which the wizard runs (automatically generated).

objectID

string

PCD address of the portal object on which the wizard was invoked.

oClass

string

Object class of the portal object on which the wizard was invoked.

paramsHolderComponent
Usage

IWDComponent
Usage

Information about the wizard that is required by the out-of-the-box panes.

saveLocationParam

string

Same as objectID.

 

End of Content Area