2010 Oct 26 11:02 AM
Hello all,
We are trying to save a document from Transaction code XD01 (ECC), but upon saving, ABAP Dumps occured.
Short Text - Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.
Please help.
Thank you.
Regards,
Cery
Hello all,
We are trying to save a document from Transaction code XD01 (ECC), but upon saving, ABAP Dumps occured.
Short Text - Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.
Please help.
Thank you.
Regards,
Cery
2010 Oct 26 11:19 AM
2010 Oct 26 11:36 AM
ST22:
Short text
Exception condition "DATA_INCONS_IN_EXIT_MANAGEM" raised.
What happened?
The current ABAP/4 program encountered an unexpected
situation.
Error analysis
A RAISE statement in the program "CL_EXITHANDLER================CP" raised the
exception
condition "DATA_INCONS_IN_EXIT_MANAGEM".
Since the exception was not intercepted by a superior
program, processing was terminated.
2010 Oct 26 11:39 AM
If the dump occurred in standard SAP, look for OSS notes. If it's in your own code: catch the exception.
2010 Oct 26 11:58 AM
Hi,
Please check if any badi implemented incorrectly, as CL_EXITHANDLER is the default class for BADI.
Check if anything wrong with BADI implementation or definition..
2010 Oct 28 2:43 AM
Hello,
Where can I find if BADI was implemented successfully?
Thank you.
2010 Oct 28 7:24 AM
Hello,
The data_incons_in_exit_managem exception is raised from GET_INSTANCE from CL_EXITHANDLER class.
Please make breakpoint on line where CALL METHOD cl_exithandler=>get_class_name_by_interface is called.
Now when the sy-subrc <> 0 please check what value is in exit_name variable.
It will be the name of the BAdi. Then go to SE18 and check the implementations which are activated.
Daniel.
2010 Nov 01 11:00 AM
Hi,
Check badi definition in SE18 and Badi implementation in SE19, also check whether Implementation has been activated or deactivated.
2010 Oct 26 2:45 PM
2010 Oct 28 4:32 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |