‎2010 Feb 16 11:55 AM
Hi
Pls suggest any resolution on below dump. Daily we are getting 100 of dumps.
Runtime Errors : MESSAGE_TYPE_X
Probably the only way to eliminate the error is to correct the program.
-
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:
"MESSAGE_TYPE_X" " "
"SAPLCRM_EVENT_OW" or "LCRM_EVENT_OWU01"
"CRM_EVENT_PUBLISH_OW"
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 "SAPLCRM_EVENT_OW" - in
"CRM_EVENT_PUBLISH_OW".
The main program was "SAPMHTTP ".
In the source code you have the termination point in line 67
of the (Include) program "LCRM_EVENT_OWU01".
Regards,
Amit Nanda
‎2010 Feb 16 12:22 PM
Hi,
This type of dumps can be restricted by applying the OSS notes..
Please look for the same..some suggestive notes are
> Note 740774 - ISUCRM: Dump MESSAGE_TYPE_X during contract sync.
> Note 408177 - Event handler performance
Please close the thread, if solved
Regards,
Aditya
‎2010 Feb 16 12:26 PM
Is there any impact of other CRM code after implementing the mentioned OSS notes???
‎2010 Feb 16 12:33 PM
Hi,
You need to check firstly whether these notes are implemented or not. Then check whats the correction given in the notes and do a where used for that particular point. so that you will be able to see where all that is used and what is impact.
Once you confirm that every thing will be fine after applying the notes, then proceed further.
Regards,
Aditya
‎2010 Feb 16 12:41 PM
It showing me error in FM - CRM_EVENT_PUBLISH_OW ( SAP CRM2007 web client UI )
IF ( iv_obj_name IS INITIAL ) OR
( iv_guid_hi IS INITIAL ) OR
( iv_kind_hi IS INITIAL ) OR
( iv_event IS INITIAL ).
*-- Fehlerhafte oder unvollständige Parameterübergabe bei Aufruf &1 ---*
MESSAGE x028(crm_ssc) WITH 'FU CRM_EVENT_PUBLISH_OW'.
ENDIF.
Is the below mentioned notes are correct.....Request you to please give me the correct NOTE
Note 740774 - ISUCRM: Dump MESSAGE_TYPE_X during contract sync.
Note 408177 - Event handler performance
‎2010 Apr 08 3:59 PM
Hello.
I;m having the same problem. Did you solve it? Could you please tell us the solution?