Hi Expert,
when I execute the code FAGLL03 with these single input ( GL Account, Company Code, Profit center ). after 20 and 25 mintue it went into run time error. What is the error in run time analysis is below mention.
Program Name: SAPLFAGL_ITEMS_SELECT
Trigger Location of run time error.
program: SAPLFAGL_ITMES_SELECT
Include: LFAGL_ITMES_SELECTU07
row: 329
Module Type : (FUNCTION)
Module Name: FAGL_GET_ITMES_BSAS
DESCRIBE TABLE < it_itab_data> LINES LD_FAGLPOSE_LINES.
if LD_FAGLPOSE_LINES gt 0.
perform complete_data changing
lT_FAGLPOSE[].
APPEND LINES OF lT_FAGLPOSE TO C_T_FAGLPOSE.
ENDIF.
ELSE
ASSIGN: lr_tab_data->* to <lr_tab_data>
lr_struc_data ->* to <ls_struc_data>
refresh <lt_tab_data>
328 line
=== FETCH NEXT CURSOR I_CURSOR
APPENDING CORRESPONDING FIELDS OF TABLE <lt_tab_data>
PACKAGE SIGE id_MAXIMUM_LINES
DELTA_DBCNT = SY-DBCNT - OLD_DBCNT.
OLD_DBCNT = SY-DBCNT.
DESCRIBE TABLE < it_itab_data> LINES LD_FAGLPOSE_LINES.
if LINES LD_FAGLPOSE_LINES gt 0.
if i_read _bseg is initial.
perform convert _data using
<lt_tab_data>
Ir_struc_flexa
Ir_struc_table1
lr_struc_data
lr_tab_data
changing
lt_FAGLPOSE[].
refresh <lt_tab_data> " 987950
please tell me hoe can i resolve this problem so that when we run this tcode it will not go in run time error.
Thanks.
Edited by: Rob Burbank on Jul 19, 2010 2:54 PM