cancel
Showing results for 
Search instead for 
Did you mean: 

EHP 5 Dump in Web Dynpro

Former Member
0 Kudos

Hello,

I have a standard WD Component FPM_OIF_COMPONENT for which a custom WD Application Configuration has been created. It was working fine prior to EHP 5 upgrade. However, after EHP5, the assistance class CL_FPM_FLOORPLAN_ASSIST contains a new method CHECK_TOOLBAR_DUPLICATION which is causing the short dump to occur when the application is run from the Portal. I've tried to check the Configurator but I do not have the admin roles.

Can someone suggest how do I fix this issue? Thanks.

The ST22 error is as given below.

Category ABAP Programming Error

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO

Except. CX_SY_REF_IS_INITIAL

ABAP Program CL_FPM_FLOORPLAN_ASSIST=======CP

Application Component BC-WD-CMP-FPM

Date and Time 10/12/2011 07:39:04

Error Analysis

-


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 "CHECK_TOOLBAR_DUPLICATION" "(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.

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.

Regards,

Venkata Phani Prasad Konduri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved the issue by implementing the Note 1651817.

ChandraMahajan
Active Contributor
0 Kudos

Hi,

Check note 1514381.

Thanks,

Chandra

Former Member
0 Kudos

Hello,

Thanks for the reply. We've applied this note already and still facing the same dump in the portal.

Regards,

Phani Prasad K