Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Errors : MESSAGE_TYPE_X in CRM2007

Former Member
0 Likes
937

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

5 REPLIES 5
Read only

Former Member
0 Likes
781

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

Read only

0 Likes
781

Is there any impact of other CRM code after implementing the mentioned OSS notes???

Read only

0 Likes
781

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

Read only

0 Likes
781

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

Read only

0 Likes
781

Hello.

I;m having the same problem. Did you solve it? Could you please tell us the solution?