cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro dump CX_WD_GENERAL

Former Member
0 Kudos

Dear All,

I am getting following dump when I am executing WDA. I have activated all the services also FQDN is set correctly. Request you to help me in getting out of this problem.

Runtime Errors         UNCAUGHT_EXCEPTION
Exception              CX_WD_GENERAL
Date and Time          10.10.2013 10:52:11

Short text
     An exception occurred that was not caught.

What happened?
     The exception 'CX_WD_GENERAL' 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
      'CX_WD_GENERAL=================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 which is explained in detail below.
    The exception, which is assigned to class 'CX_WD_GENERAL', was not caught and
    therefore caused a runtime error.
    The reason for the exception is:
    WebDynpro Exception: Subclass of  must overwrite/replace method .


How to correct the error

    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:

    "UNCAUGHT_EXCEPTION" "CX_WD_GENERAL"
    "CX_WD_GENERAL=================CP" or "CX_WD_GENERAL=================CM003"
    "RAISE"


    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:

    1. The description of the current problem (short dump)

       To save the description, choose "System->List->Save->Local File
    (Unconverted)".

    2. Corresponding system log

       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".

    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".

    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.

Information on where terminated
    Termination occurred in the ABAP program "CX_WD_GENERAL=================CP" -
     in "RAISE".
    The main program was "SAPMHTTP ".

    In the source code you have the termination point in line 5
    of the (Include) program "CX_WD_GENERAL=================CM003".

Source Code Extract

Line  SourceCde

    1 method RAISE .
    2
    3   DATA: error TYPE STRING.
    4   error = MSG_STRING( msg = msg a = a b = b c = c i = i j = j k = k ).
>>>>>   RAISE EXCEPTION TYPE CX_WD_GENERAL EXPORTING msg = error.
    6
    7 endmethod.

Thanks.

Best Regards,

Akshay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check ST22 for dumps. Pat attention to error:

The reason for the exception is:

    WebDynpro Exception: Subclass of  must overwrite/replace method .

Former Member
0 Kudos

Hi Roman,

What does this error means? I have searched but not found the solution.

Thanks & Regards

Akshay

Former Member
0 Kudos

Check ST22 dumps first.

Former Member
0 Kudos

There is only one dump which I have posted in my question.

Former Member
0 Kudos

To answer on your question you need to provide more info:

1) provide full dump (if not yet);

2) what is the version of SAP_BASIS component?

Former Member
0 Kudos

I think this is because of some configuration issue. As i saw there are no. of result available for the same on SCN. Could you please search on Google by "CX_WD_GENERAL site:scn.sap.com". there are no. of thread for the same.

and please check this link also : SAP Library - Developing, Configuring, and Adapting Applications

Former Member
0 Kudos

Hi Chandra,

I have already checked the link given by you. But I am not finding where is the issue.