Quantcast
Channel: SCN : Popular Discussions - SAP Business Rules Management
Viewing all articles
Browse latest Browse all 1717

Runtime Error in CL_FDT_TABLE

$
0
0

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.aaaa.PNG

 

 

Inside the move_data_to_data_object function I get a runtime error which says:errorlog.PNG

The trigger location is the line: ASSIGN er_internal->* to <lv_table_int>.

zuweisung-debug.PNG

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


Viewing all articles
Browse latest Browse all 1717

Trending Articles