cancel
Showing results for 
Search instead for 
Did you mean: 

TCODE USMM, dump when click on users classification

Ganimede-Dignan
Contributor
0 Kudos

Hi,

in a ECC 6.04 box, I've got a problem... when we click on user classification there is a dump:

Err. run-time      SYNTAX_ERROR
Data e ora         14.03.2014 22:04:26

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

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

|Testo breve                                                                                   |
|Syntax error in program "CL_SLIM_USER_DATA=============CP ".                              |

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

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

|Causa dell'errore                                                                             |
|Error in the ABAP Application Program                                                     |
|                                                                                              |
|The current ABAP program "CL_SLIM_GUI_CONTROLER=========CP" had to be                     |
| terminated because it has                                                                |
|come across a statement that unfortunately cannot be executed.                            |
|                                                                                              |
|The following syntax error occurred in program                                            |
| "CL_SLIM_USER_DATA=============CP " in include                                           |
| "CL_SLIM_USER_DATA=============CM001 " in                                                |
|line 103:                                                                                 |
|"L'oggetto dati "LS_USR_LIST" non possiede nessun componente con nome ""                  |
|"UFLAG""                                                                                  |
|" "                                                                                       |
|" "                                                                                       |
|                                                                                              |
|The include has been created and last changed by:                                         |
|Created by: "SAP "                                                                        |
|Last changed by: "SAP "                                                                   |
|Error in the ABAP Application Program                                                     |
|                                                                                              |
|The current ABAP program "CL_SLIM_GUI_CONTROLER=========CP" had to be                     |
| terminated because it has                                                                |
|come across a statement that unfortunately cannot be executed.                            |

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

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

|Analisi errori                                                                                |
|The following syntax error was found in the program                                       |
| CL_SLIM_USER_DATA=============CP :                                                       |
|"L'oggetto dati "LS_USR_LIST" non possiede nessun componente con nome ""                  |
|"UFLAG""                                                                                  |
|" "                                                                                       |
|" "                                                                                       |

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

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

|Punto di inizio dell'errore di run-time                                                       |
|Programma                           CL_SLIM_GUI_CONTROLER=========CP                  |
|Include                             CL_SLIM_GUI_CONTROLER=========CM003               |
|Riga                                16                                                |
|Tipo modulo                         (METHOD)                                          |
|Nome modulo                         CONSTRUCTOR                                       |

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

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

|Dett. testo sorgente                                                                          |

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

|Riga |Tst.sorg.                                                                               |

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

|1|method CONSTRUCTOR.                                                                     |
|2|  GA_GRID_STRUCTURE = pi_name_grid_struct.                                              |
|3|                                                                                        |
|4|  set HANDLER HANDLER_DROP_DOWN_DATA for ALL INSTANCES.                                 |
|5|                                                                                        |
|6|  CREATE OBJECT go_view TYPE (PI_VIEW_CLASS_NAME)                                       |
|7|EXPORTING                                                                           |
|8|PI_NAME_GRID_STRUCT = GA_GRID_STRUCTURE.                                            |
|9|                                                                                        |
|   10|  create data gr_change_list TYPE TABLE OF (GA_GRID_STRUCTURE).                         |
|   11|  go_view->gr_change_list = gr_change_list.                                             |
|   12|  create data gr_grid_data   TYPE TABLE OF (GA_GRID_STRUCTURE).                         |
|   13|  go_view->gr_grid_data = gr_grid_data.                                                 |
|   14|                                                                                        |
|   15|  if pi_data_class_name is not INITIAL.                                                 |
|>>>>>|CREATE OBJECT go_data TYPE (pi_data_class_name).                                    |
|   17|  endif.                                                                                |
|   18|                                                                                        |
|   19|                                                                                        |
|   20|*  set HANDLER Handler_errors FOR ALL INSTANCES.                                        |
|   21|  set HANDLER handler_update_error FOR ALL INSTANCES.                                   |
|   22|*  set HANDLER HANDLER_DROP_DOWN_DATA for ALL INSTANCES.                                |
|   23|                                                                                        |
|   24|                                                                                        |
|   25|endmethod.                                                                              |

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

Into productive box... no dump.

Have you got any idea?

Regards.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Try below notes should help on fixing the issue.

1551116 - USMM: mass user classification update



Ganimede-Dignan
Contributor
0 Kudos

SAPKB70110 already applied so 1551116 is passed.

Thank you.

Sriram2009
Active Contributor
0 Kudos

Hi Dignan

1. Could you paste or attach the full dump details

2. Check this SAP Notes

  987998 - USMM: Syntax error with the ETM/CEM function module

  961461 - USMM: Syntax error with the ETM/CEM function module  

BR

SS


former_member182657
Active Contributor
0 Kudos

Hi Dignan,

Could you please share dump in attachment.

Regards,

Gaurav

Ganimede-Dignan
Contributor
0 Kudos

How can I add an attachment file?

Thank you.

Ganimede-Dignan
Contributor
0 Kudos

HI,

into DUMP.TXT last dump.

Thank you.