分类:
2008-09-24 09:35:19
要比较两个内表(例如出口EXIT_SAPLCOBT_001)的差异,可以使用FM:CTVB_COMPARE_TABLES
用法如下:
CALL FUNCTION 'CTVB_COMPARE_TABLES'
EXPORTING
table_old = old_tab[]
table_new = new_tab[]
key_length = 22
IMPORTING
table_del = del_tab[]
table_add = add_tab[]
table_mod = mod_tab[].