Show TOC

Define Action Box

In this step, you define additional functions (activities) that can be performed during the processing of a notification. You define these functions using a key and an identifier and they are assigned to a notification type. The follow-up functions appear in a separate screen section (action box) in the header, when you process notifications.

You can control the structure of the action box in the following way:

You can control the execution of the function in the following way:

: When you display the notification, the system only offers the functions that were defined with attribute "No documentation". The assigned function module cannot make any changes to the notification.

For each function, you can also define several dependent functions (dependent follow-up functions). These dependent follow-up functions can be triggered from the action box, after the higher-level function has been executed. In this way you can ensure the adherence to certain sequences during processing. For more information about setting up these sequences, see the documentation for the function module QM07_MERGE_ACTIONBOX.

Standard Settings

To simplify the programming of your own function modules, the standard system contains non-operational examples for tasks, activities and change workflow container. You can take the interface that supports your own function modules from these examples.

The standard system contains various example functions that you can use as sources and copy models for your own definitions. You search for the appropriate function modules using the generic keys:

The data relating to these examples (table settings and corresponding catalog entries) is contained in client 000 in the standard system and must be transferred to the current client if required.

Recommendation

Note that with each Release, there may be additional useful examples contained in the standard system. Transfer these examples if required into the current client.

Activities

1. Determine which recurring functions you can define, dependent on the notification type.
2. Define these functions. Perform any programming necessary for the function modules you require. Proceed as follows:
a) Define the key and identifier for the function
b) Assign a function to the notification type
c) Define the controls for the function
d) Enter a function module with the required flow logic (optional)
e) Define icons and text
f) Enter code group and code for the task or activity from the catalog that is assigned to the notification type, if the function is to be documented as a task or activity.
You must enter a status for the task that is to be included in the notification.
3. Determine if tasks are to be supplemented by the workflow and define the workflow tasks if required. If the assigned function module has a container for the Workflow task, the container must also have an entry.
4. Determine whether the functions are to be triggered in a particular sequence and if so, define the dependent follow-up functions.

Further Notes

In the notification header, only those functions appear, for which the user has authorization. Tip: For tasks and activities, use the authorization for use of certain code groups.