Entering content frame

Syntax documentationclear Locate the document in its SAP Library structure

Deletes the contents of the instance. Once you have called this method, you cannot perform any more drag and drop operations on the corresponding custom control.

CALL METHOD dragdrop->clear
     EXCEPTIONS obj_invalid = 1.

Exceptions

Description

obj_invalid

The object has already been destroyed using the method destroy.

 

Leaving content frame