cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error while trying to open SPAM after termination

adarsh_jainer
Participant
0 Kudos

Hi Team,

We tried to upgarde our SAP_BASIS component from 74003 to 74004 using client DDIC.However thr user got terminated unexpectedly in the middle of the support package updation and when tried to login again and try to open SPAM,ST22,SM04...i am getting the below syntax error.No user is able to work in the QAS system and we are getting the same error.

Category               ABAP Programming Error

Runtime Errors         SYNTAX_ERROR

ABAP Program           CL_GUI_ALV_GRID===============CP

Application Component  BC-SRV-ALV

Date and Time          20.07.2015 10:01:46

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short Text                                                                                        |

|    Syntax error in program "CL_GUI_ALV_GRID===============CP        ".                           |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What happened?                                                                                    |

|    Error in the ABAP Application Program                                                         |

|                                                                                                  |

|    The current ABAP program "RSSHOWRABAX" had to be terminated because it has                    |

|    come across a statement that unfortunately cannot be executed.                                |

|    In include "CL_GUI_ALV_GRID===============CU        ", in line 243 of program                 |

|     "CL_GUI_ALV_GRID===============CP        ", the following syntax errors                      |

|    have occurred:                                                                                |

|    Implementation missing for method "_GET_COL_POS". "_GET_COL_POS".                             |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|                                                                                                  |

|    Author and last person to change the include are:                                             |

|    Author         SAP                                                                            |

|    Last changed by "SAP         "                                                                |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Error analysis                                                                                    |

|    The following syntax error has occurred in program                                            |

|     CL_GUI_ALV_GRID===============CP        :                                                    |

|    Implementation missing for method "_GET_COL_POS". "_GET_COL_POS".                             |

|                                                                                                  |

|                                                                                                  |

|    " "                                                                                           |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Trigger Location of Runtime Error                                                                 |

|    Program                                 RSSHOWRABAX                                           |

|    Include                                 RSSHOWRABAX_FORMS                                     |

|    Row                                     3,012                                                 |

|    Module Type                             (FORM)                                                |

|    Module Name                             BUILD_ALV                                             |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Source Code Extract                                                                               |

----------------------------------------------------------------------------------------------------

|Line |SourceCde                                                                                   |

----------------------------------------------------------------------------------------------------

| 2982|                                                                                            |

| 2983|                                                                                            |

| 2984|  ENDIF.                                                                                    |

| 2985|                                                                                            |

| 2986|***************************************************                                         |

| 2987|******* Create Controls and Event Handlers                                                  |

| 2988|***************************************************                                         |

| 2989|                                                                                            |

| 2990|                                                                                            |

| 2991|                                                                                            |

| 2992|  IF custom_container1 IS INITIAL.                                                          |

| 2993|                                                                                            |

| 2994|    CREATE OBJECT custom_container1                                                         |

| 2995|      EXPORTING                                                                             |

| 2996|        container_name              = cont_on_main                                          |

| 2997|      EXCEPTIONS                                                                            |

| 2998|        cntl_error                  = 1                                                     |

| 2999|        cntl_system_error           = 2                                                     |

| 3000|        create_error                = 3                                                     |

| 3001|        lifetime_error              = 4                                                     |

| 3002|        lifetime_dynpro_dynpro_link = 5.                                                    |

| 3003|    IF sy-subrc NE 0.                                                                       |

| 3004|      CALL FUNCTION 'POPUP_TO_INFORM'                                                       |

| 3005|        EXPORTING                                                                           |

| 3006|          titel = g_repid                                                                   |

| 3007|          txt2  = sy-subrc                                                                  |

| 3008|          txt1  = text-e12.                                                                 |

| 3009|    ENDIF.                                                                                  |

| 3010|                                                                                            |

| 3011|* create an instance of alv control                                                         |

|>>>>>|    CREATE OBJECT grid1                                                                     |

| 3013|      EXPORTING                                                                             |

| 3014|        i_parent = custom_container1.                                                       |

| 3015|*                                                                                           |

| 3016|* Set a titlebar for the grid control                                                       |

| 3017|    gs_layout-grid_title = 'Laufzeitfehler'(101).                                           |

| 3018|    gs_layout-ctab_fname = 'CT'.                                                            |

| 3019|                                                                                            |

| 3020|* add quick info for special colors - accessibility requirement                             |

| 3021|                                                                                            |

| 3022|    CLEAR l_it_qinfo.                                                                       |

| 3023|                                                                                            |

| 3024|    CLEAR l_it_qinfo_wa.                                                                    |

| 3025|    l_it_qinfo_wa-type = 4.                                                                 |

| 3026|    l_it_qinfo_wa-value = '6'.                                                              |

| 3027|    "l_it_qinfo_wa-fieldname = 'UNAME'.                                                     |

| 3028|    l_it_qinfo_wa-text = 'Übereinstimmung mit aktueller Anmeldung'(al4).                    |

| 3029|    APPEND l_it_qinfo_wa TO l_it_qinfo.                                                     |

| 3030|                                                                                            |

| 3031|********                                                                                    |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Active Calls/Events                                                                               |

----------------------------------------------------------------------------------------------------

|No.   Ty.          Program                             Include                             Line   |

|      Name                                                                                        |

----------------------------------------------------------------------------------------------------

|    6 FORM         RSSHOWRABAX                         RSSHOWRABAX_FORMS                    3012  |

|      BUILD_ALV                                                                                   |

|    5 MODULE (PBO) RSSHOWRABAX                         RSSHOWRABAX_100                        22  |

|      BUILD_ALV                                                                                   |

|    4 FORM         RSSHOWRABAX                         RSSHOWRABAX_FORMS                    2292  |

|      AT_SELECTION_SCR                                                                            |

|    3 FORM         RSSHOWRABAX                         RSSHOWRABAX                            36  |

|      %_SEL_SCREEN                                                                                |

|    2 MODULE (PAI) RSSHOWRABAX                         RSSHOWRABAX                            83  |

|      %_END_OF_SCREEN                                                                             |

|    1 EVENT        RSSHOWRABAX                         <SYSINI>                               18  |

|      SYSTEM-EXIT                                                                                 |

----------------------------------------------------------------------------------------------------

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Adarsh,

Copy DDIC user to your id and perform the activity.

You should not be using DDIC for SP upgrade.

Regards

Anand

Sriram2009
Active Contributor
0 Kudos

Hi Anarsh

1. why you are not used SUM tool for upgrade?

2. Could you refer the SAP KBA for Dump.

2020634 - SYNTAX_ERROR in program SAPLSLVC - Field ALV_COL_STYLE_L_SPACES

Regards

SS