Hello Guys,
In the CRM 4.0 installation I have had a problem when I have done the load initial of "SALESDOCUMENT" Object.
In the smq2 transaction code in CRM I have the queue u201CR3AI_SALESDOCUMENTu201D with u201CSYSFAILu201D status with the following message: u201CThe current application triggered a termination with a short dumpu201D.
In ST22 transaction code I have the following message:
Runtime Error: MESSAGE_TYPE_X
How to correct the error:
Probably the only way to eliminate the error is to correct the program.
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
-
"MESSAGE_TYPE_X" C
"SAPLCRM_DOWNLOAD_BTMBDOC_MAP" or "LCRM_DOWNLOAD_BTMBDOC_MAPF37"
"FILL_BTM_PARTNER"
Information on where terminated:
The termination occurred in the ABAP program "SAPLCRM_DOWNLOAD_BTMBDOC_MAP" in
"FILL_BTM_PARTNER".
The main program was "SAPMSSY1 ".
The termination occurred in line 262 of the source code of the (Include)
program "LCRM_DOWNLOAD_BTMBDOC_MAPF37"
of the source code of program "LCRM_DOWNLOAD_BTMBDOC_MAPF37" (when calling the
editor 2620).
Source code extract:
002320 number_int = <ls_bapisdpart>-itm_number.
002330 if sy-subrc eq 0.
002340 ls_btm_partner-ref_guid = ls_item_keys-guid.
002350 ls_btm_partner-ref_kind = gc_object_ref_kind-orderadm_i.
002360 endif.
002370 endif.
002380
002390 * orderadm_h_guid
002400 ls_btm_partner-orderadm_h_guid = ls_orderadm_h-orderadm_h_guid.
002410
002420 * bp_partner_guid
002430 if lv_nrart = gc_partner_r3_types-customer.
002440 * AG, WE, RE, RG, etc.
002450 call function 'CRM_BUPA_MAP_CUSTOMER_TO_BP'
002460 exporting
002470 iv_customer = <ls_bapisdpart>-customer
002480 importing
002490 ev_partner = ls_btm_partner-bp_partner_guid
002500 exceptions
002510 partner_not_found = 1
002520 others = 2.
002530 if sy-subrc eq 0.
002540 * display_type
002550 ls_btm_partner-display_type =
002560 gc_partner_no_type-business_partner_no.
Can anyone help me, please? I have very urgency.
Thanks a lot.
Mary