Hi Experts,
I have a Web Dynpro table containing the status field which should have two values
status table
| PASS |
| FAIL |
| FAIL |
| FAIL |
| PASS |
| PASS |
and below it I have another table containing failed items
my question is : I want to link the first table with the second table dynamically with Link To Action, but when the status in the first table is FAIL only .
Failed items table
| Failed items |
|---|
| failed item number 1 |
failed item number 2 |
failed item number 3 |
failed item number 4 |
failed item number 5 |
failed item number 6 |