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

Error...

Former Member
0 Likes
416

Moderator: Please use a meaningful title

Hi 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...

2 REPLIES 2
Read only

Former Member
0 Likes
381

Message is misleading you; bug in ur design to insert PO line item;

What is ur business need?

Prabhu Rajesh

Read only

Former Member
0 Likes
381

Hi,

Kindly tell us ur business senario and wt u did?. then v can help u.

Regards.

senthil.s