Entering content frame

Syntax documentationget_handle Locate the document in its SAP Library structure

This method returns the handle of the drag and drop position. In most cases, you will not need to use this method. However, for tabular mass data interfaces (such as the SAP Tree), you must copy this handle into the interface table.

CALL METHOD dragdrop->get_handle
     IMPORTING  handle = handle
     EXCEPTIONS obj_invalid = 1.

Parameters

Description

handle

Handle of the drag and drop description

Exceptions

Description

obj_invalid

The object has already been destroyed using the method destroy.

 

Leaving content frame