Hi Gurus,
Infospoke is failing with short dump error. ( ABAP/4 processor: MESSAGE_TYPE_X)
I have performed last request reset in Delta job and the job was successful. since then it is failed.
When the job is supposed to be executed through process chain unfortunately short dump error.
when i check the status of the request in Delta administration.
Short dump error details.
Information on where terminated
The termination occurred in the ABAP program "SAPLRSBO" in "LOGSTATE_CHECK".
The main program was "RSPC_MAINTAIN_SINGLE ".
The termination occurred in line 15 of the source code of the (Include)
program "LRSBOF01"
of the source code of program "LRSBOF01" (when calling the editor 150).
Source Code Extract
Line SourceCde
1 *----------------------------------------------------------------------*
2 ***INCLUDE LRSBOF01 .
3 *----------------------------------------------------------------------*
4 *&---------------------------------------------------------------------*
5 *& Form logstate_check
6 *&---------------------------------------------------------------------*
7 * text
8 *----------------------------------------------------------------------*
9 * -->I_S_ODSLOGSTATE text
10 *----------------------------------------------------------------------*
11 form logstate_check using i_s_odslogstate type rsbodslogstate.
12 if i_s_odslogstate-compr_ods > i_s_odslogstate-processed_all or
13 i_s_odslogstate-processed_all > i_s_odslogstate-processed_one or
14 i_s_odslogstate-processed_one > i_s_odslogstate-active .
>>>>> message x299(brain) with 'RSBLOGSTATE' 'STATE_CHECK'.
16 endif.
17 endform. " logstate_check