Hello Expert,
Please help me with Raise_Exception dump.Customer is facing this problem daily .we have debugged program many time and all but we are not able to find any clue.Its based on Fund plan id and campaign. And i have checked SAP Note-1475108. it doesn't support.Now please tell me valid solution to resolve this problem.
From this dump analysis i have take fund plan id and all campaign and took web ui screen screen shot.you can find screen shot in attachment. if you need variable details on web ui.
Category ABAP Programming Error
Runtime Errors RAISE_EXCEPTION
ABAP Program CL_CRM_MKTCA_PROCESSMODEL=====CP
Application Component CRM-MKT-MPL-CA-MOD
Date and Time 23.02.2015 01:58:22
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text |
| Exception condition "OBJECT_NOT_FOUND" raised. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? |
| The current ABAP/4 program encountered an unexpected |
| situation. |
--------------------------------------------------------
Error analysis |
| A RAISE statement in the program "CL_CGPL_STATUS_MANAGEMENT=====CP" raised the |
| exception |
| condition "OBJECT_NOT_FOUND". |
| Since the exception was not intercepted by a superior |
| program, processing was terminated. |
| |
| Short description of exception condition: |
| |
| Status Object Does Not Exist |
| |
| For detailed documentation of the exception condition, use |
| Transaction SE37 (Function Library). You can take the called |
| function module from the display of active calls.
----------------------------------------------------------------------------------------------------
|How to correct the error |
| |
| 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: |
| |
| "RAISE_EXCEPTION" " " |
| "CL_CGPL_STATUS_MANAGEMENT=====CP" or "CL_CGPL_STATUS_MANAGEMENT=====CM004" |
| "STATUS_CHECK" |
| |
| or |
| |
| "CL_CGPL_STATUS_MANAGEMENT=====CP" "OBJECT_NOT_FOUND" |
| |
| or |
| |
| "SAPMSSY1 " "OBJECT_NOT_FOUND" |
| 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 "CL_CGPL_STATUS_MANAGEMENT=====CP" - |
| in "STATUS_CHECK". |
| The main program was "SAPMSSY1 ". |
| |
| In the source code you have the termination point in line 12 |
| of the (Include) program "CL_CGPL_STATUS_MANAGEMENT=====CM004". |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 1|METHOD status_check. |
| 2|* ... |
| 3| CALL FUNCTION 'CRM_STATUS_CHECK' |
| 4| EXPORTING |
| 5| objnr = im_guid |
| 6| status = im_status |
| 7| EXCEPTIONS |
| 8| object_not_found = 1 |
| 9| status_not_active = 2. |
| 10| CASE sy-subrc. |
| 11| WHEN 1. |
|>>>>>| RAISE object_not_found. |
| 13| WHEN 2. |
| 14| RAISE status_not_active. |
| 15| ENDCASE. |
| 16| |
| 17|ENDMETHOD. |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Contents of system fields |
----------------------------------------------------------------------------------------------------
|Name |Val. |
----------------------------------------------------------------------------------------------------
|SY-SUBRC|1 |
|SY-INDEX|0 |
|SY-TABIX|6 |
|SY-DBCNT|0 |
|SY-FDPOS|3 |
|SY-LSIND|0 |
|SY-PAGNO|0 |
|SY-LINNO|1 |
|SY-COLNO|1 |
|SY-PFKEY| |
|SY-UCOMM| |
|SY-TITLE|CPIC and RFC Control |
|SY-MSGTY|E |
|SY-MSGID|BS |
|SY-MSGNO|001 |
|SY-MSGV1|<Unknown Object> |
|SY-MSGV2|001999C211111ED3A39A399B369454CA |
|SY-MSGV3| |
|SY-MSGV4| |
|SY-MODNO|0 |
|SY-DATUM|20150223 |
|SY-UZEIT|015818 |
|SY-XPROG|SAPLRREL |
|SY-XFORM|CONVERSION_EXIT |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 16 METHOD CL_CGPL_STATUS_MANAGEMENT=====CP CL_CGPL_STATUS_MANAGEMENT=====CM004 12 |
| CL_CGPL_STATUS_MANAGEMENT=>STATUS_CHECK |
| 15 METHOD CL_CRM_MKTCA_PROCESSMODEL=====CP CL_CRM_MKTCA_PROCESSMODEL=====CM01A 19 |
| CL_CRM_MKTCA_PROCESSMODEL=>GET_MESSAGE_TYPE |
| 14 METHOD CL_CRM_MKTCA_PROCESSMODEL=====CP CL_CRM_MKTCA_PROCESSMODEL=====CM012 49 |
| CL_CRM_MKTCA_PROCESSMODEL=>CHECK_NODE_POSITIONS |
| 13 METHOD CL_CRM_MKTCA_PROCESSMODEL=====CP CL_CRM_MKTCA_PROCESSMODEL=====CM011 13 |
| CL_CRM_MKTCA_PROCESSMODEL=>CHECK |
| 12 METHOD CL_CRM_MKTCA_PROCESSMODELS====CP CL_CRM_MKTCA_PROCESSMODELS====CM00C 15 |
| CL_CRM_MKTCA_PROCESSMODELS=>CHECK |
| 11 METHOD CL_CRM_MKTPL_APPLICATION_MGR==CP CL_CRM_MKTPL_APPLICATION_MGR==CM012 11 |
| CL_CRM_MKTPL_APPLICATION_MGR=>DO_CHECK_BEFORE_SAVE |
| 10 METHOD CL_CRM_MKTGS_APPLICATION_MGR==CP CL_CRM_MKTGS_APPLICATION_MGR==CM003 52 |
| CL_CRM_MKTGS_APPLICATION_MGR=>CHECK_BEFORE_SAVE |
| 9 METHOD CL_CRM_MKTGS_APPLICATION_MGR==CP CL_CRM_MKTGS_APPLICATION_MGR==CM00D 17 |
| CL_CRM_MKTGS_APPLICATION_MGR=>SAVE_AND_COMMIT |
| 8 METHOD CL_CRM_MKTPL_CPG_FM_ERP_FPO===CP CL_CRM_MKTPL_CPG_FM_ERP_FPO===CM001 265 |
| CL_CRM_MKTPL_CPG_FM_ERP_FPO=>POST_ERP_AMOUNTS |
| 7 METHOD YWCRM_CL_MKTPL_PURCH_UPD_FUNDSCP YWCRM_CL_MKTPL_PURCH_UPD_FUNDSCM002 83 |
| YWCRM_CL_MKTPL_PURCH_UPD_FUNDS=>PERFORM_EXTERNAL_SETTLEMENT |
| 6 METHOD YWCRM_CL_MKTPL_PURCH_UPD_FUNDSCP YWCRM_CL_MKTPL_PURCH_UPD_FUNDSCM003 89 |
| YWCRM_CL_MKTPL_PURCH_UPD_FUNDS=>IF_CRM_FM_ACL_JOB~PROCESS_OBJECTS |
| 5 METHOD CL_CRM_FM_ACL_JOB_PROCESSING==CP CL_CRM_FM_ACL_JOB_PROCESSING==CM00D 87 |
| CL_CRM_FM_ACL_JOB_PROCESSING=>IF_CRM_FM_ACL_JOB_REPORT_IL~EXECUTE_DIRECT_JOB |
| 4 FUNCTION SAPLCRM_FM_ACL_JOB LCRM_FM_ACL_JOBU01 73 |
| CRM_FM_ACL_JOB_PARALLEL_EXEC |
| 3 FORM SAPLCRM_FM_ACL_JOB LCRM_FM_ACL_JOBU01 1 |
| CRM_FM_ACL_JOB_PARALLEL_EXEC |
| 2 FORM SAPMSSY1 SAPMSSY1 167 |
| REMOTE_FUNCTION_CALL |
| 1 MODULE (PBO) SAPMSSY1 SAPMSSY1 35 |
| %_RFC_START |
----------------------------------------------------------------------------------------------------
If you want to see full details regarding variable also so please find in attachment.