on 2018 Oct 01 5:04 PM
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
Request clarification before answering.
User | Count |
---|---|
86 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.