Skip to Content
0
Former Member
May 21, 2008 at 07:49 PM

How do you remove an object

574 Views

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?