ABAP proxy client sending to XI   and Receive the data back from the DB

Hi
I am new to XI need a clarification on the following scenario
I have a scenarion where ABAP Proxy (Clinet) from ECC will be sending the data to Data base server via XI,  and needs to return the values back to ECC
ECC -
> XI/PI -
> Remote server  (Database)
      <-- XI/PI <--
Can anyone give idea how can I develop this scenario.
I am sure I would be using the Proxy BADI to send the data from ECC to XI in Asyscrounous mode,
Thanks
PR

Hi,
As you said the data will be sent asynchronously from BAPI to XI which means you will have to split up the scenario into two.
First One -
Sender Proxy - XI - Receiver JDBC.
Second -
Sender JDBC - XI - Receiver Proxy.
You can set a flag to"1" when you insert data into table. the run a query on the database which will fetch record whose flay is set to "1" and also simultaneously rest the flag to "0" to indicate that this record is already send to SAP.You can make use of stored procedures too.
Please award points if the reply is useful.
Regards,
Pragati

Similar Messages

  • Sending and collecting campaign data back from the third party...

    We use a third party to distribute and carry out market research and give back general feedback. When creating marketing campaigns how do we set the communication between CRM and the third-party computer systems.
    Anyone.
    Jas

    I know little about the Web Service that you mentioned, although will now read up on it. but before I do can I ask whether that allows us to move things like Campaigns to third party processing companies etc.
    If within the Support desk (Service) can we extract bank statement type info using this same method, and is that method instant?.
    Regards
    Jas

  • I have updated my mac from snow leopard to mountain lion 3 days back. I had some important data in my library folder and it got overwritten. Is there any way i can get the data back from my snow leopard library folder?

    I have updated my mac from snow leopard to mountain lion 3 days back. I had some important data in my library folder and it got overwritten. Is there any way i can get the data back from my snow leopard library folder?
    I tried mackeeper to recover files but it could not. Any other way any one has tried to recover a system library folder after OS upgrade?

    No, it doesn't store a clone. You would have needed to make one with either SuperDuper or CarbonCopy Cloner.
    If the files were in your ~/Library folder then they may still be there. As I said, you can access it by
    going to your Finder "Go" menu hold the option key to choose "Library". I wouldn't think an upgrade would overwrite anything in ~/Library.
    If you have a Time Machine backup you may also be able to use that to retrieve them.

  • How can i use an ao card (pci 6723) to output data and to trigger an ai o acquire the data coming from the ao card?card (pci 6254) t

    Hello
    I am trying to perform AO (pci 6723) and to trigger my AO card (pci
    6254) to read the data coming from the AO card. I am using LV7,1,
    win2000.
    Is an RTSI cable necessary or I can connect the trigger signals externally ?
    I am using the LV example " multi function - synch ai-ao.vi" but i can't for some reason configure the trigger lines.
    thank you in advance for your time.
    Yiannis

    Hello Yiannis,
    If I understand you correctly, you want to synchronize your analog input and analog output that are started by a trigger on the analog input board. If you don't want to use the RTSI lines, your best bet is to export the AI Sample Clock and then read it in to the AO board. There is an example on ni.com called DAQmx - Synchronized AIAO Shared Clock. It appears to be having techincal issues so I have attached the example below. To export ai/sampleclock, use DAQmx Export Signal.vi after Get Terminal Name with Device Prefix.vi. Export Sample Clock to PFI3 (There are only connections between the sample clock and PCI3/4/8/9). Connect PFI3 on your AI board to PFI0 on your AO board (with a wire). Then change the source for the AO Timing.vi to Devx/PFI0. If you want to do triggering, stick the DAQmx Trigger.vi between the Timing property node and the DAQmx Start.vi on the AI task. I have shown how to do this in the modified version below. Please take a look at it and let me know if you have any questions. If you still get an error please take a screenshot of it and post to the forum. Have a great day!
    Sincerely,
    Marni S.
    Attachments:
    Synchronized_AIAO_Shared_Clock[Modified].vi ‏140 KB

  • Problem: ABAP Proxy Client Sending to XI - Message lost

    Hi all,
    I got a problem, concerning ABAP Proxy Client.
    I have done the following:
    1. Created an outbound interface in XI 3.0, sp14
    2. Created Proxy for this in ABAP using sproxy
    3. Created ABAP pgm to call this proxy
    4. Maintained SM59 http destination to XI
       (RFC Dest:INTEGRATIONSERVER TYPE H)
    5. Sender r/3 system is WAS 640
    6. I also did sxmb_adm in Sender System to have Integration Engine URL pointing to XI System.
    7. I registered/ activated queues in SXMB_ADM.
    8. SICF service is active for defalt/xi/engine in both Sender and target systems.
    I allready have ABAP Proxy Server running...
    My Proxy Client seems to run.., running my report (based on the ABAP Proxy Client Weblog from SDN)I get a sy-subrc 0 and no error, bot I can't see no message in XI. Neither in SXMB_MONI, nor in RWB checking Message-Monitoring
    Can someone please tell me what is going wrong and where I could check for my messages?
    Thanks in advance, Daniel

    Hi Daniel -
    Looks like you've done the major tasks for this to work. A couple of things however...
    For proxies, Type H is the correct RFC Dest type.  However, don't know if it's a typo, but the 'Dest:INTEGRATIONSERVER' should have '//' like 'Dest://INTEGRATIONSERVER'.
    Also, confirm that your are using the correct port in your destination.  You should use the integration server's ICM port, not the J2EE server port.  You can confirm this in SMICM, then Goto-->Services.  You may already have this; I just didn't see it specified in your description.
    Regards,
    Jin

  • How can I safe my data back from the Time capsule to iphone and macbook?

    Hi,
    last weekend we were robbed while being on vacation and iphones and macbook air got stolen. Good thing was that at home we had a time capsule and our normal macbook. As soon as we get the new iphones and the new airbook we want to get our itunes and apps and datas back to the iphones and airbook ... can somebody tell us how to re-safe or back-safe stuff from the time capsule back to the equipment?
    Thank you ... I feel so "naked" without my phone :-(
    Virtualkate

    Sorry about your loss. Follow the directions here to use Time Capsule to restore your new Air to the state your old Air was in when stolen. When you first connect your new phones, you'll be given the option of restoring from the backup of your old phones or setting up as new. Restore from your previous backups, followed by syncing your content back to your phones. You should be good to go. Maintaining current backups makes this a piece of cake.
    http://support.apple.com/kb/HT1177

  • ABAP proxy client sending to XI   by using the WEB Service

    Hi
    I have scenario where ABAP Proxy need to send the data by calling a web service middleware as SAP XI/PI,
    Can anyone please provide the details of the scenarion that ABAP Proxy calls the webservice to send the data and receive it back the response, (Synchronous communication)
    Thanks
    PR

    Hi PR
    My understanding of your requirement is like
    Proxy <-> XI <-> SOAP.
    Steps.
    1. Create Client proxy to send data to XI
    2. Import the WSDL provided by receiver system in XI
    3. Do IR steps
    4. ID - SA is not required
    5. Configure Receiver SOAP adapter using the URL and Soap Action from the WSDL you received.
    Thanks
    Gaurav

  • ABAP proxy client sending to XI

    We have created an outbound interface in XI and generated the proxy in ABAP using SPROXY.  When we test the call of the proxy,  we get the following error in SXMB_MONI..
    HTTP response contains status code 401 with the description Unauthorized
    Any advice on how to troubleshoot and resolve would be appreciated.

    Thanks for all the suggestions,  I have checked most of what has been suggested (SM59 HTTP, SXMB_ADM Int Eng Cnf, SLDCHECK, and SPROXY Connection Test) and these appear ok. 
    I can provide further info that may help...
    In SXMB_MONI there appear to be two high level steps involved in the processing.  The first is "Inbound Message (SENDER)" which has a green flag.  The next is "Call Integration Server", which has a Red flag.  When I look at the Trace section of the SOAP Header IT is giving the following information..
    Anmeldung fehlgeschlagen
    Was ist passiert ?
    Der Aufruf der URL http://acadnt12:8000/sap/xi/engine wurde aufgrund fehlerhafter Anmeldedaten abgebrochen.
    Hinweis
    Die Anmeldung wurde im System E60 ausgef?Hierbei wurden keine Anmeldedaten bereitgestellt.
    Was k?n Sie tun ?
    Falls Sie noch ?eine Benutzerkennung verf?so wenden Sie sich an Ihren Systemadministrator.
    Fehlercode: ICF-LE-http-c:800-l:-T:-C:6-U:-P:-L:6
    HTTP 401 - Unauthorized
    Ihr SAP Internet Communication Framework Team
    Which I was able to roughly translate to...
    Registration missed What happened? The call of the URL http://acadnt12:8000/sap/xi/engine was broken off due to incorrect dates of registration. Reference The registration became in the system E60 ausgef? Here no dates of registration were made available. Which k? n you do? If it still? a user identification verf? thus you turn to your system administrator. Error code: ICF LE HTTP C: 800-l: - T: - C: 6-U: - P: - L: 6 HTTP 401 - Unauthorized Its SAP Internet Communication Framework team

  • I cannot send e-mail and receive only a few of the incoming e-mails.

    I'm using a pop server. Worked fine until yesterday. Had a G drive installed on Sunday to back-up all my files. Don't know if it effected the e-mail.

    Hello, and welcome to the Discussions.
    Please summarize how you are performing the backup, and whether any software came with the G-Drive for doing this? It there is such software, does it analyze files for changes, and only add the changes to the backup, or does it replace in a wholesale fashion?
    Have you checked the Mail Preferences/Accounts/Account Information/Outgoing server settings to see if the name of the selected SMTP is correct?
    More info, please.
    Ernie

  • How to copy and  paste the data directly from the excel to the PDF?

    hi,
    I have found the same question on the link:
    How to copy excel sheet to pdf form?
    But I didnt get my answer through that forum.
    My requirement is dat I should copy the data from excel sheet and directly paste it to PDF form.
    When I am trying to copy and paste ..all the data is getting pasted into a single block only.
    Kindly help.
    Thanks & Regards,
    Lina

    So you want the user/person to do the "cut&paste" action (ie. ctrlc ctrlv) and have the data paste itself across rows correctly much like Excel does. I don't think this "intelligence" is built into Adobe table controls as it is in Excel (and Excel is smart enough to even handle it different ways depending on how the user selects cells).
    The only thing I can think of is that you could "capture" the user trying to paste into a cell/row in your table (maybe in the onFocus or onClick events), then grab the data, parse it out (but looking for some character) and then have your code distribute the data across the rows. However, I personally think that would be a lot of overkill and prone to other issues and errors.

  • I tried to download yosemite but the download failed because of poor wifi connections and I tried again but I did not have enough disk space how do I get the space back from the failed download?

    The failed download of Yosemite used up disk space and I can't find away to delete that because it is taking up 4 GB of space that I need to download Yosemite.

    Check that your computer is compatible with Mountain Lion/Mavericks/Yosemite.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    iMac (Mid 2007 or newer) model number 7,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    Check to make sure your applications are compatible. PowerPC applications are no longer supported after 10.6.      
    Application Compatibility
    Applications Compatibility (2)
    Do a backup before installing.
    If you can/do upgrade, I recommend you make a copy of the installer and move it out of your Applications folder. The installer self-destructs. The copy will keep you from having to download the installer again.  You can make a bootable USB stick to install using this free program.
    Bootable USB Flash Drive – Diskmaker X

  • Activating a vi on a remote computer (and transferring the data back) via a TCP/IP connection

    Hi all,
    I need some help in creating a vi that can be activated remotely using a TCP/IP connection. Can this be done. If it can, I have a vi (that would be on the remote computer) that manipulates the data as required and saves the data file. While the connection is open, I need to retrieve the data file from the remote computer. Can anybody help, I am running labview 6.
    Thanks
    Ridge

    Ridge,
    This is what the "i" in LabVIEW 6i stands for. Internet applications (collection of data through IP) was a basis for the release of 6i. This is not only a capability, but is built in as easy to do.
    Unfortunately, I have little experience in this arena. I have built TCP/IP client server relationships, but never remotely controlled a VI over IP, so I can't advise you.
    I would suggest the following:
    Look up remote VIs on NI's website, specifically in Application Notes, and examples/downloads.
    Check the examples that ship with LabVIEW.
    Look for other documentation within LabVIEW (search through help).
    Contact your local sales rep for some assistance.
    I do remember seeing some kind of demo about this a long time ago, and remember
    it being extremely easy. However; I never had use for it, so I never did anything with it.
    You should have the ability to get started very quickly.
    Good luck, and let us know how you do.

  • Abap proxy client  and https webservice

    Hi, I have a problem with an abap proxy client.
    This proxy works perfectyl when I call the test webservice (via HTTP protocol) but it does not work if I try to call the productive webservice (via HTTPS protocol).  Of course I have configured LPCONFIG in order to let the proxy point to the correct web site.
    I'm pretty sure that problkem is caused by different protocols HTTP vs HTTPS.
    I thought the problem could be the web site certificate, so I added it into the PSE (transaction STRUST) but nothing happnes.
    Your help is really appreciated.
    Edited by: robcom69 on Feb 22, 2010 3:34 PM
    Edited by: robcom69 on Feb 22, 2010 3:35 PM
    Edited by: robcom69 on Feb 22, 2010 3:49 PM

    I have loaded the certificate in the TRUST transaction.
    Anyway, in our system we do not have the SAPCRIPTOLIB libraries and I do not underastand if they are necessary or not.
    I mean, I need these libraries only if I expose an HTTPS server from SAP or even if SAP is the client and it need to access an external https webservice ?
    Please help.

  • ABAP PROXY CLIENT - NO RECEIVER DETERMINATION

    Hi,
    I am working in the following senario: ABAP PROXY -> XI -> RFC 
    I also created Receiver Agreement, Interface Determination and Receiver Determination. All the 3 are associated to a party. 
    When I execute the abap program the following message appears:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    I appreciate all of inputs

    Hi,
    <i><SAP:Stack>No receiver could be determined</SAP:Stack></i> is the problem when the receiver Determinaiton is not mentioned properly.
    By the way u have mentioned that all the three are associated to a party. So when u were defining Business system (For the system from whihc proxies are being sent), directly under <b>"Service without Party"</b> or under <b>"party"</b>.
    If u ahve mentioned your System from whihc proxies are being triggered in "Service without Party", then that should have been causing receiver determination errors.

  • Missing asyn abap proxy client message in ECC

    Hi,
    I have a asyn scenario which an abap program will send data from ECC to PI using abap proxy client. My problem is i notice some of the message was no send to PI. Checked in PI SXMB_MONI no message was found. Any idea where the message was stuck? I check on smq1 in ECC also found nothing in the queue.
    Thanks.

    Hi ,
    KIndly check with the abap program if its thrwing any dump . If every thing is fine with ABAP program then might be its issue of RFC destination . check with transaction SPROXY are u able to connect and your sender interface is reflecting there if yes then double click on your interface open the proxy andthen click on GOto and click on connection test if nay issue is in connection then it will display the error here .might be some rfc DESTINATION is missing or authnetication error .
    Regards,
    Saurabh

Maybe you are looking for

  • Can't connect Macbook Pro Retina to Dell P2715q 4k Monitor

    I received a new Dell 4k P2715q monitor on Friday.  It came with a mini DP to DP cable which I immediately hooked into the Thunderbolt port on my 15-inch, Mid 2012 Macbook Pro Retina.  It worked beautifully on Friday all through the day.  Was very ha

  • My itunes does not get the names of all tracks which i import.

    When i import a cd into itunes, it does not get any track names. Why is this. Also, itunes does not connect to the music store. It tells me that i should check my connection etc etc. Are these problems related, and what can i do to fix it?

  • Ipad app purchase Trouble with IOS7

    Is anyone out there haivng trouble ordering apps w/new upgraded to IOS7?  When I try to order app on my IPAD 3 telling me that you are unable to purchase at this time I have done all of the folloing * sync device to Itunes *restart

  • RGB vs. CMYK Colorspace - Which is best to work in?

    I'm designing a document for a client, within in InDesign. Up until my last save, I've been ignoring the notice about InDesign being set in the RGB colorspace. On my last save, I changed it to the CMYK colorspace and all my linked images got lighter

  • Udev rules question

    I have a pl2303 converter which appears as /dev/ttyUSB0, owned by root,uucp. I do not want to run minicom as root nor do I want to add myself to the uucp group, as either of these approaches lend themselves to potential issues to the system. Correct