Skip to Content
0
Nov 26, 2009 at 07:08 AM

"RECORD_POS_NOTFOUND" Exception will "Reinitialize Device" in DOE Portal

38 Views

Hi Experts...

I got a "RECORD_POS_NOTFOUND" Exception will "Reinitialize Device" in DOE Admin Portal.

Exception trace:

Error analysis
    A RAISE statement in the program "ZDOECL_000_00K_0_STRWRPR======CP" raised the
     exception
    condition "RECORD_POS_NOTFOUND".

Information on where terminated
    Termination occurred in the ABAP program "ZDOECL_000_00K_0_STRWRPR======CP" -
     in "IF_NODE_READ_WRAPPER~GETATTRIBUTE".
    The main program was "SAPMHTTP ".

    In the source code you have the termination point in line 57
    of the (Include) program "ZDOECL_000_00K_0_STRWRPR======CM002".

47     when 'SENDBITS'.
48       attrvalue = wa-sendbits.
49     when 'STATEID'.
50       attrvalue = wa-stateid.
51     when 'BEF_IMG'.
52       attrvalue = wa-bef_img.
53     when 'TR_STATUS'.
54       attrvalue = wa-tr_status.
55   endcase.
56 ELSE.
 RAISE RECORD_POS_NOTFOUND.         *<----- Exception* 
58 ENDIF.
59 endmethod.

Regards.

lakshman balanagu