出现如下显示: 点放大镜出现: 出现上面红色错误的时候 怎么解决 解决办法如下: 这个是开启配置了销售...
此函数一次性查询的字段不可过多,总长度超过DATA字段类型长度512时将抛出异常DATA_BUFFER_EXCEEDED 解决办法 将返回结果按512长度拆分到多个data table返回 FUNCTIONZRFC_READ_TABLE .*"--- *"*"本地接口: *" IMPORTING*" VALUE(QUERY_TABLE) LIKE DD02L-TABNAME *"VALUE(DELIMITER)LIKESONV-FLAGDEFAULTSPACE*...
fields_int-decimals = table_structure-decimals. * compute the place for contents of next field in DATA rows line_cursor = line_cursor + table_structure-leng. * 超长记录拆分行,不再报缓冲溢出的异常 * if line_cursor > line_length and no_data eq space. * raise data_buffer_exceeded. * ...
* compute the place for contents of next field in DATA rows line_cursor = line_cursor + table_structure-leng. * 超长记录拆分行,不再报缓冲溢出的异常 * if line_cursor > line_length and no_data eq space. * raise data_buffer_exceeded. * endif. append fields_int. * ... and into table...
CALL FUNCTION 'RFC_READ_TABLE' destination 'destination' EXPORTING QUERY_TABLE = 'KNB5' TABLES OPTIONS = ??? FIELDS = ??? DATA = ??? EXCEPTIONS TABLE_NOT_AVAILABLE = 1 TABLE_WITHOUT_DATA = 2 OPTION_NOT_VALID = 3 FIELD_NOT_VALID = 4 NOT_AUTHORIZED = 5 DATA_BUFFER_EXCEEDED = 6 ...
EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7. IF sy-subrc EQ 7. ENDIF. 请问怎么解决吗? 狂奔的蜗牛君丶 | 菜鸟二级 | 园豆:202 提问于:2023-03-13 11:40 <...
Solved: Hi, how do i filter the fields returned using function RFC_read_table to avoid the exception data_buffer_exceeded i'm trying to read data from the but000 table.
LINE_CURSOR = LINE_CURSOR + TABLE_STRUCTURE-LENG. IF LINE_CURSOR > LINE_LENGTH AND NO_DATA EQ SPACE. RAISE DATA_BUFFER_EXCEEDED. ENDIF. You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comm...
DATA_BUFFER_EXCEEDED = 6 OTHERS = 7 .*IF sy-subrc <> 0.** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO** WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.*ENDIF.I_TABLE_NAME-TABNAME = tab_name.append I_table_name.CALL FUNCTION 'ZRFC_READ_TABLE_EOFM' IN BACKGROUND TASK ...
ACCESS read-only STATUS mandatory DESCRIPTION "The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipForw...