Hi,
I'm using the code template to call my BRF+ Application. As context the application gets a some elements and a table. The following shows the allocation of this table: itab is an internal table where the data is selected into. "line" is the line-type of itab. It consists of 2 Strings and 2 Floats (or rather the types of the View/Table from which the entries are going to be selected).
I had to change the CREATE DATA statement from TYPE [ENTER DESIRED TYPE HERE] to LIKE TABLE OF line because of the following conversion. With "CREATE DATA ... TYPE itab." I get an Error which says that a table of deep structure cant be converted to type itab.
Inside the move_data_to_data_object function I get a runtime error which says:
The trigger location is the line: ASSIGN er_internal->* to <lv_table_int>.
The Components of the table inside of the BRF+ Context are Text, Text, Number, Number. All other Context Elements are Numbers and set to 0.
Thanks for any hints!
Best Regards,
Dominik
Message was edited by: Dominik Eira Elias