=> Internal tables can be used as operands in the logical expression.
....<itab1> <operator> <itab2>....
For <operator>, all operators in comparisons between data types can be used, such as EQ, =, NE, <>, x, GE, >=, LE, <=, GT, >, LT, <.
The criteria for comparing internal tables are the number of lines they contain. The more lines an internal table contains, the larger is the comparison. If two internal tables contain the same number of lines, they are compared line by line, component by component. If components of the table lines are themselves internal tables, they are compared recursively.
....<itab1> <operator> <itab2>....
For <operator>, all operators in comparisons between data types can be used, such as EQ, =, NE, <>, x, GE, >=, LE, <=, GT, >, LT, <.
The criteria for comparing internal tables are the number of lines they contain. The more lines an internal table contains, the larger is the comparison. If two internal tables contain the same number of lines, they are compared line by line, component by component. If components of the table lines are themselves internal tables, they are compared recursively.
No comments:
Post a Comment