Is it possible to send a response from BAPI into another BS than Sending BS

Hi guys,
I have the following scenario: SOAP->XI->SAP and I'd like to get the BAPI response and send it via XI into the JDBC adapter. So, it should be something like synchronous call. Do you think, this is possible?
Thanx 4 your answers, Peter

Thanx guys!
Shravan, I have a question: I can understand it until the point of sending transformed message to JDBC.. How would you ensure this?
I would design the BPM process with folloeing steps:
1, receive SOAP - start process
2, send transforemd message for bapi call - synchronous
3, receive response...
where would you place transformation for JDBC and send step for sending it into JDBC adapter?
Peter

Similar Messages

  • Is it possible to get a response from anyone at Verizon about my bill?

    I need to speak with someone about getting an adjustment to my bill. I have called 3 times, and each time, I get put on hold for various amounts of time anywhere from 5 minutes to 20 minutes, then there is a sound of a ringing phone, as if I'm being transferred, then the phone goes dead. I have to start over. This is appalling service! Is there no way to speak to a human or even email a human? Is there a special number to call? If so, it's hidden on the website. This is ridiculous.

    You could try calling Financial Services:
    Financial Services
    800-528-7594
    866-266-1445
    Mon - Fri:  7 am - 9 pm ET
    Sat:  8 am - 5 pm ET
    Sun:  closed

  • Is it possible to Drag and Drop from KDE into a Java application?

    Can someone please let me know if it is possible to drag a file, or any other object from KDE (linux) to a Java application? If so, could you give any code examples that could help supplement an explaination?

    http://java.sun.com/products/jfc/tsc/articles/dragndrop/index.html
    http://java.sun.com/j2se/1.4.2/docs/guide/dragndrop/index.html

  • Is it possible to consolidate a playlist from iTunes into its own folder?

    Hi,
    I'm trying to move a playlist from my iTunes to my new phone.  The playlist is 2,400 songs, out of my total library which contains about 5,000.  The problem I'm encountering is that I independently downloaded much of my music, (i.e. mix tapes or free albums given away online), and therefore was not purchased through iTunes.  I tried to consolidate the files for the playlist but now my iTunes media folder is a giant unorganized mess.
    Does anyone have any advice or ideas as far as isolating the songs that I actually want to put on my android based phone?
    Thank you in advance!

    "You should be able to drag & drop a playlist out to a new empty folder stored outside of your iTunes Media folder"
    Ah, I never knew about that .  From a quick test you can drop and drop the contents of the playlist, not the playlist itself as listed in the sidebar.

  • How to Retrieve data from database into another form ?

    Good Day!
    Am currently new at JSP. I've been studying it for awhile and still getting the hang of it. We are working on a project.
    Editing a given data. We have to retrieve the given data and post it to another form "Editing form".
    Since we can retrieve data using JSP but how are we going to post it to another form? I mean how are we going to transfer data from one form to another?
    Can anyone help me with codes please..

    The client is a web browser.
    The client submits a request (click a link, visit a form)
    The server gets to respond to this
    - look at request parameters from the client
    - access database
    - produce resulting html page
    - send page back to client.
    The standard pattern is to retrieve data from the database in java code, and then load that data into a bean.
    You then make that bean available as an attribute
    It is then available for use in your JSP - either <jsp:useBean> tag or using ${ELexpressions}
    All you can pass from the client to the server is request parameters - which are always strings.
    Draw a picture of where the information is, and the information flows. Very rarely does it go directly from one "form" to another.
    Cheers,
    evnafets

  • Possible to test one JVM using RMI into another JVM through a single IDE?

    Hi everyone,
    I'm currently trying to do something that I'm not yet sure is possible so I'll try to explain what I want to do as best I can and hopefully someone can give me some insight.
    Basically I'm working with a service that runs on a JVM and I also have separate tool that runs its own main class with a new JVM.
    Currently, in production the only way the tool can interact with the running service is to connect over RMI, which is fine, but now I want to add some new tools doing the same thing but am having a hard time figuring out the best way to test it pre-production.
    So I guess what I'm asking is if it is possible to have my main service running in a test suite, and then also run a completely separate class through its main method and have it connect via RMI to the other one. All using the same instance of some IDE (in this case IntelliJ IDEA)
    I know there are other ways of testing it, but this would be ideal (I think) if I could get it working at all.
    My current test suite creates unix home directories so I could possibly tap into that somehow. I guess my other option would maybe be to run the tools class on its own through a different outside of the IDE enviro.
    Thanks for any possible help

    IJ lets you debug multiple apps concurrently from a single IJ instance. You didn't mention that that's what you're doing, but I'm assuming it is, else why run in IJ, right? If it's not what you mean, I assume that you can also just plain ol' run multiple apps the same way, and if by some weirdness you can't, just debug 'em and don't set any breakpoints.
    EDIT: I guess I don't really know what you're talking about. When I've debugged multiple apps, it was using the "remote" debugging facility. The apps were started on the command line, and then I connected IJ. Note that "remote" just means a separate JVM, not necessarily a remote host, though that's also doable.
    What is it exactly that you need IJ for as part of the runtime here?
    Edited by: jverd on May 20, 2011 2:50 PM

  • Is it possible to keep centered an AP div into another div?

    I have a division block with sizes set in ems containing some
    text at the top and another div at the bottom with a picture in it.
    I want the div with the picture to stay at a certain percentage
    distance from bottom of the containing div block and be centered
    into it when the user increases the text.
    I manage to position the image at the bottom by styling its
    div as AP and the containing div as relatively positioned but I
    can't figure out how to keep the positioning at the center when the
    user increases the text.
    Is this possible?

    Personally, I think the whole approach is big trouble.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "TC2112" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    >
    > How about using the AP div to just control the distance
    from the bottom?
    > Set the left position to 0 and make the width of the AP
    div the same as
    > the blocks div.
    > Remove the red background color so it is transparent.
    >
    > Then, in that AP div insert a div with the width of
    339px and the same
    > height as the AP div, 245px.
    > Give this div the red background color and a left and
    right margin of
    > auto.
    > Put the image in this div.
    >
    > Now this div will center in the AP div, so it's centered
    in the blocks
    > div, and the AP div will keep it 5% from the bottom.
    >
    > Murray may offer a better solution, but it was fun to
    think about this
    > one.
    >
    > Here's the code:
    >
    http://tnsgraphics.com/ctrimg.htm
    >
    > By the way, if the red background isn't part of your
    design and was to
    > just help show the issue, then you actually don't even
    need the inner div.
    > Just give the image a left and right margin of auto:
    >
    >
    http://tnsgraphics.com/ctrimgnoRED.htm
    >
    > Take care,
    > Tim
    >
    >
    >
    >
    > "emil emil" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> Thank you Murray, the content is fed from an XML
    file but I'm not
    >> including it
    >> since the problem can be seen without it. With the
    XML content it just
    >> becomes
    >> 4 blocks like the one currently in the code.
    >>
    >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    >> "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    >> <html xmlns="
    http://www.w3.org/1999/xhtml"
    >> xmlns:spry="
    http://ns.adobe.com/spry">
    >> <head>
    >> <meta http-equiv="Content-Type"
    content="text/html; charset=utf-8" />
    >> <title>Untitled Document</title>
    >> <script src="SpryAssets/xpath.js"
    type="text/javascript"></script>
    >> <script src="SpryAssets/SpryData.js"
    type="text/javascript"></script>
    >> <script type="text/javascript">
    >> <!--
    >> var QqQqQq = new
    Spry.Data.XMLDataSet("plants_data.xml", "plants/plant");
    >> //-->
    >> </script>
    >> <style type="text/css">
    >> <!--
    >> .blocks {
    >> float: left;
    >> width: 22em;
    >> margin-bottom: 2em;
    >> background-color: #CCCCCC;
    >> padding-left: 0.5em;
    >> margin-top: 1em;
    >> text-align: left;
    >> margin-right: 2em;
    >> height: 25em;
    >> padding-right: 0.5em;
    >> position: relative;
    >> }
    >> #wrapper .blocks #pictures {
    >> text-align: center;
    >> bottom: 5%;
    >> position: absolute;
    >> width: 339px;
    >> left: 4%;
    >> background-color: #FF0000;
    >> height: 245px;
    >> }
    >> body {
    >> margin-top: 0px;
    >> }
    >> #wrapper {
    >> width: 54em;
    >> margin-right: auto;
    >> margin-left: auto;
    >> }
    >> -->
    >> </style>
    >> </head>
    >>
    >> <body>
    >> <div id="wrapper" spry:region="QqQqQq">
    >> <div spry:repeat="QqQqQq">
    >> <div class="blocks">
    >> <div>{name}</div>
    >> <div>{description}</div>
    >> <div>{size}</div>
    >> <div id="pictures"><img
    src="images/large/{image}" /></div>
    >> </div>
    >> </div>
    >> </div>
    >>
    >> </body>
    >> </html>
    >>
    >
    >

  • Why can't I place an image from Photos into another program like InDesign?

    This was never an issue with iPhoto but I just discovered that I can't place an image into InDesign from Photos. Or any design program for that matter. I only seem to be able to access Photo Booth which is useless. Using Yosemite 10.10.3 and a new iMac.

    Maybe Adobe need to update their package - the media browser works just fine from Safari, Pages, etc  - same as it did previously with iPhoto and Aperture except now there is the addition of Photos
    Contact their support and see what they have to say
    Certainly the export work around is more trouble
    LN

  • How can you transfer music from itunes into another mp3 player

    I have an iriver for which I want to load music and leave it at work. how can I copy musci to that device?

    You can't. The iPod software is for iPod's only. Makes sense. Whatever software you use with your iRiver, use that.

  • Possible error from BAPI

    Hi all,
    Is it possible to find out all possible error codes (ls_return) returned from BAPI in case of error ??
    Thanks
    Pooja

    I know that ls_return contains the error message but I was list of errors which ls_error could return any point of time.
    e.g i want to know table which maintains all possible errors and based on error in data few error moves to the ls_return....
    I appreciate for your response and time.
    pooja

  • Is it possible to use a file from CS6 in CS5.5

    I'm hoping to buy CS6 but I use CS5.5 at college. Is it possible to bring a file from CS6 into CS5.5. If not, where can I get CS5.5?

    PS files are backward compatible if you save them with maximum compatibility enabled. likewise, AI files can be saved back to older versions. Of course in both cases specific features from CS6 will be lost or rasterized to pixels, so they are not editable in CS5.5. In Design might be a bit more tricky. It supports saving back to CS5.5, but this may completely ruin your documents, if you use the new dynamic layout features, Arabic text etc., so it's less useful to go that route.
    Mylenium

  • QT Player 7.0.2 crashes when encoding from MJPEG into H.264

    Another interesting thing about QT 7.0.2 (first one was 10GB bug, check my earlier thread here) - it crashes when the user switches to another account and back while the QT Player encodes MJPEG video into H.264. How to reproduce this bug, step by step:
    1) open any MJPEG video in QT Player 7.0.2, could be in MOV or in AVI, doesn't make difference which
    2) do File->Export
    3) choose "Movie to QuickTime Movie" in the "Export" drop-down menu
    4) in the "Save exported file as" dialog go to Options->Video->Settings and set H.264 as your output video codec, encoding settings don't make a difference as well
    5) close "Movie settings" dialog, then click "Save" in "Save exported file as" dialog
    6) QT Player starts encoding your MJPEG video into H.264 video, the small "Progress" window appears with a progress bar inside
    7) now switch to another user account using Fast User Switching feature of Windows XP
    8) switch back to the account where QT Player was encoding your MJPEG video
    9) observe the crash window - your QT Player has joined his ancestors now
    Can anyone reproduce this? If yes, please post your crash dump here, so that I can send another bugreport to Apple (10GB bugreport is in the works now, almost done
    If you follow all the steps above and your QT Player does NOT crash, please post the details about your system. My setup is QT Player Pro 7.0.2 and Windows XP Pro SP2. Also post the details about your MJPEG file - the codec you used to encode it (mine two codecs were Pegasus PicVideo 3 and Apple Motion JPEG A), and the resolution (mine was 720x480).

    when i said i couldn't do audio and video at the same time i meant that i cannot edit and process video and at the same time record or edit ADR, sound effects. i have an audio engineer in the audio room working on the audio while i work on the video. is that clear?
    Yeah, now it sounds reasonable. You possibly could do that on a single computer using X Windows or Windows Terminal Server but it's totally different topic.
    as for fast user switching...here's a comment from another forum... "just don't use fast user switching, it isn't implemented well and it breaks some programs"
    "Don't use Windows, it isn't implemented well and doesn't run some poorly written MS-DOS games"
    I found several others in that regard, but you know more about it so i don't need to post links, right? plus a lot of them dealt with quicktime, but again you are the expert.
    If you found anything that's related to QuickTime crashes during account switching, you're welcome to post this concrete info here, it'll help with my bugreport.
    and since you make the inference that i have a cheap system operating on ms-dos which is laughable because that means that you can't read.
    I said that when I read about single-task computers this reminds me about MS-DOS times, but now it looks like it is not about your case, since you have two people working in parallel on two machines.
    i looked up on Yahoo! the terms "mjpeg"+"crashes" and got 16,800 hits. plus i do recall on another forum someone was having problems with mjpeg and the responder said it wasn't a good codec to work with...
    So what's the deal if 95% of these 16800 Yahoo posts are about crash in Premiere or Microsoft Movie Maker or some other buggy tool? You could even search for an f-word, and you'll find a lot of posts with that word, then you can make any conclusion you like about that word being so often cited and then we could start a lengthy discussion about it, but what's the point? I can find 10000 posts about "single task" + "bad" but I'd never use this to justify anything. I give you concrete facts from my experience, so please give me something concrete in return, not 16800 Yahoo posts about something out there.
    "Disadvantages: There's also the problem of recompression. While the human eye can be fooled by JPEG's compression, computers aren't. Thus, when you compress from MJPEG into another format to use for distribution, you will receive a lower-quality picture than if you had a lossless source because there is data missing which, while it's not important to the visual cortex, is very important to a mathematical analysis of things such as color data. The only time you should use MJPEG otherwise is for fast-editing temporary files, but DON'T use them as your final source."
    I know that already, thank you.
    since you said i'm the one who suggested that you use uncompressed video and that doing so the computer doesn't crash...
    You suggested that in a different thread about 10GB MJPEG limitation. That's another bug that may be or may be not related to the crash problem.
    then why don't you work that way and finish your video?
    Yes, I can employ this trick. I will do it if I'm forced to (i.e. if I absolutely have no other way to load MJPEG in QT Player and Apple refuses to fix that crash). However, I'll push Apple with fixing the issue at the same time. Maybe they'll work something out while I'm using uncompressed RGB workaround or some other workaround.
    mjpeg is unstable in that regard so contact the codec manufacturer/developer and ask them why or give them the bug report because it's not apple
    Unfortunately it is Apple, because it's the Apple's software that crashes. All the other codecs and video editors work fine, and there are even conditions when Apple doesn't crash, like loading uncompressed RGB. Since crash is inside QuickTime I will send my bugreport to Apple. If the crash had happened inside the MJPEG codec, I'd have sent the bugreport to

  • Moving uploaded VSIX files from one account into another

    Hey guys,
    I want to ask you if it is possible to move already uploaded and published VSIX files from account into another.
    Our case is the following, our company made 2 accounts and we want to merge them as one. However, if I test this scenario with another accounts, it fails. What I do:
    1. Upload with Account1
    2. Unpublish and delete the uploaded VSIX
    3. Try to upload the same VSIX using Account2
    4. I get "Your VSIX ID already exists on the site" error (re-uploading using Account1 works fine!)
    Any help is appreciated.
    Greetings! :)

    Hi SteliyanStoyanov,
    As far as I know, there's no such kind of feature, to merge two accounts as one in the VSGallery site. The reason for the "VSIX ID already exists" error may be that it will take some time to take effect after you delete an uploaded VSIX. So you
    can try it after a few hours. Or change the VSIX ID and reupload all the extensions.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Drag & drop images from Finder into new Photoshop layer?

    Is it possible to drag & drop images from Finder into a new Photoshop layer?
    I can do it from a web browser, but not the Finder.

    >I couldn't find a way to do so in Bridge, but also I never use that program. Never got into Bridge's workflow. >
    I really do suggest that you re-visit Bridge especially the CS4 version.
    I just cannot conceive of trying to use a Digital camera, a Scanner or the Creative Suite programs without using Bridge and ACR.
    I can even use it to read PDFs and inDesign documents (all pages!) without opening Acrobat or InD..
    >I usually keep a "work" window open with all the files I am using for a project, so it would be far more handy to be able to skim them in the Finder.
    It is now far more effective and efficient to do that in Bridge than in the Finder.
    This is where you would find the new Collections feature to be invaluable:
    Just select all the images and other files connected to a project from any folder and drag their icons into the same Collection.
    You then have all aliases (previewable at full-screen slide-view size with one click of the space bar in CS4) to ALL of your files which are now visible in. and openable from, a single panel.

  • Copy and paste image from PDF to another application

    how do you copy and paste an image from PDF into another application such as Word or Excel? I know how to copy>> hover cursor over picture until it turns into a select "+" tool, select and right click to copy but when I try to paste it into another application, its loses all of its formatting. Thanks

    Not sure what you mean by formatting of a picture. You can export all images and get a files to import to word. You can also use the snapshot tool, though it captures a screen copy. If you select an image and copy, my experience has been that it will only copy to PhotoShop, but it is not something I do very much. If the image is part of the document (not markup like a stamp or such), you can use the select tool to select the image and copy it to the clipboard. Just tried it and it worked fine. If it is a stamp (like pasted in), then you can not copy it in this way, if at all.

Maybe you are looking for

  • How do I restore my entire system from Time Machine?

    I went to the Apple store a few weeks ago and the guy said I had to completely wipe my hard drive and restore it to get the kinks out. He backed the computer up to an external hard drive and wiped it. He gave me the instructions to complete the resto

  • Very long time for 0EC_PCA_3 ectractor

    Hello, We have a problem with 0EC_PCA_3 extractor in delta mode. It takes very long time (4 hours) for a very few records. Is it normal .? How to optimize this ? Thank you in advance forr your help. Best regards Nicolas

  • Can I prevent emails with zip attachments?

    I keep getting junk emails sent to me on a daily basis which contain .docx.zip attachments. I want to somehow exclude them from my inbox and filter them out. Is this possible?

  • Getting started with WebLogic Portal 11g

    Please can someone provide links to get started with Oracle WebLogic Portal 11g.

  • JDev 10.1.3 and Tortoise CVS interoperability question

    Greetings: I am using jdev 10.1.3 and when I check out a project from CVS I am not able to update or commit files with tortoise. I used to be able to do this and it was very handy, now when I try to update or commit any files with Tortoise I get the