Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting Dump while reprocessing idoc with status code 64

arsul_parshuram
Participant
0 Likes
577

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.

1 REPLY 1
Read only

Former Member
0 Likes
391

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.