cancel
Showing results for 
Search instead for 
Did you mean: 

Error calling RFC function to get table data:

0 Kudos
794

I am trying to load data from BH /BIC tables into SQL Server Database and am running into two separate but I think related RFC_ABAP_EXCEPTION (Read_Errors). I am loading from a direct table import (Not using an ABAP DF). There are some decimal columns at are huge (decimal(31,14)) and I looked into maybe adding Z_AW_RFC_READ_TABLE but I have seen that is usually used for SAP ECC and also I am not getting the typical BUFFER_EXCEEDED error that usually comes with it.

The two types of errors are below.

1

(14.2) 10-01-18 10:52:56 (E) (11332:6916) RUN-053005: |Data flow All_Activities_with_Predecessor_BHP_DF|Reader /BIC/B00078980001
                                                      A numeric's maximum number of digits is <28>. You are attempting to store value or constant <00163E504E371ED894D44711E20A5839>,
                                                      whose <32> digits exceed the maximum.
 (14.2) 10-01-18 10:52:56 (E) (11332:6916) R3C-151001: |Data flow All_Activities_with_Predecessor_BHP_DF|Reader /BIC/B00078980001
                                                      Error calling RFC function to get table data: <RFC_ABAP_EXCEPTION-(Exception_Key: READ_ERROR>.

2

 (14.2) 09-28-18 14:22:15 (E) (12028:8552) RUN-050803: |Data flow Opportunity_Item_BHP_DF|Reader /BIC/B00079350001
                                                      Cannot convert data <2018-04> into type <DECIMAL> in file <SapDB::srcDB_table_query_stream>, row number <0>, column number <86>.
 (14.2) 09-28-18 14:22:15 (E) (12028:8552) R3C-151001: |Data flow Opportunity_Item_BHP_DF|Reader /BIC/B00079350001
                                                      Error calling RFC function to get table data: <RFC_ABAP_EXCEPTION-(Exception_Key: READ_ERROR>.
 

Any thoughts would be much appreciated and thank you,

Paul

Accepted Solutions (0)

Answers (0)