Drag and Drop BAPI service to workspace not allowed

Hi guru,
I'm following the VC modeler guide and try to make the first example (Sales Order) work.
After overcome some Sytem alias and Usermapping issue on Portal side, I finally can see a list of BAPI service when I click "Find Data" and then choose my client. Now I can search and see the BAPI_SALESORDER_.... services in the list.
However, I drag one of them to worksapce,..the mouse icon always shows "not allow(like traffic sign)" and I cannot add any BAPI service to my model.
Anyone encountered the same issue before ?
Anything I forget to enable ? ...like permission...
Thanks

Hi,
You cannot drag a BAPI directly to VC story board. Create an iview and drill down it and then add BAPI into that iview.
Regards
Basheer

Similar Messages

  • Canu00B4t Drag and drop a service over the model Workspace

    Hi guys,
    I´m trying to consume an Eservice published in the ServiceRegistry. I can see all the services in the result list when i search them, but when i try to drag and drop any of those service over the model workplace nothing happens.
    I hope someone can help me to solve this problem.
    Thanks in advance,
    Regards,
    Diego.

    Hi
    Another thing I'd suggest to do (to better understand what goes wrong) is to make sure the VC console is open.
    Please goto View menu and check the 'Console' entry (it should be visible in the bottom of the application)
    Once you reproduce your problem the console should show information on errors - please put them here and I'll try to analyze the problem
    Guy

  • I bought a 5th Gen Touch. I use iTunes 12 on two computers. One computer allows me to drag and drop. The other does not.The one that allows it has problems. Any idea as to why I can drag and drop on one and not the other. Both are authorized.

    I bought a 5th Gen Touch. I use iTunes 12 on my two computers. I first connected the Touch to my desktop and it allows me to drag and drop mp3 files from my old Classic, which is backed up to a directory. Unfortunately, that computer has gone down before I got a chance to fill the Touch. I have the files on another computer but when I connect the Touch to it, it doesn't allow me to drag and drop the files. I have iCloud set on both systems and I have manual management check marked. I'm not understanding why it allows drag and drop on one PC and not the other when they are both set the same way. My question? What do I need to do to be able to drag and drop in iTunes 12? I didn't do anything special on the computer that allows it so I am at a loss.
    Thank you!

    Oh, also want to add that the PC I'm currently using is:
    Windows Vista Home Premium Service Pack 2
    My other PC was:
    Windows 7 Ultimate
    My MacBook is:
    Max OSX 10.5.something (the last update available for it. .8 maybe? haha)
    Not sure if this stuff is important, but I thought I'd add it.

  • 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

  • Drag and Drop operation of SWT is not working in windows 7

    I have created VB script to elevate all administrator permissions to user and launched my application but not able to drop image to label in my application on Windows 7. It works fine if I remove User Account Setting (UAC). Please help how I can solve it.

    WTF? What are you talking about?
    Drag and drop of what from where to where does not work how?
    - What are you dragging?
    - From Where?
    - To Where?
    - What do you expect to happen?
    - What happens?
    - Why do you expect that to happen?
    - What technologies are you using?
    Basically, read [_How To Ask Questions The Smart Way_|http://www.catb.org/~esr/faqs/smart-questions.html].

  • File can not be moved by drag and drop in the finder when not open Finder windows

    With the operating system OSX Snow Leopard, it was possible, for example, a file from the desktop to pull drag and drop on the Finder icon, the page opened after a short and you could put the file in a folder.
    At this stage I must first open the Finder to drag a file into the destination folder.
    Is it a setting or is there anything wrong with my Mountain Lion properly?
    It is often the case that several windows of other applications are open or in Fullscreen are, then I would, as I also already knew and am accustomed, for example a file regardless of the location from which drag drag and drop in the Finder without leaving the / program / ​​site to open the Finder, before returning to the file then select I wanted to move.
    Note: For all other programs it works.
    Finder not only in where it makes the most sense.
       Picture 1: Finder window opens when you drag a file to the Finder icon
       Picture 2: Finder icon flashes but the Finder window does not open. Finder windows have previously by clicking on the icon in the Dock will be open to pull a      file into it.
       Thanks in advance for your help :-)

    Yes, all I can tell you is that Finder does not have that function in ML. Your system is "working as expected".
    You can file feedback here.

  • Drag and Drop issue in Jlist - Transferhandler not working

    Hi all,
    I have a problem associated with the drag and drop of components into a Jlist.
    When I drag component out of a Jlist, the control reaches inside transfer handler, but when I try to insert a component into the Jlist, the control does not reach inside Jlist transfer handler.
         jlist.setDropMode(DropMode.INSERT);
         jlist.setDragEnabled(true);
         jlist.setTransferHandler(new TransferHandler()
                   List fileList;
                   boolean export = false;
                   List<File> newList = null;
                   protected Transferable createTransferable(JComponent c)
                        System.out.println("inside handler");
                                    ..............................Please help me with this issue.
    Any help in this regard will be well appreciated with dukes.
    Regards,
    Anees

    AneesAhamed wrote:
    Hi all,
    I have a problem associated with the drag and drop of components into a Jlist.
    When I drag component out of a Jlist, the control reaches inside transfer handler, but when I try to insert a component into the Jlist, the control does not reach inside Jlist transfer handler.
    jlist.setDropMode(DropMode.INSERT);
    jlist.setDragEnabled(true);
    jlist.setTransferHandler(new TransferHandler()
                   List fileList;
                   boolean export = false;
                   List<File> newList = null;
                   protected Transferable createTransferable(JComponent c)
                        System.out.println("inside handler");
    ..............................Please help me with this issue.
    Any help in this regard will be well appreciated with dukes.If you're wondering why your createTransferable() method is not called when you drag from some other component and drop into the list it is because createTransferable() is called when you start dragging. So it would be the TransferHandler of the source component, not your target list, that has its createTransferable() called in that case.
    When the list is the target of a drag&drop you should see the canImport() method of your TransferHandler being called. Do a System.out(0 in that method as well and see if that is the case.

  • Drag and drop issues.  I'm not alone.

    So clearly I'm not the only one dealing with this, I've seen other topics with people running into this problem.
    All of a sudden last night I was unable to drag and drop stuff around, copy and past, run a new program and I have no Spotlight. I've restarted Finder, the whole Mac, reset the PRAM, and even rand DU and repaired the disk. Nothing. Stil can't do stuff on it, and it's starting to get on my nerves.
    Does anyone know of a solution to this? I've read many "temporary fixes" that haven't done anything for me.
    Thanks!

    Inaki wrote:
    So clearly I'm not the only one dealing with this, I've seen other topics with people running into this problem.
    All of a sudden last night I was unable to drag and drop stuff around, copy and past, run a new program and I have no Spotlight. I've restarted Finder, the whole Mac, reset the PRAM, and even rand DU and repaired the disk. Nothing. Stil can't do stuff on it, and it's starting to get on my nerves.
    When you say, "All of a sudden" what were you doing on the computer? Do you have any 3rd party software installed. Any recent installs?
    Does anyone know of a solution to this? I've read many "temporary fixes" that haven't done anything for me.
    Create a new user and see if the problem exists with the new user. If not, then you most likely have a corrupted .plist or other file.
    If the problem exists with the new user, then it's a deeper issue - more system related.
    Your topic is a bit misleading - you have multiple issues - spotlight and the inability to run a new program. Is it possible that this new program is the problem?
    Message was edited by: nerowolfe

  • Drag and Drop iPod Movies. Why Not?

    You know, I have been wondering something for a very long time and I am amazed that I cannot find any threads anywhere by folks with the same thought process...
    Why are there not commercially-available, pre-encoded, drag and drop files of movies and DVDs for iPod?
    They make the PSP movies. Wouldnt this be a natural, with the sucess of the iPod and iTunes??
    One goes to their neighborhood DVD retailer, buys an iPod-ready CD or DVD, takes it home and drag and drops the files into the iPod. Instead of wasting hours converting the DVD....
    Food for thought during this commercially exploited holiday season....

    This can happen if you don't have write access to the source folder, or if the source and destination are on different drives. Select the folder you're trying to move files from in the Finder and choose Get Info from the File menu; you can check and change the permissions in the Ownership & Permissions section.
    (19396)

  • Drag and Drop to Source Monitor but not Double Click?

    Has anyone seen this issue?  I've got an importer plugin.  If you drag and drop a clip into the source monitor, then it works fine.  But if you double click it then nothing happens.  Any idea why this would happen?  Normal clips (like MOV files) work fine so there must be something wrong with my plugin.
    Thanks!

    Thanks Steve!  For any one else with the same issue, the actual culprit was setupOnDblClk.

  • Drag and drop from Contacts into Numbers not working - any solutions?

    I'm trying to get my Contacts into a Numbers spreadsheet. According to the Help files, I should be able to select the Contacts and simply drag them into a Numbers sheet (after deleting the default Table).  I've tried this many times over and the drag and drop feature doesn't seem to be working.  I can select the contacts and drag them over, but the little contact card remains red when I drag it into Numbers and never turns green to allow me to drop into Numbers. It's the same whether I'm trying to drag one contact or many contacts at the same time. I've also tried exporting a vcard and then dragging that file from my desktop into Numbers, but that doesn't work either.  I've tried quitting and reopening both applications, as well as restarting my computer.  I'm running OSX 10.8.3 and have installed all new software updates, so I'm just at a loss for what to try next. 
    Does anyone have any solutions for this problem, or an alternative way to get my Contacts into a Numbers file?
    Many thanks in advance!

    When I tried, it put up a dialog asking me if I wanted to allow Numbers access to my Contacts. Is it possible you tried this and dis-allowed it access?
    You might check, anyway. Open Security & Privacy System Prefs, select Privacy tab, and select Contacts from the list of items. Is Numbers listed and is it checked?
    Another way to get the contact information into the clipboard is to create an Automator workflow like this:
    Open Automator and select Workflow from the options presented.
    Drag in the above actions and set the properties as you like. For the Get Contact Information action, you must set the export format to Spreadsheet (tabs).
    For the new Text File action, I had to set the Encoding to Unicode (UTF-8) or it would fail.
    Select all the contacts you want and then click the Run button in Automator. You can then open the text file with Numbers.
    If you envision doing this often, start with an application instead of a Workflow and save it somewhere. Then, you can select your contacts and double-click the Application to export the contacts each time.
    The benefit of this method is that you can select all the fields you want to include (at least more than is provided in Drag and Drop).

  • Why does drag and drop between instances of Safari not always work?

    I can drag a link from one instance of Safari to another and then without reason, it just stops working. Yet, if drag the link in one window to the address bar of the second it works just fine.  If I start a new instance of Safari I can drag to it just fine. If I start a new tab, I can drag to it fine (until it fails too). Any idea as what may cause this?
    Windows 7

    Do you mean that when you move files on the Desktop, they don't stay where you put them ?.
    If so - use Finder - View menu - Show View options & choose 'Arrange by' : none
    If not - please describe exactly what the problem is.

  • Drag and drop in newly shared folders not working

    Hello,
    Is can find some similar issues with GW8 Webaccess in the forum from some time back but not quite like what we are experiencing.
    We are unable to move message into newly shared folders for which we have all the rights. No problems with folders that were shared before (GW7) only with new created ones. No problems in the desktop client.
    What to do?

    mazzel,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • HT2729 i have been trying to copy videos from my pc to ipad but it is not working .. i have tried the "drag and drop method and even add files to library but to no avail please help

    please help me regarding moving videos from pc to ipad .. i have ipad 2 wih ios5 and windows xp.. ihave tried add files to library and drag and drop method but they are not working.. what should i do

    Are you trying to add videos to itunes or to your ipad from itunes.
    Your question is very confusing.

  • HELP! Drag and Drop is NOT working!

    Hello - I'm using a simple drag and drop quiz, but it is NOT working correctly .  When I play the movie, the mouse picks up the movieclips but never drops them, even when they are in a target area.  Please help!  I've attached my FLA - any help would be very much appreciated!
    Thank you.

    Just for starters, change you startDrag line to be: event.target.startDrag(false);
    Then see what other issues remain.  While I had other changes at different times, changing that one line alone made it drop when I let go.

Maybe you are looking for

  • SOAP to Proxy synchronous scenario

    Hi, Hope you are all doing well. I have a SOAP to Proxy synchronous scenario. As part of this scenario, the data structure of the response sent by SAP is different from the response sent back to the SOAP requester. Hence I have used request message m

  • How to find resource mailbox property "Add the organizer name to the subject" in Exchange 2013

    Use the Resource Information tab to specify the meeting information that appears in the resource's calendar: Delete attachments   Select this check box to remove attachments from all incoming requests. Delete comments   Select this check box to remov

  • Iphone does not vibrate even after restoring

    as mention in the title, after using my iphone 4 for about 2 weeks, i realise it is not vibrating at all, setting is checked, restoring is tried but still no working. checking other forum talk about ibrate app and it is still not working.

  • Why is "New Volume From Layers" Greyed Out? (PS CS5 Extended)

    OK here's what I've tried, based on forum research: 1. Make sure two layers are selected. 2. Deleted PS CS5 preferences (using Shift+Ctrl+Alt method) - tried twice. 3. Checked that my video card is supported (it is). Yet this menu item continues to b

  • Installing 2 MI-Clients on 1 device(WIN32)

    Hello, i want to connect from my development laptop to different MI-Servers(Dev,Prod). Is there any possibility to install 2 MI Clients on 1 Laptop device? Running the setup again seems not be possible,also coping the existing MI-folder and changing