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: 

How to create Drag & Drop from a List to another .

former_member435508
Participant
0 Kudos

Hi,

I developed a Ztable for additional characteristics of Material. (which are not in MARA)

Now, I have to give the Material List to User, for adding values to this additions fileds (which I will Save in ZTable.)


i.e.
Material   Field1 Field2
M1            A        DEC
M2            B        ARB
M3            A        FET
Here User will enter the values of Field1 & Field2 according to Material List in MARA.

My Problem is -

User want 'Drag & Drop' feature (Similar to 'Change Layout' option of ALV) to add Material List to Empty Box.

I don't have any idea about creating this, How can I go with it?

2 REPLIES 2

Former Member
0 Kudos

SAP has lots of demo reports for drag and drop functionalities. Please check [Drag & Drop With the ALV Grid Control|http://help.sap.com/saphelp_erp2004/helpdata/en/22/a3f5fbd2fe11d2b467006094192fe3/content.htm]

Former Member
0 Kudos

Hi

U need to use ABAP OBJECT I don't think it's possible by classic ALV

Try to check the DEMO programs like BCALV_TEST_GRID_DRAG_DROP

Max