Hello Experts,
I've a requirement where on TEXT FIELD I need to display 16 X 16 values. For example here is my matrix
Header 1 | Header 2 | Header 3 | Header 4 | Header 5 | Header 6 | Header 7 | Header 8 | Header 9 | Header 10 | Header 11 | Header 12 | Header 13 | Header 14 | Header 15 | Header 16 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DG | COS | ECQ | SDL | SPU | SPH | COL | TPY | DEC | MUL | RDL | BYO | BYD | ACC | RPU | SIG |
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X |
| |||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
X | X | ||||||||||||||
Above I've only show 1 possibility where DG can have value with any other column. Now you can think off the same for COS, ECQ and so on. Then as next step any two can have values let say DG and COS and any other can have value and then three can have value and so on.
When I tried to add conditions for all 16 X 16 possibilities then at some point of time I get short dump and here is the description.
A jump distance is too large and cannot be generated.
A control structure or a routine with "CHECK" or "EXIT" contains
too many ABAP statements.
Can somebody please help me to find a solution of this requirement.
Many thanks in advance.