2008 Sep 30 7:25 PM
It s giving the dump in standard program when executing the T.code ME22N
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLMEPO " in "FIELD_SELECTION".
The main program was "RM_MEPO_GUI ".
The termination occurred in line 103 of the source code of program "LMEPOF2T " (when calling the editor 1030).
please give me the analysys why it has occured.
the program is
if st_check > 250.
every 250 reads, see how big the buffer is
st_check = 0.
describe table gt_fs_buffer lines l_lines.
if l_lines > lc_max_buffer.
clear ls_buffer.
too big; remove records with low hits;
then reset hit counter
loop at gt_fs_buffer transporting no fields
where hits < 10.
delete gt_fs_buffer.
endloop.
-
> modify gt_fs_buffer from ls_buffer transporting hits.
endif.
endif.
It s giving the dump in standard program when executing the T.code ME22N
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLMEPO " in "FIELD_SELECTION".
The main program was "RM_MEPO_GUI ".
The termination occurred in line 103 of the source code of program "LMEPOF2T " (when calling the editor 1030).
please give me the analysys why it has occured.
the program is
if st_check > 250.
every 250 reads, see how big the buffer is
st_check = 0.
describe table gt_fs_buffer lines l_lines.
if l_lines > lc_max_buffer.
clear ls_buffer.
too big; remove records with low hits;
then reset hit counter
loop at gt_fs_buffer transporting no fields
where hits < 10.
delete gt_fs_buffer.
endloop.
-
> modify gt_fs_buffer from ls_buffer transporting hits.
endif.
endif.
2008 Sep 30 7:31 PM
Did you check OSS Note 421506 - ME21N: Short dump TABLE_ILLEGAL_STATEMENT.
Summary
Symptom
You create a purchase order with Transaction ME21N. In case of large purchase orders, a short dump can
occur if you scroll between the items.
Additional key words
ME22N, GT_FS_BUFFER, short dump
Cause and prerequisites
The problem is caused by a program error. The problem only occurs after the implementation of Note
368585 or after the import of R/3 Support Package 20 for Release 4.6C. In Release 4.6B, the problem does
not occur. Here, only one correction was made to update the source code to the same status.
Solution
An advance correction is available.
2008 Sep 30 8:36 PM
Hi Aparna,
Is it the same note applies for ME22N also, what you have provided the noe is for ME21N,
please clarrify
Thank you.
2008 Sep 30 8:42 PM
It could be the same. It depends on what is triggering the dump. If the reason is the one described in the note then the note applies to your case. Check the OSS note and see if it can be applied to you system depending on the patch level.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |