Code: Alles auswählen.
module user_command_2000 input.
set pf-status 'STATUS_2000'.
set titlebar 'TITLE_2000'.
* Get input data
lt_cond_unchanged = lt_conditions.
lo_grid->check_changed_data( ).
* Check whether changes where made
call function 'CTVB_COMPARE_TABLES'
exporting
table_old = lt_cond_unchanged
table_new = lt_conditions
key_length = 30
importing
table_mod = lt_cond_mod
no_changes = lv_no_changes.
* Process user command
ok_save = ok_code.
clear ok_code.
case ok_save.
* Leave screen/program
when 'BACK' or 'EXIT' or 'CANC'.
Folgende Benutzer bedankten sich beim Autor a-dead-trousers für den Beitrag:
qyurryus