Drag And Drop In Webdynpro Abap

Hi,
Is It  Possible For Drag And Drop Option For Text Elements ( not For Images) In Webdynpro Abap..
Do NeedFull Help..

Hi,
Drag and drop option is not possible for Text elements.
It is possible only for Trere,Image,Itemlistbox,Table.
Have a look at
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307f2eae-8cf0-2d10-6088-8aa2b1f00b23?quicklink=index&overridelayout=true
http://help.sap.com/saphelp_sm70ehp1_sp26/helpdata/en/a5/bf47414eca430794189fbb5919cc2f/frameset.htm
Regards,
Karthiheyan M

Similar Messages

  • Drag and Drop in WebDynPro

    Hi,
    Can anyone let me know if drag and drop is possible in WebDynPro ABAP .
    Wish you great time.
    Best Regards
    Sid

    Hello Sid,
    alas, it's not possible.
    Best regards,
    Thomas

  • WD ABAP: Drag and drop functionality

    Hi,
    Is there a UI element/event to simulate the drag and drop functionality in Webdynpro ABAP? I would like to simulate the functionality of context mapping.
    I have the requirement to show the hierarchy of say Country and state(preferably in tree structure) and allow the user to change the country a state belongs to by dragging the state from one country and dropping it into the desired destination country.
    Thanks and regards,
    Srini.

    Hi Srinivasa,
    Drag & Drop is not available within Web Dynpro as of now.
    Kind regards,
    Thomas

  • Drag and Drop with Calendar functionality in BSP/WebDynpro

    Hi,
    I am not sure where to ask this information. First trying in this forum.
    We are looking for a  scheduling software-kind of functionality within SAP. We get service calls from customers if there is any leak on the roof. We would like to know if we can provide drag and drop functionality in BSP/Webdynpro. We are envisioning left pane with Leak Notification # (could be 25-30 Notification calls per office) and calendar(month or week) functionality on right pane of the page. The service manager can drag and drop Leak Notification # into Calendar on the right pane OR move around within Calendar. When they do that, we want to update certain custom table fields in SAP. Do you think this can be done in BSP or Webdynpro for ABAP easily. If so, can you point us in the right direction ?
    Regards,
    Niranjan

    Thanks once again for the reply Thomas.
    Yes, we have used XHTMLB and PHTMLB extensively.
    One last question if you don't mind since you now work for SAP. We have 1-2 BSP applications written without MVC pattern. We are thinking to convert that to MVC using Webdynpro ABAP. Do you suggest that for any new applications we should start using Webdynpro ABAP and not BSP ? I look at Webdynpro as ABAP query(with not much flexibility) and BSP as normal ABAP coding (which offers more flexibility). Is my assumption correct ? I want to know where SAP is investing in future; is it Webdynpro OR BSP ?
    Also, do you know if SAP has come out with new themes like Design2009 or Design2010 or Design2011. We currently use Design2003 and it does not work well with Firefox or Chrome.
    Thanks once again for writing that book. In fact, I will be training one of my colleague next week on BSP and I am planning to go throu your book this weekend to refresh my memory before training her.
    Niranjan

  • Drag and Drop functionality in webdynpro java

    Hi,
        Please check this article
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0fec52a-abad-2b10-48b8-cbdfd0dbca62]
    Thanks and Regards

    Hi raman,
    Such kind of drag and drop feture is only supported with CE 7.1 Eph1 onwards. if you have CE 7.1 Eph1 then you will also see these 'dragsourceinfo' and 'droptargetinfo'.
    Please check teh version of your installation.
    If you dont have CE 7.1 then I am afraid that you cannot implement any such feature using webDynpro. At maximum what you can do is create a browse and collect pattern, which will allow you to select multiple values from one table(Browse Table) and transfer that to other table (Collect Table). We also have many such screens which require multiple selection from one item list to other. And we follow the same technique.
    I hope this solves your issue. Please revert back if you require any other help or kindly close the thread.
    Thanks and Regards,
    Pravesh

  • Web Dynpro ABAP, Adobe interactive forms and Drag and Drop functionality.

    Hi Experts,
    is it possible to use Drag and Drop functionality together with Adobe Interactive forms in Web Dynpro ABAP? I consider dragging object (like texts) to interactive form placed in Web Dynpro.

    I think I understand but just to make it clear. I use texts created using function module "SAVE_TEXT". In my Web Dynpro I  select one or more of them and use the button "insert text" (with appropriate functionality behind it) to insert them to specified location in my PDF form opened in this Web Dynpro. Considering what you said it is not possible to replace this "insert text" button by drag and drop functionality. Am I correct?
    Btw great job with the book "Next Generation ABAP Development" Thomas!

  • Drag and Drop feature in Layout

    Hi,
    I am new to Webdynpro ABAP.
    I placed the controls like button , text and label on the layout.
    But the issue is, I need to arrange them in order but when i drag and drop on the layout, the controls do not move at all.
    Whichever controls I choose and  place on the layout, all of them are aligning in a Top horizontal fashion.
    Pls help as it is hindering me from moving forward to create some apps.
    Regards,
    Vinay

    hi ,
    place your UIs under a transparent container or a group
    and place ur UIs inside it , right click on the ui and choose to move it up or down
    u  can use the Group UI element to group a series of UI elements under the same title.
    Therefore, it acts as a container.
    Always use the TransparentContainer UI element for nested groups.
    if u r using matrix layout for ur transparent container or group , u can use matrix head data to place UIs in start of line
    u  can use the TransparentContainer element in two different ways:
    i) As a layout container (property isLayoutContainer=true)
    In this case, you use the element to design the layout of other UI elements.
    ii) As a grouping container (property isLayoutContainer=false)
    In this case, you use the element to group other UI elements.
    regards,
    amit

  • Drag and drop mapping UI element/functionality

    Hi All,
    we are searching for functionality, in which the UI should contain drag and drop mapping options.
    e.g.
    we have ztableA(cities) containing values:
    NewYork
    London
    Tokyo
    Moscow
    we have ztableB(countries) containing values:
    Russia
    UnitedStates
    Germany
    England
    the UI should contain above two table values vertically (cities on left side, countries on right), and the user should be able to map by dragging and dropping the cities with appropriate countries.
    initially, the screen will look like:
    NewYork     Russia
    London      UnitedStates
    Tokyo       Germany
    Moscow      England
    after drag and drop actions by the user, it will look like:
    NewYork     UnitedStates
    London      England
    Tokyo      
    Moscow      Russia
                Germany    
    after the mapping is saved by the user, i can save the paired values in 3rd ztable.  
    for this UI, how can we achive, are what is the preferred way to get this, using webdynpro abap or fpm or any other?.
    which UI elements we can use. We are on SAP ECC6, EHP7
    thanks in advance.
    Madhu_1980

    Hi,
    You can use Table UI with drag and Drop. create an Event handler for onDrop and read the drag source and drop target then you can append those to new table.
    Drag and Drop - Web Dynpro for ABAP - SAP Library
    Hope this helps u,
    Regards,
    Kiran

  • Scripting Error in drag and drop of the UIelements

    Hi,
    This is ashwin ,iam new to webdynpro abap ,as iam started in uidevelopement trying to drag and drop uielement into layout its is showing error while iam dragging and droping the uielement like scripting error.
    can any one help mi what that scripting error could be rectified?
    Regards,
    Ashwin

    Hi,
    Thanks fo rthe reply ,i tried on st22 its showin no error .Iam getting a popup saying error as "__ERROR HAS OCCCURED IN THE SCRIPT OF THE PAGE".
    I am using IE 7 Browser and having high internet connection, iam not understanding why am i unable to drag and drop  UIElements on the layout ?
    Regards,
    Ashwin

  • Can't Drag and Drop a Standard ES into VC 7.1

    Hi Experts,
    I am using a Standard ABAP ES from IDES 6.0 system, I have published the web service "SupplierERPRelationshipContactPersonByIDQueryResponse_In" from the IDES System into SR of our CE 7.1 Server. I am not able to drag and drop the same into the VC Design Board.
    When I publish a new standard ABAP ES "customerinquiryerpbyidqueryresponse_in" from the same IDES system , I am able to consume it.
    Also, my Console doesn't seems to be active. How to activate it.
    Please help me to solve this issue.
    Regards,
    Palani
    Edited by: Palani Appan on Oct 10, 2008 11:10 AM
    Edited by: Palani Appan on Oct 10, 2008 11:14 AM
    Edited by: Palani Appan on Oct 10, 2008 11:15 AM

    Hi Experts,
    Previously, I was able to access other web services, but now i am not able to access any web service that i have published in SR.
    When I try to Select the Web Service, I am getting an error
    u201CError in Search: Unknown error has occurred in service executionu201D in VC Console.
    Please help me to solve this problem.
    Thanks,
    Regards,
    Palani

  • Drag and Drop UI in WD Java CE 7.2

    Hi
    In CE 7.11 we get DragItemListBox and DropItemListBox UI elements in Webdynpro Java to implement the drag-drop functionality.
    I suppose this has been enhanced with the CE 7.2 release. But I am not finding the proper way or tutorial to implement the drag-drop functionality in WD in CE 7.2.
    Please suggest the ways to implement this.
    Thanks and Regards,
    Sayan Ghosh

    Hi Robin / Pradeep,
    Thanks for the suggestions. What I found out was from CE 7.11 EPH1, the Drag and Drop feature was introduced. That time it was limited to ItemListBox.
    With the release of CE 7.2, this feature has been majorly advanced. Like you can have DragSourceInfo UI elements from dragging from an image, table, ItemListBox, tree and so on... and a corresponding DropSourceInfo UI element where we can drop the dragged elements. The tag value of a particular DragSourceInfo and DropSourceInfo should be same.. so that u can drop the dragged items. Once dropped, the DropSourceInfo can fire an onDrop event where u can do all ur logic.
    Moreover there is also something called DropTarget UI which basically provides a Container under that which can hold any UI element. The entire container under the DropTarget UI element is the drop area. We just need to to add a DropSourceInfo under that and provide the proper tag name and use the onDrop event.
    Regards,
    Sayan Ghosh

  • Drag and Drop not supported in TextBox in Automation

    Hi All,     This is regarding the drag and drop functionality support in text box in Flex automation. I am using the automation API of Flex. since our application is having multiple modules, I had to use the automation swc given as an attachment in the JIRA Issue 1088. ( bugs.adobe.com/jira/browser/FlexEnt-1088) But these swc are not recording drag and drop on to text box. I tried adding the drag and drop events to the AutoQuickEnv.xml for textbox ; but in vain. Any help is appreciated.  Regards Gireesh

    Hi Torsten
    Thank you for this hint!
    I've installed NW 7.02 ABAP trial within a win x 64 VM on an ESXi 4.1 VMWare Server.
    NSP is running - but shows also the problem described in this thread.
    So I tried to solve this issue by applying note1576441 - logged on as BCUSER.
    BUT:
    I need ACCESS KEYs to modify the relevant SAP objects.
    My question:
    Where can I get the appr. ACCESS KEYs for the SAP objects I've to correct as described within note 1576441?
    Do I have logged on as DDIC or SAP* or ...*
    Would be great if you or anyone of this community has a hint acc. to this issue!
    Thank you all in advance!
    Regards, Stefan

  • Drag and Drop in feature in Tree UI element

    Hello All,
    The requirement is as following. The webdynpro screen should show two nodes Node1 and Node2. Each node would have some attributes.
    Node1           
    __AAA
    __BBB
    Node2
       |__XXX
       |__YYY
    It should  be possible to drag and drop attributes from node to another node(Example , cut YYY from Node2 and add it to Node1).
    Now can we achieve this using Tree UI element? Please let me know your inputs?
    Regards,
    Raghu.

    it should be possible according to sap help[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a5/bf47414eca430794189fbb5919cc2f/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a5/bf47414eca430794189fbb5919cc2f/content.htm]
    Edited by: Baskaran Senthivel on Jan 16, 2012 8:41 PM

  • ALV List drag and drop..

    Hi
    In Cj20n open an existing project.
    I am currently trying to drag and drop a WBS element.
    I pick a WBS from the template and try to drop over  the Project then try to replace and Include that WBS from template into the project opened.
    During this time the system should accept only if source and destination Project types are same other wise it should give an error message out.
    Has any one worked on similar thing on ALV List drag and drop...
    Actually there are no User Exits or Badi's for this.
    Let me know if any OSS Notes ...
    Your Inputs will be of great help.
    Thanks a lot.

    this is how sap works, it does not check coherence at the abap side, and it's only when the true call is made at the frontend what we see the issue. The only way to find the bug is to check all values of the internal table (try to test a simple tree first, and increase complexity step after step, until you find what is incorrect). One of the errors I made in the past was the way I defined the folders, I forgot to define ISFOLDER = 'X', and that used to trigger this error.

  • I want to Sync my iPhone 4 to iTunes however I get an error message from iTunes each time I connect the phone to the PC saying that I should restore to factory settings. Frustrating because it's already annoying enough that I can't drag and drop mp3's!!!

    I have never been so frustrated before in my life with any phone. I find it obnoxious as it is that I cannot simply drag and drop files (especially MP3's) straight from my PC directly into my phone, which I have been used to doing up until now. Everyone who convinced me to get the iPhone has instructed me that my frustration can be fixed by downloading iTunes and syncing it all up via that program (which I have never used before). So, I downloaded the program successfully, however when I connect the iPhone 4 to the PC and iTunes is open, I get an error message that 'iTunes cannot read the content of the iPhone "iPhone" and that I should go to the Preferences tab of the iPhone and select 'restore' to restore this phone to factory settings. First of all, I don't understand why I need to do that. I have already downloaded apps and other important things in the 2 days that I have the phone. I am also scared that it will erase my contacts. This is such a headache. Music is very imporatant to me, but I am getting so frustrated that I don't have freedom over the phone which I thought was supposed to be one of the best out there. I would really appreciate help in this matter. I am sure the phone is great but I am on the verge of taking it back and getting something else.

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

Maybe you are looking for

  • Problem with some synced photos to my iphone rotating incorrectly

    I recently synced a folder of photos in My Pictures to my iPhone 4 via iTunes.  68 picture...21 were taken in a portrait rotation, the rest were landscape.  I had no tropuble with the landscape photos.  But, after the sync, 5 of the 21 portrait photo

  • Lacie network external drive + AEBS + AEX= wireless bliss?  Will this work?

    Hey everyone, (Just to get it out of the way, I know you can't use the USB ports on the base stations for external Harddrives) Here's what I'm trying to do. I'd like to beable to have a stand alone wireless external Network harddrive (shown here http

  • Microsoft Office 365 Licenses

    I am trying to build a quote for a new server. I know that i need RDP licenses but what do I need for Microsoft Office. The systems connecting to the server already have either a 2010 license or a 365 activated. I also have 5 other users using Remote

  • Hide links for MSS Launchpad Reports

    Hello, I have a requirement to hide the sections of Reports (Launchpad iView) for a particular group of users. E.g. Hide section Time Management, Education and Training. Please assist, Thanks, Prasanna.

  • Microsoft Office CD cannot be started and installed on Equium series

    Hi, please can anyone help? I have a Microsoft Office Professional edition 2003 that i use at work and loads onto other pc's ok, but ive brought it home to load on my Equium and when i insert the disk into the drive it doesnt even recognise it !!! ca