Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Drag and Drop Feature in Module pool

Former Member
0 Kudos

All,

I have a simple requirement about creating a drag and drop functionality in Normal ABAP Screen using Module pool (No WebDynpro).

User will drag an XL file from user machine to SAP screen, and program will read the xl and populate different tables.

I don't know how to implement this drag and drop in Module pool. I did find some reference on this but with webdynpro approach, and not with normal module pool.

can anyone please help me on this.  

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi,

Please search in se38 for sample programs like:

RSDEMO_DRAG_DROP_EDIT_TREE

BCALV*DND*

SIMPLE*DRAG*

Un-marking this discussion as question.

raymond_giuseppi
Active Contributor
0 Kudos

You can also read SAP documentation at Drag and Drop in Event Handling of SAP Control Framework.

(Also read class CL_DRAGDROP documentation)

Regards,

Raymond