cancel
Showing results for 
Search instead for 
Did you mean: 

MESSAGE_TYPE_X 'No external system (such as CRM) connected'

Former Member
0 Kudos

Hi experts,

ECC 6

SRM 5.0

When trying to download DNL_CUST_BASIS3 object in SRM, it gets stuck in SMQ1. In ECC the system is giving me a dump on CRM_FIRST_CALL_OPERATIONS. It looks like the R/3 system does not find any records in ECC table CRMRFCPAR although this is filled in. But I do maintained. Any Idea?

Some info about the error message in ECC.

Runtime Errors MESSAGE_TYPE_X

 
|    "MESSAGE_TYPE_X" " "                                                                          |
|    "SAPLCRM0" or "LCRM0U68"                                                                      |
|    "CRM_FIRST_CALL_OPERATIONS"                                                                   |

|   73|    IF gt_rfcdest[] IS INITIAL AND                                                          |
|   74|       NOT i_bapicrmdh2-ref_id IS INITIAL.                                                  |
|>>>>>|      MESSAGE x050(c_) WITH                                                                 |
|   76|              'No external system (such as CRM) connected'(007).                            |
|   77|    ELSE.                                                                                |
|   78|      t_rfcdest[] = gt_rfcdest[].                                                           |
|   79|    ENDIF.   

Kind Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jock,

The note 510192 describes the settings for CRMRFCPAR in the Backend.

important is here that RFC_QUEUE should not be marked as '*'

The consumer name should correspond with the settings in the SRM

system: tables CRMCONSUM, CRMPAROLTP, CRMSUBTAB in the Backend

table SMOFINICON (...) in the SRM

This is described in the note 720819.

In the SRM system the report BBP_PRODUCT_SETTINGS_MW can be used

to setting the consumer name (is in the last chapter of this note).

Daniel

Answers (6)

Answers (6)

Former Member
0 Kudos

If you follow the notes and still facing the issue, It could be that you are try to do every thing in same date. There is some constrain  from SAP code that it will fetch all RFC ( in CRMRFCPAR) which has not be change today.

check query in FM: CRM_UPDATEINFO_CRMRELEASE”

Line:15 

Query: SELECT * FROM crmrfcpar INTO TABLE lt_crmrfcpar

                WHERE last_upd NE sy-datum .

So you have two options:

  1. You have to wait for next day and to test the download functionality.
  2. Use SE16 or z-program to change the last_upd field for your entry in table CRMRFCPAR.

Hoppe this helps you.

Former Member
0 Kudos

This definitely CRMRFCPAR table entries issue as I also resolved the same issue. Please follow instructions of SAP Note 720819.

Regards

Varun

Former Member
0 Kudos

Hi,

Have you maintained the RFC destination properly,please check the syntax

Regards

Former Member
0 Kudos

http://www.docstoc.com/docs/160588906/FROM--CRM-to-ECC

I am also facing the same problem.

Can you tell us please how you did solve yours?

Thanks¡¡¡

Former Member
0 Kudos

I am also facing the same problem.

Can you tell us please how you did solve yours?

Thanks¡¡¡

pacosola1
Explorer
0 Kudos

Hi,

i  have solved the same problem by adding in the table CRMRFCPAR a new entry with this data:

User = CRM

Objetc= *

RFC Dest = ERP system destination

Load type = * All load types

Hope this answer is helpfull.

Regards,

Paco.

dmp-dmagi_cml
Participant
0 Kudos

Hi!

I'm facing the same problem.. How did you solve the problem?

Many thanks!

Best regards,

Andreia Nascimento