cancel
Showing results for 
Search instead for 
Did you mean: 

CX_CRM_UI_DC_PARAM_NOT_DEFINED

Former Member
0 Kudos

Dear All

I am trying to open a Interaction record from the interaction record workcenter page on IC_EIC_AGENT role in CRM 7.0 EHP1

I am getting this short dump

- CX_CRM_UI_DC_PARAM_NOT_DEFINED

- Program- cl_crm_ui_f_cucodataconte_implcp

- Include - cl_crm_ui_f_cucodataconte_implcm001

- abap class - cl_crm_ui_f_cucodataconte_impl

- Method- if_crm_ui_data_context- set_entity

Line- 38

Can someone help please?

Thanks

Tarang

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tarang,

You have to Define Global Data Context Parameters

In this IMG activity, you can define the Business Object Layer (BOL) objects that can be saved in the global data context (GDC). In the IC WebClient, this global data context is known as business data context (BDC).

Please check whether you find the following two customizing

entries when using this IMG path?

SPRO > Customer Relationship Management > UI Framework > Technical

Role Definition > Define Global Data Context Parameters

Data Context Parameter External Object Name Description

Otherwise I advise you to change the existing entries accordingly and/or create this entry.

Hope this should be solved

Regards,

Naga.Srikanth

Former Member
0 Kudos

Hi Shrikant

Thanks for your reply.

Can you please tell me which global parameters need to be define for this- because I see some entries. there.

Thanks

Tarang

VishnAndr
Active Contributor
0 Kudos

It should be mentioned in the short dump. If it's not there then put an external break-point at line 38 in method if_crm_ui_data_context- set_entity in class cl_crm_ui_f_cucodataconte_impl (according to your short dump). And reopen an Interaction record.