If you want to clear a single element, use a container operation and assign it to space. If you need to clear an internal table, create another internal table container element that is always empty. Then, inside the container operation assign the empty table to the table you want to clear.
Basically, you are doing this:
container_element = space. OR container_element = ' '.
container_internal_table[ ] = container_empty_internal_table[ ].
Add a comment