cancel
Showing results for 
Search instead for 
Did you mean: 

UNCAUGHT_EXCEPTION CX_SOCM_NOT_IMPLEMENTED

Former Member
0 Kudos

Hi all,

i'm getting Dump error in Solution manager 7.0

while performing maintenance optimizer.

Runtime Errors UNCAUGHT_EXCEPTION

Except. CX_SOCM_NOT_IMPLEMENTED

What happened?

The exception 'CX_SOCM_NOT_IMPLEMENTED' was raised, but it was not caught

anywhere along

the call hierarchy.

Since exceptions represent error situations and this error was not

adequately responded to, the running ABAP program

'CL_CHM1_CHANGE_REQU_INSTANCE==CP' has to be

terminated.

information on where it got terminated:----

592 * e_suser = e_suser

593 * e_partner_no = lv_parnr

594 EXCEPTIONS

595 no_user_assigned = 1

596 no_customer_number = 2

597 OTHERS = 3.

598 IF sy-subrc = 1 OR sy-subrc = 3.

599 conditions_ok = cl_socm_integration=>false.

600 ENDIF.

601 WHEN 'NO_CRTCL_OBJ'.

602 conditions_ok = me->check_crtcl_obj( ).

603 WHEN '0NO'.

604 conditions_ok = cl_socm_integration=>false.

605 WHEN '0YES'.

606 conditions_ok = cl_socm_integration=>true.

607 WHEN '0BREAK'.

608 BREAK-POINT. "#EC NOBREAK

609 WHEN space.

610 * avoid exception since it is the default in table TSOCM_COND_MAPP

611 WHEN OTHERS.

>>>>> RAISE EXCEPTION TYPE cx_socm_not_implemented.

613 ENDCASE.

614

615 ENDMETHOD.

Request you to helpme in solving this dump error.

thanking you in all and anticipation,

by

Raghava rao

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Satheesh,

Please go through the following SAP Note.

[Note 1242931 - Dump UNCAUGHT_EXCEPTION - CX_SOCM_NOT_IMPLEMENTED|https://websmp230.sap-ag.de/sap/support/notes/1242931]

Hope it helps

Regards,

Satish.