cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal Error – GUI cannot be reached. Access not possible using ‘Null’ object reference” when creating Notification(Qm01

vinay_baji2
Active Participant
0 Kudos

Hi All,

I am facing an error stating “Fatal Error – GUI cannot be reached. Access not possible using ‘Null’ object reference” when creating Notification(Qm01) via portal.

When I try to create the notification via the FM we do not get any error, where as the error appears when executed via portal.

The ST22 dumps for the error shows:

Access not possible using 'NULL' object reference.

What happened?

Error in ABAP application program.

The current ABAP program "SAPLXQQM" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Error analysis:

An exception occurred. This exception will be dealt with in more detail

  1. below. The exception, assigned to the class 'CX_SY_REF_IS_INITIAL', was not

caught, which

led to a runtime error. The reason for this exception is:

Attempt to access a component using 'NULL' object reference (points

to nothing).

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

before you can use it to access components (variable: "TEXT_EDITOR").

Either the reference has not yet been set, or it has been reset to

'NULL' by a CLEAR statement.

How to correct the error

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

------------------------------------------------------------------------

"OBJECTS_OBJREF_NOT_ASSIGNED" CX_SY_REF_IS_INITIALC

"SAPLXQQM" or "ZXQQMO14"

"CHECK_EXIST_0116"

Can you please provide your inputs on what could be the cause for this issue.

Thanks,

Best regards,

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vinay,

Can you paste the full dump ?

Former Member
0 Kudos

Hi,

Try in different backend forums. Some times this comes when relvant parametrs of user not set in SU01.Actual issue should be debugged from backend.