3.3.3 Updated WF Editor - Task Actions
Details:
Table of Contents |
---|
...
This is a unique ID of the action that is passed into the ABAP user exits. When the status of the form changes, ABAP code can be used to interrogate the last performed action and perform the necessary operations. . It is not recommended to use the same Action ID for different Tasks as this may cause errors in hidden action functionality.
Action Text
This is the text that appears on the button.
...
Info | ||
---|---|---|
| ||
The Outcome of an Approve action may be the Completed Task whereas the Reject action may take the Form back to the original Creation or a specific Review task. |
...
- Action ID's should be defined in UPPER CASE and contain no spaces by convention. If necessary, combine more than one word into an ID using an underscore. These are used in ABAP code, and as such should be similar to the Function Code values we define in a GUI Status.
- Action Text should be a verb or a (very short!) sentence fragment containing one or more verbs. This is the actual text that will appear on the button. For example:
...