I have some code:
CREATE OBJECT manager
EXPORTING
is_object = obj
ip_no_commit = 'R'
EXCEPTIONS OTHERS = 1.
but when you leave the screen the object stays on the screen. Is there a way to delete the object int he program?