LogiView

Declaration of Variables

 

In order to keep this example as brief as possible, the following variable declaration is used and variables are assigned to decision tables / procedures unless stated otherwise (Manager > Macro > LogiView > Declarations > Variables):

Name T Dim ... Database access ...
NUMBER I 0
 
 
 
I_NO S 5
 
"ITEM.ITM_NO"
 
ORDER S 0
 
"ORDER.ORD_NO"
 
NAME S 5
 
"ITEM.NAME"
 
CREATOR S 0
 
"DRW.CREATOR"
 
FORMAT S 0
 
"DRW.FORMAT",actual
 
HEADLINE S 0
 
 
 
ID I 0
 
 
 
S_PRICES F 0
 
"ORDER_ITEM.PRICE"
 
QUANTITY F 0
 
"ORDER_ITEM.QUANTITY"
 
NORM S 0
 
"MAT.ISO",actual
 
P_NO I 5
 
"ITEM.PA_NR"
 
PRICE F 5
 
"ITEM.PRICE_TOTAL"
 
RC I 0
 
 
 
STD S 0
 
"MAT.STANDARD"
 
TEXT S 0
 
 
 
LINE I 0