‎2013 Feb 26 9:17 AM
Dear All,
I have some idoc which status code is 64. while i am reprocessing this idoc using we19 and bd87 it going to dump.
dump showing as below.
A RAISE statement in the program "CL_PO_ITEM_HANDLE_MM==========CP" raised the
exception
condition "FAILURE".
Since the exception was not intercepted by a superior program
in the hierarchy, processing was terminated.
CALL FUNCTION 'MEPO_DOC_ITEM_GET'
EXPORTING
im_ebelp = po_item_number
IMPORTING
ex_item = ex_data
EXCEPTIONS
failure = 01.
IF sy-subrc NE 0.
RAISE failure.
ENDIF.
it is rasing failure dump.
is their any sap note i have to apply.
Please help me out this.
‎2013 Mar 01 4:29 AM
Are all your idocs of this message type failing? If yes, then you might have a bigger problem. If it yes one of the idocs, why don't you check your data in the IDOC and also Check what this method does and why the same fails. That might be a good starting point.