EXPORT_BUFFER_NO_MEMORY CX_SY_EXPORT_BUFFER_NO_MEMORY GENERATE_SUBPOOL_DIR_FULL CX_SY_GENERATE_SUBPOOL_FULL MOVE_CAST_ERROR CX_SY_MOVE_CAST_ERROR PERFORM_PROGRAM_NAME_TOO_LONG CX_SY_PROGRAM_NOT_FOUND REPLACE_IN
generate_subpool_dir_full = 1 OTHERS = 2. ASSIGN lt_data->* TO <ft_tab>. ENDIF. ENDFORM. 文本元素 001 Select Options 002 Upload file is not valid. 003 Table structure transfer failed. 004 Upload file is empty. 005 Data update successfully. 006 Data update failed. 007 Update Mode 选...
Cause:No further temporary subroutine pools can be generated. Runtime Error:GENERATE_SUBPOOL_DIR_FULL Cause:The source code is in a table consisting of strings and the table contains rows with more than 255 characters. Runtime Error:GEN_SOURCE_TOO_WIDE Continue...
generate_subpool_dir_full=1others=2. assign dyn_table_excel->* to <dyn_table_excel>. else. clear:
DYN_CALL_METH_NOT_IMPLEMENTED CX_SY_DYN_CALL_ILLEGAL_METHOD EXPORT_BUFFER_NO_MEMORY CX_SY_EXPORT_BUFFER_NO_MEMORY GENERATE_SUBPOOL_DIR_FULL CX_SY_GENERATE_SUBPOOL_FULL MOVE_CAST_ERROR CX_SY_MOVE_CAST_ERROR PERFORM_PROGRAM_NAME_TOO_LONG CX_SY_PROGRAM_NOT_FOUND REPLACE_INFINITE_LOOP CX_SY...
GENERATE_SUBPOOL_DIR_FULL = 1 others = 2 . assign dy_table->* to <dy_table>. create data dy_wa like line of <dy_table>. assign dy_wa->* to <dyn_wa>. loop at itab. assign component 'BELNR' of structure <dyn_wa> to <fs>. ...
wa_fldcat-outputlen =20. wa_fldcat-coltext ='COL1'.APPENDwa_fldcatTOlt_fldcat. ...CALLMETHODcl_alv_table_create=>create_dynamic_tableEXPORTING*i_style_table =it_fieldcatalog =lt_fldcat*i_length_in_byte =IMPORTINGep_table=dy_table*e_style_fname =EXCEPTIONSgenerate_subpool_dir_full=1...
ENDLOOP. CALL METHOD cl_alv_table_create=>create_dynamic_table//生成動態內表 EXPORTING it_fieldcatalog = it_strtab IMPORTING EP_TABLE = dy_table EXCEPTIONS GENERATE_SUBPOOL_DIR_FULL = 1 others = 2 . assign dy_table->* to <dy_table>. create data dy_wa like line of <dy_table>. as...
动态内表GENERATE_SUBPOOL_DIR_FULL造成DUMP问题修复 在使用动态内表时,系统报出ABAP Dump,异常消息为GENERATE_SUBPOOL_DIR_FULL。 查看代码:cl_alv_table_create=>create_dynamic_table在此位置处dump,经查阅资料,该方法为旧版中使用的创建动态内表的方式,该类调用时会创建一个子例程,并且存在一定限… ...
_ASSIGN_OUT_OF_RANGEDATASET_OFFSET_TOO_LARGECX_SY_FILE_POSITIONDYN_CALL_METH_NOT_IMPLEMENTEDCX_SY_DYN_CALL_ILLEGAL_METHODEXPORT_BUFFER_NO_MEMORYCX_SY_EXPORT_BUFFER_NO_MEMORYGENERATE_SUBPOOL_DIR_FULLCX_SY_GENERATE_SUBPOOL_FULLMOVE_CAST_ERRORCX_SY_MOVE_CAST_ERRORPERFORM_PROGRAM_NAME_TOO_LONGCX...