Skip to Content
0
Former Member
Jul 17, 2008 at 08:21 AM

CRM Marketing dump error

39 Views

Hi Experts,

I am facing an error in the T-Code CRM_MKTPL , where once i select to create a new Marketing Plan or Campaign , its throws an dump error.

hort text

Access via 'NULL' object reference not possible.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_CRM_MKTPL_APPLICATION======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught in

procedure "CREATE_PROJECT" "(METHOD)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component (variable: "LR_MKTPROJECT").

An object reference must point to an object (an instance of a class)

before it can be used to access components.

Either the reference was never set or it was set to 'NULL' using the

CLEAR statement.

Missing RAISING Clause in Interface

Program CL_CRM_MKTPL_APPLICATION======CP

Include CL_CRM_MKTPL_APPLICATION======CM00P

Row 1

Module type (METHOD)

Module Name CREATE_PROJECT

Trigger Location of Exception

Program CL_CRM_MKTPL_APPLICATION======CP

Include CL_CRM_MKTPL_APPLICATION======CM00P

Row 84

Module type (METHOD)

Module Name CREATE_PROJECT

Please help and suggest any customization is missing or patch...

Regards

Arun Kumar