Hi Experts,
We are getting dump in CRM system every second with following details:
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLCRM_BUPA_MAP_SAVE" had to be terminated because
it has come across a statement that unfortunately cannot be executed.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_SEND_DYNPRO_NO_RECEIVER', was not caught and therefore caused a runtime error.
The reason for the exception is:
During background processing, the system attempted to send a screen to a user.
Current screen: "SAPMSDYP " 0010.
Additional system information: "no window system type given"
Source Code Extract
Line SourceCde
1 FUNCTION bupa_map_save_cont_tabs.
2 *"----------------------------------------------------------------------
3 *"*"Verbuchungsfunktionsbaustein:
4 *"
5 *"*"Lokale Schnittstelle:
6 *" TABLES
7 *" IT_CONT_INSERT STRUCTURE CRMM_BUT_CONTNO
8 *" IT_CONT_UPDATE STRUCTURE CRMM_BUT_CONTNO
9 *" IT_CONT_DELETE STRUCTURE CRMM_BUT_CONTNO
10 *"----------------------------------------------------------------------
11
12 * Workarea are no used.
13 CLEAR it_cont_insert.
14 CLEAR it_cont_update.
15 CLEAR it_cont_delete.
16
17 IF NOT it_cont_insert[] IS INITIAL.
>>>>> INSERT crmm_but_contno FROM TABLE it_cont_insert[].
19 ENDIF.
20
There is no BDoc flow between CRM and ECC. It looks like there is some process trying to update contact details and creating dump every second.
Your suggestions are highly appreciated.
Thanks and Regards,