Skip to Content
0
Former Member
Oct 29, 2010 at 02:07 PM

FREE Object

6047 Views

Hey guys,

I've got a rather stupid question, but I just can't find the answer on the net.

I've got the following code:

CREATE OBJECT gr_alvgrid_info

EXPORTING

i_parent = gr_ccont_info.

FREE gr_alvgrid_info.

IF gr_alvgrid_info IS INITIAL.

WRITE 'initial'.

ENDIF.

But my code never goes inside the IF-structure, is there a way to check weither my Object is

many thanks <removed by moderator>.

Tom

Edited by: Thomas Zloch on Oct 29, 2010 5:27 PM - please do not offer ...