Show TOC

Syntax documentationfree Locate this document in the navigation structure

Use this method to destroy a custom control at the frontend. Once you have called this method, you should also initialize the object reference (FREE my_control).

Syntax Syntax

  1. CALL METHOD my_control->free
    	EXCEPTIONS cntl_error		= 1
    		cntl_system_error	= 2.
End of the code.