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 in a report

Former Member
0 Kudos

Drag & drop behaviour / event handling / double click behaviour:

· If a document info record is dragged from the result ALV grid to a specific tree node, there should come up a decision popup, asking if the document should be inserted as BOD item on the same level or underneath the dropped node.

· If a material master is dragged from the result ALV to a specific tree node, this material should automatically generate a object link to the corresponding document info record.

· If a document info record, which is BOD header is dragged to the tree, there should come up a decision popup, asking if only the stand-alone document has to be inserted as BOD item or if the complete structure has to be inserted.

· The tree display has to be right-click sensitive (context menu), containing following functions:

o Delete current item

o Display document info record

· Double-clicking the tree control or the corresponding ALV grid entry, the application has to be able to provide forward navigation to the document info record / material.

Kindly send reply to my mail id as early as posible.

Vijanagiri@gmail.com

Thank you in advance for your help.

Regards

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please check out these SAP standard demo programs. These programs demonstrate the functionality you are looking for.

Name of the programs:

BCALV_DND_01

BCALV_DND_02

BCALV_DND_03

BCALV_DND_04

Hope this helps,

Sumant.

Former Member
0 Kudos

thxs