SAP Knowledge Base Article - Preview

2332044 - "CX_CRM_IC_ACTION_GENERATION" is raised when using "Launch in SAPGUI" transaction launcher from CRM WebUI

Symptom

  • When trying to open a transaction launcher of type "Launch in SAPGUI" from CRM WebUI, following DUMP occurs: 
    Category              
    Runtime Errors      
    Except.               
    ABAP Program           
    Application Component

    ABAP Programming Error
    UNCAUGHT_EXCEPTION
    CX_CRM_IC_ACTION_GENERATION
    CL_CRM_IC_LTX_REMOTE_CON_BASE=CP
    CA-GTF-IC-ACC

     

  • This DUMP happens in method CL_CRM_IC_LTX_REMOTE_CON_BASE=>GET_RFCDEST_FROM_LOGSYS:

    |    8|  if iv_logsys is initial.                                                                 
    |    9|*   Logical_system INITIAL always means the local system                                   
    |   10|    rv_result = 'NONE'.                                                                    
    |   11|  else.                                                                                    
    |   12|*   Check if logical system is the local system                                            
    |   13|    call function 'OWN_LOGICAL_SYSTEM_GET'                                                 
    |   14|      importing                                                                            
    |   15|        own_logical_system             = lv_own_logsys                                     
    |   16|      exceptions                                                                           
    |   17|        own_logical_system_not_defined = 1                                                 
    |   18|        others                         = 2.                                                
    |   19|    if sy-subrc = 0 and lv_own_logsys = iv_logsys.                                         
    |   20|      rv_result = 'NONE'.                                                                  
    |   21|    else.                                                                                  
    |   22|      select single rfcdest from tblsysdest into rv_result                                 
    |   23|                    where logsys = iv_logsys.                                              
    |   24|                                                                                           
    |   25|      if sy-subrc <> 0.                                                                    
    |   26|        rv_result = 'NONE'.                                                                
    |   27|                                                                                           
    |   28|        ls_msg-id     = 'B1'.                               "#EC NOTEXT                    
    |   29|        ls_msg-type   = 'E'.                                "#EC NOTEXT                    
    |   30|        ls_msg-number = '550'.                              "#EC NOTEXT                    
    |   31|        ls_msg-var1   = iv_logsys.                                                         
    |   32|        message id     ls_msg-id                                                           
    |   33|                type   ls_msg-type                                                         
    |   34|                number ls_msg-number                                                       
    |   35|                with iv_logsys into ls_msg-message.                                        
    |   36|                                                                                           
    |>>>>>|        raise exception type cx_crm_ic_action_generation                                   
    |   38|          exporting                                                                        
    |   39|            textid        = cx_crm_ic_action_generation=>no_rfcdest_error                  
    |   40|            msg_data      = ls_msg                                                         
    |   41|            text          = ls_msg-message.                                                
    |   42|                                                                                           
    |   43|      endif.                        

     


Read more...

Environment

  • SAP enhancement package 2 for SAP CRM 7.0
  • SAP enhancement package 3 for SAP CRM 7.0
  • SAP enhancement package 4 for SAP CRM7.0
  • SAP enhancement package 2 for SAP CRM 7.0, version for SAP HANA

Product

SAP enhancement package 2 for SAP CRM 7.0 ; SAP enhancement package 2 for SAP CRM 7.0, version for SAP HANA ; SAP enhancement package 3 for SAP CRM 7.0 ; SAP enhancement package 4 for SAP CRM 7.0

Keywords

CRM_LTX_SAPGUI_INVOKE , KBA , CA-WUI-APF , Application Frame , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.