cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to solve "Access via 'NULL' object reference not possible" error?

0 Likes
446

Hi experts,

Recently, I placed an Order in CRM system without any error messages. But it doesn't flow to ECC system.

As I checked my Outbound queue, I found it got struck due to Access via 'NULL' object reference not possible error.

I am unable to Unlock the entry.

Please help me. Thanks in advance.

Regards,

SK

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Hi Krishna,

Please check ST22 if any dump is coming. if there is dump then check on which line this issue is coming and why. this issue indicates that object for the class is not instantiated and the object with null reference is used for further processing.

if it is custom code then there must be initial check before using that object. so that this error will not come.

I hope it will help you.

Regards,

Chaitali Bagul