Start of Content Area

Background documentation DropTargetInfo Properties  Locate the document in its SAP Library structure

Properties in the View Designer

      enabled

Defines whether the object can be moved using Drag&Drop.

This property can be personalized by an administrator.
In personalization, this property can be assigned the value false

      scope

Scope of DragTargetInfo.

Value

Description

componentInstance

For security reasons DragTargetInfo can only be used within the component. Objects can only be moved to a UI element of the same component using Drag&Drop.

global

DragTargetInfo can be used globally.

      tags

This property corresponds to flavors in the programming environment. It enables possible DropTargets to be identified. Drag&Drop is only possible if the DragTargetInfo has at least one DropSource tag. Multiple tags can be assigned to a DragTargetInfo.

The specifications for this property are case-sensitive. Entries must be separated by spaces. You may not use the following characters: Colon (:), comma (,), semicolon (;), backslash (\), slash (/), period (.). You can use an asterisk (*) as a wildcard.

You can use this property to define your own development standards. As a software architect, you should pay attention to which tags you are using and how they are designed.

 

 

End of Content Area