Start of Content Area

Syntax documentationremove  Locate the document in its SAP Library structure

Use this method to delete a flavor.

CALL METHOD dragdrop->remove
     EXPORTING  flavor = flavor
     EXCEPTIONS not_found   = 1
                obj_invalid = 2.

Parameters

Description

flavor

Name of the flavor

Exceptions

Description

not_found

The specified flavor does not exist

obj_invalid

The object has already been destroyed using the method destroy.