Unwired Accelerator provides a way to generalize parameters through the use of the @OP special variable. An @OP tag indicates a parameter that should be altered at playback. You can indicate a default value for @OP tags on the CGI parameter screen.
Generally @OP tags are used to make a SQL query generic, but @OP tags can also be used in Web-based applications. Following are example uses for @OP parameters:
@OP tags for connection pools – see “Creating SAP applications”.
@OP tags in the SQL query of a database or in XML – see “@OP parameters”.
@OP tags in grid rules – see “Using @OP tags with grid rules”.
@OP cookies – see “@OP cookie tags”.
@OP tags as part of an URL – see “Using @OP tags in URLS”.
@OPCGIPARAM – a
mechanism used to extract capture time variables in HTML code for
use by down-stream CCL commands. An example would be generalizing name:value
pairs.
See “Using @OPCGIPARAM to define a default value”.