We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-abap] Editable ALV is Not Taking Changes

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by Nicolas7g
on Sep 15 at 7:38 PM
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
View this online
  
Popular White Papers

In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language