Hi,
I have a dynamic table <table> and want to find select all matchings with the value <value>.
To better understand something like this.
loop at <table> assigning <wa>.
" find <value> in <wa>.
endloop.
if found <value> should have the same type and value in the matching component in wa.
Please help. I have no clue.
Any suggestion is welcome.
thanks