I have problem with assign component:
in a method, i have an exporting parameter type any table.
Therefore i do not know the structure of this. Now i want to fill this table with
assign component 1 of structure it_example[] to <p>. <p> = "xyz".
Having a structure this is no problem, but a table is not a structure and therefore im getting result code of 4.
Outsite methods i can use tables with headerlines, and the headerline has a structure so with the assign i can fill the header line.
In OO context, tables with headerlines are not allowed. So how can i fill the table if i do not have a glue what the structure looks like? Any idea?