‎2008 Oct 30 3:37 AM
Moderator: Please use a meaningful titleHi Guys,
I am getting a dump. The error analysis is
A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP " raised the
exception condition "FAILURE".
I chekced for this in SE28 and SE37... Could not find it. I am runnign a program to insert line items to PO.
Please let me know the issue.
Code Extract :
Source code extract
000010
000020 METHOD get.
000030
000040 IF my_manager is initial.
000050 CALL METHOD get_manager.
000060 ENDIF.
000070
000080 CALL METHOD my_manager->search EXPORTING im_id = im_id
000090 IMPORTING ex_handle = ex_handle
000100 EXCEPTIONS failure = 01.
000110
000120 IF sy-subrc ne 0.
> RAISE failure.
000140 ENDIF.
000150
000160 ENDMETHOD.
Regards,
M...
‎2008 Oct 30 5:02 AM
Message is misleading you; bug in ur design to insert PO line item;
What is ur business need?
Prabhu Rajesh
‎2008 Oct 30 5:08 AM
Hi,
Kindly tell us ur business senario and wt u did?. then v can help u.
Regards.
senthil.s