cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HCM P&F - Short Dump in all forms when attempted to open

former_member206394
Active Participant
0 Kudos

Dear Experts,

Greetings!

Request your earliest suggestion on the below given short dump.  This short dump is occured when attempted to open the form from the portal or when attempted to open the form scenario from backend (HRASR_DT) or when attempted to execute the process from backend.

Please suggest us.

Short dump details as appeared in ST22:

Short Text

    Syntax error in program "HRASR00GEN_SERVICE_BASIC======CP        ".

What happened?

    Error in the ABAP Application Program

    The current ABAP program "CL_HRASR00_DT_FSCN_GS_DATA====CP" had to be

     terminated because it has

    come across a statement that unfortunately cannot be executed.

    In include "HRASR00GEN_SERVICE_BASIC======CM000     ", in line 0 of program

     "HRASR00GEN_SERVICE_BASIC======CP        ", the following syntax errors

    have occurred:

    The specified type cannot be converted into the target variables.

    Author and last person to change the include are:

    Author         SAP

    Last changed by " <user> "

What can you do?

    Correct the error by running a syntax check (or extended program check)

    on program "HRASR00GEN_SERVICE_BASIC======CP        ". You can also run the

     syntax check from the ABAP

    Editor.

    If the problem persists, proceed as follows:

Error analysis

    The following syntax error has occurred in program

     HRASR00GEN_SERVICE_BASIC======CP        :

    The specified type cannot be converted into the target variables.

    " "

How to correct the error

    Probably the only way to eliminate the error is to correct the program.

    -

    If you cannot solve the problem yourself, please send the following

    information to SAP:

    1. This description of the problem (short dump)

    To do this, choose  System -> List -> Save -> Local File (unconverted)

    on the screen you are in now.

    2. A suitable system log

    To do this, call the system log in transaction SM21. Restrict the time

    interval to ten minutes before the short dump and five minutes after

    it. In the display, choose System -> List -> Save -> Local File

    (unconverted).

    3. If these are programs of your own, or modified SAP programs: Source

    code of these programs

    To do this, choose  More Utilities -> Upload/Download -> Download in

    the Editor.

    4. Details regarding the conditions under which the error occurred or

    which actions and input caused the error.

Source Code Extract

Line  SourceCde

>>>>> METHOD constructor.

    2

    3   DATA:

    4     badi_context          TYPE REF TO lcl_badi_context.

    5

    6   CALL METHOD super->constructor

    7     EXPORTING

    8       form_scenario         = form_scenario

    9       form_scenario_service = form_scenario_service.

   10

   11   DATA:

   12     t5asrfscnsrv_wa TYPE t5asrfscnsrv.

   13

   14   SELECT SINGLE * FROM t5asrfscnsrv INTO t5asrfscnsrv_wa WHERE form_scen_srv EQ form_scenari

   15   ASSERT sy-subrc EQ 0.

   16   ASSERT t5asrfscnsrv_wa-service_type = 'GENSRV'.

   17

   18   fill_table_metadata( ).

   19

   20 * Get an instance of the badi implementation

Active Calls/Events

No.   Ty.          Program                             Include                             Line

      Name

   24 METHOD       CL_HRASR00_DT_FSCN_GS_DATA====CP    CL_HRASR00_DT_FSCN_GS_DATA====CM001     1

      CL_HRASR00_DT_FSCN_GS_DATA=>CONSTRUCTOR

   23 METHOD       CL_HRASR00_DT_FSCN_SRV_DATA===CP    CL_HRASR00_DT_FSCN_SRV_DATA===CM002    40

      CL_HRASR00_DT_FSCN_SRV_DATA=>GET_INSTANCE

   22 METHOD       CL_HRASR00_DT_FSCN_DATA=======CP    CL_HRASR00_DT_FSCN_DATA=======CM003   130

      CL_HRASR00_DT_FSCN_DATA=>IF_HRASR00_DT_DATA_CLASS~READ

   21 METHOD       CL_HRASR00_DT_FSCN_DATA=======CP    CL_HRASR00_DT_FSCN_DATA=======CM002    21

      CL_HRASR00_DT_FSCN_DATA=>CONSTRUCTOR

   20 METHOD       CL_HRASR00_DT_FSCN_DATA=======CP    CL_HRASR00_DT_FSCN_DATA=======CM001    15

      CL_HRASR00_DT_FSCN_DATA=>GET_INSTANCE

   19 METHOD       CL_HRASR00_DT_PRT_FSCN_ASS====CP    CL_HRASR00_DT_PRT_FSCN_ASS====CM005    84

      CL_HRASR00_DT_PRT_FSCN_ASS=>PROCESS_PBO

   18 FORM         SAPLHRASR00_DT_PROCESS              RPASR_DT_COMMON_FORMS                 140

      F0000_PBO

   17 MODULE (PBO) SAPLHRASR00_DT_PROCESS              RPASR_DT_COMMON_OUTPUT_MODULES         18

      M0000_PBO

   16 FORM         SAPLHRASR00_DT_PROCESS              RPASR_DT_COMMON_FORMS                1241

      CALL_SCREEN

   15 FUNCTION     SAPLHRASR00_DT_PROCESS              LHRASR00_DT_PROCESSU13                 16

      HR_ASR_DT_PRT_FSCN_ASS

   14 METHOD       CL_HRASR00_DT_PRT_FSCN_ASS====CP    CL_HRASR00_DT_PRT_FSCN_ASS====CM001    24

      CL_HRASR00_DT_PRT_FSCN_ASS=>PROCESS_DT_REQUEST

Thanks in advance to let me know the additional information required, if any.  Also for the suggestions in correcting the issue.

Regards,

Shankar.

Accepted Solutions (1)

Accepted Solutions (1)

former_member201807
Contributor
0 Kudos

Please check with ABAP / Basis Team.

former_member206394
Active Participant
0 Kudos

All custom BADI implementations went into conflict.  So, after adjusting all the BADI implementations, issue is resolved.

Regards,

Shankar

Answers (0)