Hi Experts,
When I try to execute the project and in the third step inside my package that is initialization of conversion/scrambling settings I got the error says "Execution terminated" meaning we can not continue the other steps till we get this step completed %100. We implemented the OSS note # 18999080 with no luck to solve the issue.
Can you give your thought that cause this error.
Appreciate your usual help
I have copied below the ST22 error details:
|Short text
| An exception occurred that was not caught.
----------------------------------------------------------------------------------------------------
|What happened?
| The exception 'CX_WD_CONTEXT' 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_WDR_CONTEXT_NODE_RANGE=====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_CONTEXT', was not caught and |
| therefore caused a runtime error. |
| The reason for the exception is: |
| Number of Elements of Selection of VIEW_TABLE.1.DATA Violates Cardinality |
| |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|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_CONTEXT" |
| "CL_WDR_CONTEXT_NODE_RANGE=====CP" or "CL_WDR_CONTEXT_NODE_RANGE=====CM01U" |
| "CHECK_SELECTION" |
| |
| |
| 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.