Use this method to delete the items from the tree that you pass to it in a table.
CALL METHOD tree->delete_items
EXPORTING item_key_table = item_key_table
EXCEPTIONS failed = 1
cntl_system_error = 2
error_in_item_key_table = 3
dp_error = 4.
Parameters |
Description |
item_key_table |
Table of entries that you want to delete. |