Drag and drop in a report

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.
[email protected]
Thank you in advance for your help.
Regards

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.

Similar Messages

  • Use drag and drop to sort data in report

    Hello!
    I found a good description to sort data in a Tabular Form per drag and drop.

    Here is the url: Read Article - Drag & Drop tabular form rows
    It works fine if one follow the hint from Baki (For apex 4.2 one have to adapt a css class).
    Afterwards I tried the same with an Interactive Report. It nearly works.
    I once again had to adapt a css class.
    I used the
    apexir_WORKSHEET_DATA
    class instead of the
    uReportStandard
    in the JavaScript for the Interactive Report.
    Everything went fine. Except the "Save the Thing to the DB" issiu did not work.
    The following code do not work (the "APEX_APPLICATION.G_FROWID.COUNT" is allways 0):
    FOR i IN 1 .. APEX_APPLICATION.G_FROWID.COUNT 
    LOOP
    UPDATE emp SET sort_order = i WHERE rowid = APEX_APPLICATION.G_FROWID(i);
    END LOOP;
    Does anybody know why?
    Best thanks,
    Ilb

  • Swaping key figures in Web Report(Drag and drop)

    Hi,
    Assume that I have following three key figures displaing in the following sequence in web report:
    Actual, Target, Estimate:
    Now I want to put the key figures in the following order:Estimate,Actual,Target
    When I do try to do the Drag and Drop in the web report I'm getting the following message and I'm unable to move Estimate to the first column,
    Message: Drag and drop action was invalid and was not executed
    I can able to drag and drop in the Bex Analyzer but in web reporting its not working
    Please help
    Thanks

    Hi,
    You can achieve this swapping of KFs by swapping them in BEx. In WAD, you just use the BEx query in which you do this swapping.
    Regards,
    Yogesh.

  • Can we add extra field in  drag and drop reports

    Can we add some extra field in sales A/R drag and drop report

    Hi
    My understanding about the drag and
    related function is:
    Since Drag and Relate is a query based system, you can
    recreate the Drag and Relate query/result in the Query generator. From
    here you can save the query and access it through the Tools -> User
    Queries. You can also create your own reports through Tools -> User
    Reports.
    If you get a 'no matching records found' error whene using D&R,
    it means the user has created a wrong relation.
    i.e. use the BP code instead of the BP description etc.
    Note! Users with a full authorization to the Drag & Relate function
    can view any data in the system, similarly to a case where a full
    authorization is given to regular queries. Therefore, it is recommended
    not to assign regular users with a full authorization to the Drag &
    Relate function.
    Please have a careful read of the documentation to apply the
    functionality to your needs.
    Furthermore, we could do the following testing:
    e.g. create a UDF on sales order
    and create two sales orders with the
    same UDF value, e.g. ABC
    then we drag the UDF ABC to the sales order , we could get the list of
    these two sales orders.
    Could you also let me know your detailed requirement for this functionality?
    Best Regards
    Helen Sun

  • Multi-row "Drag and Drop" works for some users, not others

          Background: We are working on Win7 SP1 clients, Project Prof. 2010, SP2
          A couple of users have reported that they cannot move ("drag") multiple selected rows in a task sheet, only a single row at a time. Other MS Project users around them (and myself) can move multiple rows with the "Drag"
    feature. "Drag and Drop" is selected in the "Options/Advanced" section of both their local global template and the Enterprise Global.
         To my knowledge, the multiple row selections contain no collapsed summary tasks, in case that might be an issue.
         I'm suspecting some Windows setting is amiss on the offending clients, but wanted to see if anyone else had seen this behavior before in Project Prof. 2010.
         Thanks!
    JTC
    JAckson T. Cole, PMP, MCITP

        Thanks for the response, Shiva!
        User community is on MS Project 2010 (14.0.7011.1000) SP2, MSO (14.0.7128.1000)
        To reproduce the problem, MS Project user will select multiple task rows by selecting first row, then holding MB1, and "sliding" to the last row desired. The problem manifests itself by NOT turning the cursor into the "four-arrow cross"
    after selection is accomplished. If only one row is selected, the ability to move that row alone is available.
         Again, only a couple of users (that have called me!) are seeing it. Their officemates are not having an issue.
         FYI ...
    JTC
    JAckson T. Cole, PMP, MCITP

  • After upgrade to Yosemite, drag and drop for files does not work, destination folder crashes.

    After upgrading to Yosemite, dragging and dropping files from one location to the destination folder, causes the destination folder crash. However, copying the file and then moving it works fine.
    I'm not sure where to report bugs, but I figured this would be the best option

    http://www.apple.com/feedback/  Feedback
    https://bugreport.apple.com/  BugReporter

  • How to use drag n drop button in report display

    hello friends
                             i'm displaying list report . i want one customer one time and with  diff amounts .ok first of all i'm diplaying detail customer details , if i click on one customer i have to display that cust one time and i want to get details . just like drag and drop button how to use this in normal report .
    please help me out .
    thanks & regards.
    lavanya

    Hi,
    Check this link..
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_basic.htm
    And also Check these Examples..
    BCALV_TREE_01
    BCALV_TREE_02
    BCALV_TREE_03
    BCALV_TREE_04
    BCALV_TREE_05
    BCALV_TREE_06
    BCALV_TREE_DEMO
    BCALV_TREE_DND
    BCALV_TREE_DND_MULTIPLE
    BCALV_TREE_EVENT_RECEIVER
    BCALV_TREE_EVENT_RECEIVER01
    BCALV_TREE_ITEMLAYOUT
    BCALV_TREE_MOVE_NODE_TEST
    BCALV_TREE_SIMPLE_DEMO
    BCALV_TREE_VERIFY

  • Trying to drag and drop a text parameter, but it only applies to one letter

    Hiya,
    In Motion 3, you could drag and drop a Text - Style Parameter to another text object.
    Now, in Motion 4, when I try to drag a Parameter it only applies to the first letter of my text object.
    So when I drag my Glow from one object to another, my Bleary In Behavior has a blue glow on T in THIS and a yellow glow on HIS in THIS.
    I'm guessing this has to do with the ability to adjust each letter with the glyph tool. However, it won't allow me to drag the Parameter to each individual letter...
    Which I see a need for...
    But why would I want to do a time consuming thing like that?
    It's stupid.
    Any advice is much appreciated!
    Thank you

    Well, I'm not sure what to say. I can't replicate your problem. I can drag the outline parameters onto a text object in the viewer, layers pane, or timeline and it copies it exactly as it did in Motion 3, over the entire text object.
    However, if I have the glyph tool selected and try to do the same thing, it crashes Motion 100% of the time.
    Neither situation is what you're reporting though. It helped me find a bug, and something to avoid however.
    Andy

  • Drag and Drop export of vcards to Mail no longer works in Snow Leopard

    In 10.5, you could drag a vcard from the Address Book application, drop it on the Mail icon on the dock, and the vcard would be automatically attached to a new mail message. This no longer works in 10.6. Tested on a G4 iMac running Leopard and a Mac Pro on Snow Leopard. Kind of a bummer, as I used to send new contacts to business partners all the time this way.

    There have been other reports of drag and drop to the icon not working like it did/should.
    I imagine rewriting it for Docksposé caused a lot of code changes. Hopefully, they will fix the things that have fallen through the cracks.
    I forgot to mention the only workaround I can find is to create the new message first, and then use Docksposé to drop the vCards onto the new message.
    Message was edited by: Barney-15E

  • Drag and Drop - Incomplete Wireless Copying of Files

    Ever since I upgraded to 10.6.4, I have a problem doing the "drag and drop" method of copying files wirelessly from my Mac to the HP MediaSmart server connected to my Apple AirPort N Base station.
    I used to be able to simply copy files without problems from my FireWire CF card reader to the server fast and with no problems. After the upgrade, the wireless copying has become slow and the transfer is incomplete. For example today I tried to drag and drop 97 photo files and it only copied 30 of those files in random order. So I repeat the process over and over again (without replacing the already copied files) until all 97 files are copied. If I re-copy everything from scratch by over-writing existing copied files, it will only successfully copy a few files again.
    If I copy direct from the card reader to the hard drive in my computer, the copying is lightning fast and with no problem.
    If I copy from the computer hard drive to the server connected to the AirPort, the same inconsistent copying occurs.
    So it's somewhere in the wireless link that has a problem.
    The solution is to use the "Image Capture" app so that it will successfully copy all files from the card reader to the server. But as I mentioned the process is slow.
    I have installed the latest Apple updates at the time they come out. I am at 10.6.5 and have the latest AirPort update that was recently released. I still have the same problem.
    Anyone know about this problem? How do I report issues like this directly to Apple?
    Thanks for any assistance and feedback.

    I am having the same problem. I just bought a USB Hard-drive and was copying a 2.7 M folder from one HD to the USB and it leaves out like 15 files. I tried copying to the desktop and it does the same thing. I can open the folder, cmd-A, cmd-c, then paste and it took all the files. Very strange.

  • Drag and Drop CSV file onto a table in Number

    Hi everyone !
    I really love the new version of iWork. However I can't find a feature I was heavilly using which is the drag and drop of a CSV file into numbers which creates the table associated to this file.
    Is there anyone who has find a way to re-activate this feature? Or will I have to open new number spreadsheat each time I want to import CSV ?
    Thanks for your help !
    Vincent.

    Jerrold Green1 wrote:
    I have very few photos in my Contacts, so I saw the problem on my first try.
    Exactly what happens here too when dragging from Contacts; I typically don't have photos there either. I submitted a "bug" report via Provide Numbers Feedback.
    Do you still get misalignment of column headers when dragging or pasting csv or tsv (i.e. not from Contacts)?  I've had pretty good results with csv and tsv here in v. 3.2, a welcome change from the earlier releases.
    SG

  • Drag and Drop in a Creative Suite Extension

    Hi,
    One of the reports we've had about using the Creative Suite SDK is that native drag and drop doesn't work when dragging from an extension to the host application (for example, dragging an image from an extension to be placed in InDesign).
    This is something we're very keen to make as easy as possible, to which end I've posted a write-up on the CS SDK blog of how you can achieve this. It works by using the Flash (rather than Flex) manager for dragging, and you can find more detail and a sample extension here.
    Happy coding!
    James

    James, thanks for the great article!
    After implementing all your techniques I have a couple of questions, and it will be cool, if you can find a time to answer just some of them!
    1) Is there a way to force a drop? I mean, without mouse, just like copy and paste an object into current host, without dragging it?
    2) Is there a universal way for all hosts to catch a moment just before the drop happened? (Harbs suggested to use a before_place event, but as I can see it only works for InDesign).
    3) When I dragged an image of BITMAP_FORMAT type, I even was able to drop it to Fireworks - but not into Flash Pro document. Flash just crashes! Is this is a known issue and maybe some workaround exists?
    Thank you!

  • Can you drag-and-drop music onto the iPhone in iTunes?

    New to iPhone and only just braking it in, as it were.
    It looks like the only way I can upload music onto my iPhone is via synching my entire library onto it. Which, if I may say so, is an incredibly stupid and debilitating design - amongst other severe shortcomings of the iPhone I am slowly discovering over time. Is it not possible to drag-and-drop like the good old iPods?
    If this is indeed the only way to load music, what's the easiest I can pick out my favorite 2000-or so tunes and put them on there?? Don't tell me it's clicking on the boxes next to the songs in the Library page, because that's when I will start asking for my money back...
    Cheers

    I don't blame this person whatsoever for making the assumption that the iPod portion of his phone would work similarily, if not the same, as the iPod.
    But it does work the same as the iPod. As with an iPod, you can sync all songs and playlists, or selected playlists, or you can manually manage music and videos. You can also select sync only checked songs and videos under the Summary tab and uncheck the songs in your iTunes library that you don't want transferred to your iPhone. This can be used with syncing selected playlists - if you want to remove a song from your iPhone that is in a selected playlist without removing the song from the playlist in iTunes, you uncheck the song in the playlist in iTunes followed by a sync. There is no difference with an iPod in this regard except for the iPhone not supporting disk mode.
    In order to manually manage music and videos with an iPod, you must select this under the Summary tab for the iPod sync preferences, and the same for the iPhone.
    And if you resent his rant, why respond and waste your volunteer time on this post?
    I can waste my time anyway I see fit. If you don't like it, don't respond.
    And not everyone can afford to replace this type of investment on a whim.
    Copied from the OP's post.
    Don't tell me it's clicking on the boxes next to the songs in the Library page, *because that's when I will start asking for my money back...*
    Or the iPhone can be sold to someone else with the proceeds used to purchase a different phone. I haven't read any reports about someone having trouble selling their iPhone used at a good price even if damaged.

  • Does SAP ECL viewer has drag and drop functionality...

    Hi,
    Does ECL viewer has drag and drop functionality for example we can drag and drop file from windows sever to SAP. So that it can be used later on using BDN.
    Thanks.
    Regards,
    Rajesh.

    Implement this program,  it is a cut/paste solution.  Again, you must have the ECL component installed on your SAPgui.
    report zrich_0001 .
    parameters: p_check type c.
    start-of-selection.
    at selection-screen output.
      data: dockingleft   type ref to cl_gui_docking_container,
            dockingright  type ref to cl_gui_docking_container,
            ecl_viewer   type ref to cl_gui_ecl_2dviewer,
            html_viewer  type ref to cl_gui_html_viewer.
      data: repid type syrepid.
      data: url(2048) value 'c:'.
      repid = sy-repid.
      check dockingleft is initial.
      create object dockingleft
                  exporting repid     = repid
                            dynnr     = sy-dynnr
                            side      = dockingleft->dock_at_left
                            ratio     = 50
                            extension = 1000.
      create object html_viewer
           exporting
                parent    = dockingleft.
      call method html_viewer->show_url
           exporting
                url       = url.
      check dockingright is initial.
      create object dockingright
                  exporting repid     = repid
                            dynnr     = sy-dynnr
                            side      = dockingright->dock_at_right
                            ratio     = 50
                            extension = 1000.
      create object ecl_viewer
          exporting
             parent             = dockingright
          exceptions
             cntl_error         = 1
             cntl_system_error  = 2
             create_error       = 3
             lifetime_error     = 4
             others             = 5.
         call method ecl_viewer->create_toolbar
            exporting
                close_button      = ' '
                tools             = 'X'
                viewer            = 'X'
                navigation        = 'X'
                options           = 'X'
                viewer_openfile   = 'X'
                viewer_savefile   = 'X'
                tool_measurement  = 'X'
                remove_document   = ' '
            exceptions
                cntl_system_error = 1
                cntl_error        = 2
                cntb_btype_error  = 3
                dp_error          = 4 .
    Now drap a PDF file from the left container, and drop in the right side.  Slick, right?
    The ECL doesn't handle every file type,  but PDF works good.
    Regards,
    Rich Heilman

  • Drag and Drop no longer in iPhoto 11?

    Drag and Drop no longer in iPhoto11?
    I can no longer "drag and drop" selected photos from iPhoto11 onto a desktop album.  Before upgrading I could select as many as 200 photos and drag them onto a desktop album.  No longer.

    There are two kinds of metadata involved when you consider  jpeg or other image file.
    One is the file data. This is what the Finder shows. This tells you nothing about the contents of the file, just the File itself.
    The problem with File metadata is that it can easily change as the file is moved from place to place or exported, e-mailed, uploaded etc.
    Photographs have also got both Exif and IPTC metadata. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. Regardless if what the file date says, this is the actual time recorded by the camera.
    Photo applications like iPhoto, Aperture, Lightroom, Picasa, Photoshop etc get their date and time from the Exif metadata.
    When you export from iPhoto to the Finder new file is created containing your Photo (and its Exif). The File date is - quite accurately - reported as the date of Export. However, the Photo Date doesn't change.
    The problem is that the Finder doesn't work with Exif.
    So, your photo has the correct date, and so does the file, but they are different things. To sort on the Photo date you'll need to use a photo app.

Maybe you are looking for

  • Apps in both launchpad and dock?

    why do apps on lion and mountain lion appear in both the dock and launchpad? wouldnt it make more sense if there in the dock they don't show in launchpad? think it would make more sense and work more like iOS, it just really annoys me having an app i

  • Feature request: additional setting in mobile network preferences

    In my Z3 Compact i have the options to select the following combinations for which network techonology the phone should prefer for its connection (my phone is in danish, so the exact wording might be a little incorrect): WCDMA only GSM Only WCDMA (pr

  • Mail certificate decryption error after update

    Hello, after installing the "Mac OS X 10.6.3. Supplemental Update" Mail stopped decrypting mails encrypted with S/MIME certificates. Everything worked fine before, my other macs still work fine. I tried to re-import the certificates, i used newly gen

  • SOAPElement instead Custom Java Class

    Hi all, I've a simple process that call a Partner Link (Adapter) to do a Select on DEPTIN table of Oracle Lite Database, i've a XSD structure like this : <?xml version="1.0" encoding="windows-1252" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XML

  • MAIN NEXT PAGE

    Hello, I don´t know why, but my smartforms don't print the window main in the next page. First page it's normal, but the problem is next page. Somebody can I help ? Best Regards L.F