Show TOC Start of Content Area

Process documentation How to Create a PCM Wizard  Locate the document in its SAP Library structure

A PCM wizard is a portal application, deployed in a PAR, with the following parts:

·        PCM Wizard Component: A portal component that represents the overall PCM wizard.

·        Panes: Each user pane is a Java class that defines the user interface for one section of the wizard.

·        Conditions: A Java class that defines a condition for transitioning from one pane to another.

Workflow

The following are the steps required for creating a PCM wizard:

...

       1.      Step 1: Creating User Panes

       2.      Step 2: Creating a PCM Wizard Component

       3.      Step 3: Creating Conditions

 

End of Content Area