|
Workflow Start transaction in NetWeaver |
|
|
|
|
Written by Kevin Wilson
|
|
Tuesday, 10 July 2007 |
|
We used to be able to start a workflow using the transaction SWUG but that is no longer available. To do the procedure in the NetWeaver environment do the following:
To start a workflow using a transaction in 6.40 you need to do the following: - Define your workflow and note the number. Eg. WS 90100020
- Note that your workflow must have a Start form defined. To define a start form go to the workflow builder and choose menu option Goto – Basic Data
- Click the start forms tab
- Click the new form icon to create a new form. Note that you need a structure defined as a container element that has import as a property in order to use the wizard to create the form for you. The wizard will bring all the fields from that structure onto the form. After it is created you can go and edit the form using the normal screen painter.
- Now we need to create the transaction. Create a parameter transaction using SE93
- Use WF_START as the transaction
- Check “Skip initial screen” if you know the details of your parameters
- Enter default values for the following:
i. GC_TASK = Workflow definition number. Eg. WS90100020 ii. GC_PROGRAM = SAPLZ<defn as above>. Eg. SAPLZWS90100020 iii. GN_SUBSCREEN = 0001 iv. GC_CONTAINER_ELEMENT = You can leave blank |