Hi Expert
I am facing Posting Run Time Error
Runtime Errors MESSAGE_TYPE_X
Date and Time 02.10.2009 17:28:41
Short text
The current application triggered a termination with a short dump.
What happened?
The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
Error analysis
Short text of error message:
A serious error has occurred
Long text of error message:
Diagnosis
An error occurred which cannot be specified in more detail.
System Response
The system cannot continue processing.
Procedure
Get in touch with your run or system administrator.
Procedure for System Administration
Contact SAP.
Technical information about the message:
Message class....... "HRFPM"
Number.............. 106
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
gger Location of Runtime Error
Program CL_HRFPM_CD_CLOSING_HANDLER===CP
Include CL_HRFPM_CD_CLOSING_HANDLER===CM00E
Row 13
Module type (METHOD)
Module Name GET_FM_POS_CHECK_DATA
rce Code Extract
e SourceCde
1 METHOD GET_FM_POS_CHECK_DATA.
2 rp_check_data-check_date = is_fm_doc_pos-due_date.
3 rp_check_data-compcode = is_fm_doc_pos-bukrs.
4
5 IF rp_check_data-check_date IS INITIAL
6 or rp_check_data-compcode is INITIAL.
7 SELECT SINGLE due_date bukrs FROM hrfpm_fm_pos
8 INTO (rp_check_data-check_date,rp_check_data-compcode)
9 WHERE enc_type = is_fm_doc_pos-key_pos-enc_type
10 AND belnr = is_fm_doc_pos-key_pos-belnr
11 AND fpm_posnr = is_fm_doc_pos-key_pos-fpm_posnr.
12 IF sy-subrc <> 0.
>> MESSAGE x106(hrfpm).
14 ENDIF.
15 ENDIF.
16 ENDMETHOD.
Hi Waiting for some inputs. Plz help me out to sort my issue
With Regards
Vikram
Edited by: Vikram N on Oct 5, 2009 9:35 AM