cancel
Showing results for 
Search instead for 
Did you mean: 

UNCAUGHT_EXCEPTION

Former Member
0 Kudos

Short text
    An exception occurred that was not caught.

What happened?
    The exception 'ZCX_RETURN_TAB' 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
     'ZCL_PDF_ACTIONS===============CP' has to be
    terminated.

What can you do?
    Note down which actions and inputs caused the error.


    To process the problem further, contact you SAP system
    administrator.

    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.

Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'ZCX_RETURN_TAB', was not caught in
    procedure "SET_DATA" "(METHOD)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    An exception occurred

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189725
Active Contributor
0 Kudos

I believe this is a Custom development which is getting into runtime errors.

Please contact your ABAP development team for checking the correctness of the code.

Regards

Ratnajit

Former Member
0 Kudos

OK

former_member184473
Active Contributor
0 Kudos

Hello Kanakala,

Just to complement Ratnajit's answer, you can check ST11 and SM21 to collect further information.

Regards,

Eduardo Rezende