Created by Jerry Wang on Jul 09, 2014
For example check how is the following rule loaded in the runtime:
When we change the value of one variable and click refresh to trigger roundtrip to backend:
the rule detail information is fetched from database table and buffered in the internal table:
in customizing we could see there are totally 3 rules maintained for the content ZCR_KT:
and in the memory, the three rules look like below:
let's focus on the second row for rule CR_RULE_TEST:
rule detail stored here:
double click ARGUMENTS to see its content:
double click on the first line: ->{O:8247*\CLASS-POOL=/IPRO/CL_EVALUATION\CLASS=LCL_AND_OR}
double click one of them, and we get the following result:
->{O:7749*\CLASS-POOL=/IPRO/CL_EVALUATION\CLASS=LCL_FIELD}:
->{O:7748*\CLASS-POOL=/IPRO/CL_EVALUATION\CLASS=LCL_CONST}:
entry for constant value 'X':
And which operations should be applied on element ZCR_RULE_TEST could be found here: