Print the variable value changes dynamically during execution.
Dear All,
I would like to print the value of a variable which changes during execution in Interactive Application/UBE in JDE E1 9.1.
Is it possible?
For Example:
There is a Push Button on the Form Control and after clicking on Button the value of the variable is validated.
=====================================
Variable=0;
While "Variable" is less than 10
If Variable == 0 than
"execute some calculation"
Variable = Variable+1
End If
If Variable == 1 than
"another block of code"
Variable = Variable+1
End If
.
.
.
.
.
so on..
End While
=====================================
Anyhow these execution will not exceeds the execution more than 10 time.(Variable=0 to 9).
And during this calculation, I would like to