Hi experts,
I have the following requirement:
based on an input table I have to fill three different tables. To determine the values of the output tables, all the entries of the input tables need to be analyzed. As it is not possible to add three result data objects, I defined a structure with three nested table as result object.
Within a loop I want to insert the data to the nested tables of the result data object. But BRF+ doesn't offer me the nested table as target for the insert.
Are there any other ways of achieving this?
As all this is regarded as one rule from a functional point of view, I don't want to create three functions. If I create three functions, one could call them separately which would lead to a wrong result.
Thanks in advance for any help & cheers!
Martin