cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating the campaign in CRM Web UI 7.0

Former Member
0 Kudos

Hi,

We are working on SAP CRM 7.0 Ehp1. On web Client UI -> Marketing, when I am trying to create a campaign by clicking on the create campaign , the system is giving the dump –

Business Server Page (BSP) error:

what happened?

Calling the BSP page was terminated due to an error.

SAP Note

  The following error text was processed in the system:

  Entry parameter of method CL_CRM_BOL_ENTITY->GET_PROPERTY contains

value CRM_GUID, which is not allowed

Exception Class

CX_CRM_CIC_PARAMETER_ERROR

Error Name

Program

CL_CRM_BOL_ENTITY=============CP

Include

CL_CRM_BOL_ENTITY=============CM00C

ABAP Class

CL_CRM_BOL_ENTITY

Method

IF_BOL_BO_PROPERTY_ACCESS~GET_PROPERTY

Line: 22

Long text

When checked for explanation, the diagnosis procedure includes activating checkpoint group BSP_WD_EXCEPTION_DISPLAY. To do this, use transaction SAAB. I have activated the checkpoint but still getting the same dump.

Please guide.

Thanks and Regards,

Kavita Chaudhary,

Mobile: 8800222151

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I think you're trying to access CRM_GUID that does not exist as a property.

I suggest to put a breakpoint in the dump method, see which custom component is calling the method and adjust it.


KR,

Giacomo

Former Member
0 Kudos

I would create a break-point at the mentionned line, when it is reached check desktop 2 in debugger to see if a Z-method is involved and if no it might be a standard SAP-problem.

The error message itself tells you that a certain entity has no property CRM-GUID but the system tries to read this property.

Best regards,

Thomas Wagner