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

ALV Dump

achraf_smaali
Explorer
0 Likes
760

Hi experts I'm working on an ALV Grid, I created it using OO, thet I add a field in the fieldcat internal table because I want to add a button(Chack box) to mu ALV and choose some lines from the returned ALV, I found that I've to use the method GET_SELECTED_ROWS, then I got this dump:

Error in the ABAP Application Program

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

terminated because it has

come across a statement that unfortunately cannot be executed.

Programme CL_GUI_ALV_GRID===============CP

Include CL_GUI_ALV_GRID===============CM03B

Ligne 231

Type de module (METHOD)

Nom du module SPLIT_GOOD_AND_BAD


 *--   Formal field check without DDIC reference              
       call method me->formal_field_check_no_ddic             
         exporting                                            
           i_currency    = <l_currency>                       
           i_value       = ls_cells-value                     
           i_row_id      = ls_cells-row_id                    
           i_tabix       = l_tabix                            
           is_fieldcat   = ls_fieldcat                        
         importing                                            
           eflg_invalid  = eflg_invalid                       
         changing                                             
           c_field       = <l_field>                          
           ct_good_cells = et_good_cells                      
           ct_mod_cells  = et_mod_cells.                      

Field symbol <l_field> has not yet been assigned!!!

Regards

SMAALI Achraf

1 REPLY 1
Read only

achraf_smaali
Explorer
0 Likes
488

It was a problem of incompatibility of the outtab table which I provide and and the fieldcatalog table which I loop at. because of the added field to show my chekbox