Hi,
I'm an ABAP beginner and I'm stuck with a logic problem.
To explain the principe I'll create a small situation:
following Internal table:
Col001 Col002 Col003 Col004 Col005
Test 1 2
Test2 3 4
Is it possible to loop through this table and create a new internal table with the column name and a boolean (true=fill, false=empty)
Kind regards,