Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Hi, I am developing an editable ALV (not OO) and although changes are made on output data, changes are not transferred to the corresponding internal table (changes only work only if user does double click on field after editing). I need to manage modified data on USER-COMMAND routine, but itab keeps unchanged. Thanks! (Editable field was set as editable --> fieldcat-edit = 'X') CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'F_SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout_lvc = wa_layout it_fieldcat_lvc = it_fieldcat i_save = c_x it_events = it_events TABLES t_outtab = it_output EXCEPTIONS program_error = 1 OTHERS = 2. IF sy-subrc <> 0. MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4. ENDIF. ENDIF. | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Popular White Papers In the Spotlight _.____.__ |