SAP CL_DRAGDROP OO Class - Behavior for Drag and Drop









CL_DRAGDROP is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_DRAGDROP including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_DRAGDROP SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADDInsert a New type into BehaviorPublic
CALL METHOD cl_dragdrop=>ADD...more details

CLEARDelete Entire BehaviorPublic
CALL METHOD cl_dragdrop=>CLEAR...more details

CLEARSENDREQUEST@0A@ DO NOT USE !Private
CALL METHOD cl_dragdrop=>CLEARSENDREQUEST...more details

CLEAR_EVT_PARAM@0A QRücksetzen des Parameter Objs@ DO NOT USE !Protected
CALL METHOD cl_dragdrop=>CLEAR_EVT_PARAM...more details

CONSTRUCTORConstructor of a BehaviorPublic
CALL METHOD cl_dragdrop=>CONSTRUCTOR...more details

DESTROYInvalidate Entire BehaviorPublic
CALL METHOD cl_dragdrop=>DESTROY...more details

GETReturns a Special BehaviorPublic
CALL METHOD cl_dragdrop=>GET...more details

GET_DROP_EVT_PARAM@0A QLiefert die Parameter eines Drop Events@ DO NOT USE !Protected
CALL METHOD cl_dragdrop=>GET_DROP_EVT_PARAM...more details

GET_HANDLEReturns the Handle Known at the FrontendPublic
CALL METHOD cl_dragdrop=>GET_HANDLE...more details

MODIFYChange a Drag and Drop BehaviorPublic
CALL METHOD cl_dragdrop=>MODIFY...more details

NOTIFYSENDREQUEST@0A@ DO NOT USE !Protected
CALL METHOD cl_dragdrop=>NOTIFYSENDREQUEST...more details

REMOVERemove a Behavior EntryPublic
CALL METHOD cl_dragdrop=>REMOVE...more details

REMOVEDRAGDROPDelete a Reference to Another CL_DRAGDROPPrivate
CALL METHOD cl_dragdrop=>REMOVEDRAGDROP...more details

SEND@0A QSenden@ DO NOT USE !Protected
CALL METHOD cl_dragdrop=>SEND...more details

SERIALIZE@0A Qerialisiert den Inhalt des Behaviors@ DO NOT USE !Private
CALL METHOD cl_dragdrop=>SERIALIZE...more details

SETDRAGDROPInsert a Reference to a Further CL_DRAGDROPPrivate
CALL METHOD cl_dragdrop=>SETDRAGDROP...more details



CL_DRAGDROP attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
COPYConstantOperation is Copy1LIKE
I
Public
G_HANDLEStatic AttributeGlobal Handle Counter0LIKE
I
Private
G_RUNOBJSStatic AttributeList of All Active BehaviorsLIKE
RUNNING_BEHAVIORS
Private
G_SERIALIZETABStatic AttributeBuffer for Serializing to FrontentLIKE
SERIALIZEBEHAVIORTAB
Private
MOVEConstantOperation is Move2LIKE
I
Public
M_BEHAVIORSInstance AttributeBehavior of an InstanceLIKE
BEHAVIORS
Private
M_HANDLEInstance AttributeHandle for Identification0LIKE
I
Private
M_ISDIRTYInstance Attribute? Is ModifiedLIKE
AS4FLAG
Private
M_ORGHANDLEInstance AttributeBuffer for HandleLIKE
I
Private
M_REFTOOTHERInstance AttributeReferences to Other CL_DRAGDROPLIKE
CL_DRAGDROP
Private
M_SENDREQUESTStatic AttributeFlag for Whether Data Needs to be SentLIKE
CHAR01
Protected
M_TOBESENDInstance Attribute? Must Be SentLIKE
AS4FLAG
Private
NONEConstantNo Operation0LIKE
I
Public
PROTOCOL_TYPE_DELETEConstantDelete Log Entry'D'LIKE
CHAR1
Private
PROTOCOL_TYPE_ENTRYConstantFlag for Valid Entry' 'LIKE
CHAR1
Private
PROTOCOL_TYPE_HEADERConstantFlag for Valid Header'H'LIKE
CHAR1
Private
PROTOCOL_TYPE_REFConstantLog Entry Reference to Handle'R'LIKE
CHAR1
Private
USEDEFAULTEFFECTConstantDefault Within a Control4LIKE
I
Public




CL_DRAGDROP types

BEHAVIOR - Behavior Description for Drag and Drop
BEHAVIORS - Behaviors Table
RUNNING_BEHAVIOR - Entry for a Behavior in a Mini ROT
RUNNING_BEHAVIORS - Mini ROT for all Drag and Drop Behaviors
SERIALIZEBEHAVIORTAB - Table of Serialized Behaviors
SERIALIZEDBEHAVIOR - Special Structure for Serialization

Links to Related Class(s)

CL_DRAGD...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!