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

Former Member
0 Likes
480

Hi All,

I am getting error in portal in Strategic sourcing,,the error is ,

OBJECTS_OBJREF_NOT_ASSIGNED

Access via 'NULL' object reference not possible.

can anybody tell me what is the use of OBJREF object. where do we find this object.

Thanks

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
396

Hi,

it's a pretty generic bug. SAP tried to access some object but that object wasn't created yet. So there OBJREF object. If it's a standard program then look for OSS notes or you can try to debug it why that object is null.

Cheers