SAP Knowledge Base Article - Preview

3731394 - Dump OBJECTS_OBJREF_NOT_ASSIGNED occurs when requesting an ATC exemption in ADT

Symptom

The dump below happens when requesting an ATC exemption in ADT:

Category               ABAP programming error
Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED 
Except.                CX_SY_REF_IS_INITIAL
ABAP Program           CL_SATC_ADT_RES_EXEMPTION=====CP 
Application Component  BC-DWB-AIE-QTT

Short Text
Access using a 'ZERO' object reference is not possible.

What happened?
Error in the ABAP application program.
The current ABAP program "CL_SATC_ADT_RES_EXEMPTION=====CP" had to be
terminated because it found a 
statement that could not be executed.

Error analysis
An exception has occurred which is explained in more detail below. The
exception is assigned to class 'CX_SY_REF_IS_INITIAL' and was not caught in
procedure
"REQUEST_EXEMPTION_DLGT" "(METHOD)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated this 
exception, the current program was terminated.
The reason for the exception is:
You are trying to access a component with a 'ZERO' object reference 
(points to 'nothing'). Variable: "I_FINDING_INFO-NAVIGATOR".
An object reference must point to an object (an instance of a class) 
before it can be used to access a component. The reference has either 
never been set, or it was set to 'ZERO' with a CLEAR statement.

 


Read more...

Environment

  • SAP Netweaver Release 740 - 816
  • ABAP Development Tools

Product

SAP ERP 6.0 ; SAP NetWeaver 7.4 ; SAP NetWeaver 7.5 ; SAP S/4HANA 1610 ; SAP S/4HANA 1709 ; SAP S/4HANA 1809 ; SAP S/4HANA 1909 ; SAP S/4HANA 2020 ; SAP S/4HANA 2021 ; SAP S/4HANA 2022 ; SAP S/4HANA 2023 ; SAP S/4HANA 2025 ; SAP S/4HANA, on-premise edition 1511

Keywords

ATC, exemption, ADT, OBJECTS_OBJREF_NOT_ASSIGNED, CX_SY_REF_IS_INITIAL, CL_SATC_ADT_RES_EXEMPTION=====CP, REQUEST_EXEMPTION_DLGT, I_FINDING_INFO-NAVIGATOR , KBA , BC-DWB-TOO-ATF , ABAP Check Frameworks - ABAP Test Cockpit, Code Inspector , BC-DWB-AIE-QTT , Quality Tools in Eclipse: ABAP Unit Test, ABAP Test Cockpit , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.