Application Development 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: 

Error on double click of a cell in ALV Grid

former_member449766
Participant
0 Kudos

Hi Experts!

I have an ALV grid displaying a report. When I doulble click in one of the cells, it gives me the error below:

Runtime Errors PERFORM_NOT_FOUND

Except. CX_SY_DYN_CALL_ILLEGAL_FORM

Date and Time 09/11/2009 11:52:58

Short text                                                                                
Call (PERFORM) to a non-existent routine.                                         

    Since the caller of the procedure could not have anticipated that the              
    exception would occur, the current program is terminated.                          
    The reason for the exception is:                                                   
    The program "SAPLSLVC_FULLSCREEN" is meant to execute an external PERFORM,         
    namely the routine "USER_COMMAND " of the program "ZSTORAGE_LOC_ANALYSIS ", but    
    this routine does not exist.                                                                                
This may be due to any of the following reasons:                                                                                
1. One of the programs "SAPLSLVC_FULLSCREEN" or "ZSTORAGE_LOC_ANALYSIS " is        
     currently being developed.                                                        
    The name "USER_COMMAND " of the called routine may be incorrect, or                
    the routine "USER_COMMAND " is not yet implemented in the program                  
     "ZSTORAGE_LOC_ANALYSIS ".                                                         
    -                                                                                
2. If the program SAPMSSY1 is involved in the runtime error, one of                
    the function modules called via RFC is not flagged as remote-capable.              
    (see Transaction SE37  Goto -> Administration -> RFC flag)                                                                                
3. There is an inconsistency in the system. The versions of the                    
    programs "SAPLSLVC_FULLSCREEN" and "ZSTORAGE_LOC_ANALYSIS " do not match.

Any suggestions on how to catch this error?

Thaks a lot!

2 REPLIES 2

former_member449766
Participant
0 Kudos

Solved. Commented i_callback_user_command = 'USER_COMMAND'.

0 Kudos

Thanks, It solved my issue too.