Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LOAD_PROGRAM_CLASS_MISMATCH

Former Member
0 Likes
3,030

Dear all,

i have got some error in sap, when lo-gin in sap like LOAD_PROGRAM_CLASS_MISMATCH .

i have already used notes as below but till not problem solved .

0000162991   Generation tools for ABAP programs

0000351695   LOAD_PROGRAM_CLASS_MISMATCH

0000552778   Overwriter in program buffer

0001563925   LOAD_PROGRAM_CLASS_MISMATCH due to incorr. PUBLIC time stamp

I can't used any tcode when login in sap

Please give me solution for it

Please check the below dump :-

Category               ABAP Programming Error

Runtime Errors         LOAD_PROGRAM_CLASS_MISMATCH

ABAP Program           SAPLSHI1

Application Component  BC-CUS-TOL-HMT

Date and Time          25.06.2014 14:57:29

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

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

|Short text                                                                                        |

|    Class interface was changed at runtime.                                                       |

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

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

|What happened?                                                                                    |

|    Error in the ABAP Application Program                                                         |

|                                                                                                  |

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

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

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

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

|Error analysis                                                                                    |

|    The section "PUBLIC" of the interface of the class "CL_GUI_ALV_GRID" was                      |

|     changed during                                                                               |

|    program flow, which caused inconsistencies at runtime.                                        |

|    The program "SAPLSEUF" uses the interface version 20140625122517.                             |

|    The program "SAPLSCP2" uses the interface version 20110908145540.                             |

|    The internal session was started at 20140625145727.                                           |

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

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

|Trigger Location of Runtime Error                                                                 |

|    Program                                 SAPLSHI1                                              |

|    Include                                 LSHI1U19                                              |

|    Row                                     23                                                    |

|    Module type                             (FUNCTION)                                            |

|    Module Name                             STREE_RESET_INTERNAL_TABLES                           |

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

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

|Source Code Extract                                                                               |

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

|Line |SourceCde                                                                                   |

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

|    1|FUNCTION STREE_RESET_INTERNAL_TABLES.                                                       |

|    2|*"----------------------------------------------------------------------                    |

|    3|*"*"Lokale Schnittstelle:                                                                   |

|    4|*"       IMPORTING                                                                          |

|    5|*"             VALUE(STRUCTURE_ID) LIKE  TTREE-ID                                           |

|    6|*"----------------------------------------------------------------------                    |

|    7|*                                                                                           |

|    8|  DATA: FUNCTION_MODULE LIKE TFDIR-FUNCNAME.                                                |

|    9|  DATA: ACTIVE LIKE RS38L-GLOBAL.                                                           |

|   10|*                                                                                           |

|   11|  CALL FUNCTION 'STREE_GET_FUNCTION_MODULE'                                                 |

|   12|       EXPORTING                                                                            |

|   13|            STRUCTURE_ID        = STRUCTURE_ID                                              |

|   14|*         DATABASE_IDENTIFIER =                                                             |

|   15|            ACTION              = 'IT'                                                      |

|   16|       IMPORTING                                                                            |

|   17|            FUNCTION_MODULE     = FUNCTION_MODULE                                           |

|   18|*         DATABASE_IDENTIFIER =                                                             |

|   19|*         MESSAGE             =                                                             |

|   20|       EXCEPTIONS                                                                           |

|   21|            OTHERS              = 0.                                                        |

|   22|*                                                                                           |

|>>>>>|  CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK'                                                  |

|   24|       EXPORTING                                                                            |

|   25|            FUNCNAME  = FUNCTION_MODULE                                                     |

|   26|       IMPORTING                                                                            |

|   27|            ACTIVE    = ACTIVE                                                              |

|   28|       EXCEPTIONS                                                                           |

|   29|            NOT_FOUND = 1                                                                   |

|   30|            OTHERS    = 2.                                                                  |

|   31|  IF ACTIVE EQ FALSE.                                                                       |

|   32|    EXIT.                                                                                   |

|   33|  ENDIF.                                                                                    |

|   34|*                                                                                           |

|   35|  CALL FUNCTION FUNCTION_MODULE                                                             |

|   36|       EXCEPTIONS                                                                           |

|   37|            OTHERS = 0.                                                                     |

|   38|*  reset also table with header information. This is necessary since                        |

|   39|* the header is important for comparison with buffer data                                   |

|   40|  CLEAR EXISTING_STRUCTURES.  REFRESH EXISTING_STRUCTURES.                                  |

|   41|  CLEAR STRUCTURE_TADIR_DATA. REFRESH STRUCTURE_TADIR_DATA.                                 |

|   42|* reset context resolution buffer                                                           |

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

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

|Active Calls/Events                                                                               |

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

|No.   Ty.          Program                             Include                             Line   |

|      Name                                                                                        |

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

|    8 FUNCTION     SAPLSHI1                            LSHI1U19                               23  |

|      STREE_RESET_INTERNAL_TABLES                                                                 |

|    7 FUNCTION     SAPLSHI1                            LSHI1U19                               23  |

|      STREE_RESET_INTERNAL_TABLES                                                                 |

|    6 FUNCTION     SAPLSHI6                            LSHI6U08                               34  |

|      STREE_HIERARCHY_READ                                                                        |

|    5 FUNCTION     SAPLSMNU_NEW                        LSMNU_NEWU02                          130  |

|      MENU_GET_MENU_TREE_PART                                                                     |

|    4 FUNCTION     SAPLSMTR_NAVIGATION_MODULES         LSMTR_NAVIGATION_MODULESU01           128  |

|      NAVIGATION_LOAD_MENU_DATA                                                                   |

|    3 FORM         SAPLSMTR_NAVIGATION                 LSMTR_NAVIGATIONF11                    14  |

|      HELP_FORM_LOAD_ALL                                                                          |

|    2 FORM         SAPLSMTR_NAVIGATION                 LSMTR_NAVIGATIONF0I                   557  |

|      CONTROL_INITIALIZE_TREE                                                                     |

|    1 MODULE (PBO) SAPLSMTR_NAVIGATION                 LSMTR_NAVIGATIONO01                    10  |

|      STATUS_0100                                                                                 |

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,541

Dear All,

Please give me suggestion for this . 

Read only

0 Likes
1,541