cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO

Former Member
0 Kudos

Hi

Experts,

i am getting this error Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED_NO

Exception CX_SY_REF_IS_INITIAL

Short text

Access via 'NULL' object reference not possible.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLHRXSS_PER_MAC" had to be terminated because it has come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught in procedure "HRXSS_PER_CLEANUP" "(FUNCTION)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is: You attempted to use a 'NULL' object reference (points to 'nothing') access a component.

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.

Information on where terminated

Termination occurred in the ABAP program "SAPLHRXSS_PER_MAC" - in

"HRXSS_PER_CLEANUP".

The main program was "SAPMSSY1 ".

In the source code you have the termination point in line 13

of the (Include) program "LHRXSS_PER_MACU04".

The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in procedure "HRXSS_PER_CLEANUP" "(FUNCTION)", but it was neither handled locally nor declared in the RAISING clause of its signature.

The procedure is in program "SAPLHRXSS_PER_MAC "; its source code begins in line

1 of the (Include program "LHRXSS_PER_MACU04 ".

Source Code Extract

Line SourceCde

1 FUNCTION hrxss_per_cleanup.

2 *"----


3 ""Local interface:

4 *" EXPORTING

5 *" VALUE(MESSAGES) TYPE BAPIRETTAB

6 *"----


7

8 * CALL METHOD mac_adapter->cleanup

9 * IMPORTING

10 * messages = messages.

11

12 * TRY.

>>>>> CALL METHOD xss_adapter->cleanup

14 .

15 * CATCH CX_HRPA_VIOLATED_ASSERTION .

16 * ENDTRY.

17 IF NOT xss_adapter2 IS INITIAL.

18 CALL METHOD xss_adapter2->cleanup.

19 ENDIF.

20

21 ENDFUNCTION.

Active Calls/Events

No. Ty. Program Include Line

Name

4 FUNCTION SAPLHRXSS_PER_MAC LHRXSS_PER_MACU04 13

HRXSS_PER_CLEANUP

3 FORM SAPLHRXSS_PER_MAC LHRXSS_PER_MACU04 1

HRXSS_PER_CLEANUP

2 FORM SAPMSSY1 SAPMSSY1 85

REMOTE_FUNCTION_CALL

1 MODULE (PBO) SAPMSSY1 SAPMSSY1 30

%_RFC_START

Currently support package of EA_HR is 16 and SAP_HR is 16

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

This seems to be a HR Support Pack Issue in your ECC System.

When this error is happening ? What are the steps to replicate the same ?

Please specify in details.

<u>Please see the related link -></u>

Do let me know.

Regards

- Atul