
The parameter search provided in Guided Procedures (GP) design time allows you to look for parameters that contain an arbitrary string in their parameter name, technical name or origin. It is useful in the process of parameter consolidation, when you have to find and map input and output parameters.
The following features characterize the GP parameter search:
You can use wildcard characters such as the asterisk (*) and the question mark (?) for finding and replacing characters in a string. A detailed description of regular expressions in Java is provided in the online API reference at http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html .
Additionally, you can sort parameters in ascending or descending order depending on their name, technical name, type, and origin.
You can use parameter sort and search in both edit and display mode at the process, block, and action level. You cannot perform a parameter search on a callable object level.
More information: Authorizations
The option specifies which parameter properties you want to include in the search.
The pattern can be any valid regular expression. In case of an invalid entry, the system displays a relevant message.
Parameters that match the criteria and the filter pattern appear in the list.
Parameters appear in a flat list, where you cannot view the structure itself. In the Defined For column, you can see the path to each parameter which lists the activity it is defined for, as well as all parameters in the structure hierarchy in the form <activity>:<structure_1>:…:<structure_n>. If you want to locate a parameter in its corresponding structure, select it from the list and choose Browse To.
Once you have found the parameters you need, you can:
More information: Configuring Parameters
More information: Consolidating Parameters