|
In order to keep the examples as brief as possible, the variable declarations
below (menu: ) are used in the rule, and decision tables
are assigned to the procedures:
| Name |
Datatype |
Number of elements in an array |
Predefinition |
Database access |
| DOCU_DATE_1 |
D |
0 |
|
|
| DOCU_FLOAT_1 |
F |
0 |
|
|
| DOCU_FLOAT_2 |
F |
0 |
|
|
| DOCU_FLOAT_3 |
F |
0 |
|
|
| DOCU_INT_1 |
I |
0 |
|
|
| DOCU_INT_2 |
I |
0 |
|
|
| DOCU_INT_3 |
I |
0 |
|
|
| DOCU_LOGIC_1 |
L |
0 |
FALSE |
|
| DOCU_STRING_1 |
S |
0 |
|
|
| DOCU_STRING_2 |
S |
0 |
|
|
| DOCU_STRING_3 |
S |
0 |
|
|
| DOCU_STRING_4 |
S |
0 |
|
|
| DOCU_STRING_1_DB |
S |
0 |
|
"T_MASTER_DAT.PART_NAME_ENG" |
| DOCU_STRING_2_DB |
S |
0 |
|
"T_DOC_DAT.DOCUMENT_ID" |
| DOCU_STRING_ARRAY_1 |
S |
5 |
|
|
| DOCU_INT_ARRAY_1 |
I |
10 |
|
|
| RAL_NR |
S |
3 |
|
|
| NAME |
S |
3 |
|
|
For all other cases the declaration is given in the example.
|