Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OBJECTS_OBJREF_NOT_ASSIGNED: error

Former Member
0 Likes
347

hi

for transaction puoc_19,when i press payroll, there occurs run time error'

OBJECTS_OBJREF_NOT_ASSIGNED.

error analysis is as follows:

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

access a component (variable: " ").

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.

how to solve this problem.

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
315

Hi,

Did you resolve this issue.. Please let me know the solution. I exactly facing the same error.Thanks