cancel
Showing results for 
Search instead for 
Did you mean: 

Dump Issue in Creating Custom Info type in Recruitment

former_member227810
Participant
0 Kudos

Hi Experts,

While creating Custom info type in PM01 using applicant data providing all details in technical and in info type characteristic,

While testing and inserting entry  PB03 Getting dump

Short Text

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

Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED

Except.                CX_SY_REF_IS_INITIAL

ABAP Program           SAPFP50P

Information on where terminated

    The termination occurred in ABAP program "SAPFP50P", in

     "INITIAL_COMPUTATION_NEWITF". The main program

    was "MP920300".

    In the source code, the termination point is in line 608 of (Include)

    program "FP50PE10".

    The termination is due to exception "CX_SY_REF_IS_INITIAL" occurring in

     procedure "INITIAL_COMPUTATION_NEWITF" "(FORM)".

    This exception was not handled locally or declared in the RAISING

    clause in the procedure's signature however.

    The procedure is in program "SAPFP50P                                ". The

     source code begins in line 599 of

    (include) program "FP50PE10                                ".

  592 *---------------------------------------------------------------------*

  593 *  FORM initial_computation_newitf

  594 *---------------------------------------------------------------------*

  595 *

  596 *---------------------------------------------------------------------*

  597 *  -->  PNNNN

  598 *---------------------------------------------------------------------*

  599 FORM initial_computation_newitf CHANGING pnnnn TYPE prelp.

  600   DATA initial_pnnnn TYPE prelp.

  601   DATA initial_pref  TYPE pref.

  602

  603

  604   CREATE OBJECT message_list.

  605   message_handler = message_list.

  606   CLEAR message_tab.

  607

>>>>>   CALL METHOD

  609     infotype_check->if_hrpa_infty_legacy_adapter~initial_computation

  610     EXPORTING

  611       tclas           = pspar-tclas

  612       message_handler = message_handler

  613     CHANGING

  614       pnnnn           = pnnnn

  615       pnnnn2          = initial_pnnnn

Please let me how to solve it

Thanks in Advance,

Ahmed

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check if this SAP Note is valid for your System.

http://service.sap.com/sap/support/notes/2203721

Regards

Bhupesh A

former_member227810
Participant
0 Kudos

(Doc not yet rel)

Former Member
0 Kudos