RFC Data to XI, using Proxy ?

Hi,
We have SAP R/3 with WebAs 620. I did go through blogs on SDN to use RFC adapter to push data using RFC( Function Module data ) to XI. But i do not see any messages in XI.
I think our option now is to use proxies and i need help with that.
Can i create ABAP proxy on WebAs 620?
Can i create ABAP proxy on SAP R/3 and JAVA proxy on SAP XI and make the communication ?
thanks
Udai

Hi,
first of all, why are you going to Proxy ? Where is the error ? did you go thru error analysis for the RFC message not being populated into XI?
<i>Can i create ABAP proxy on WebAs 620?</i>
>>>yes with plugins for more on-
http://help.sap.com/saphelp_nw2004s/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm
this blog will help u on patch-/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
<i>Can i create ABAP proxy on SAP R/3 and JAVA proxy on SAP XI and make the communication ?</i>
>>>You are going to create ABAP proxy in the SAP application systems only i.e R/3.
Why do u need java proxy ? btw, what is your scenario ?
Rgds,
Moorthy

Similar Messages

  • How to handle HTTP-POST encrypted data for ECC Using proxy or RFC

    I have a scenario HTTP-POST ->PI->ECC.sender is HTTP Post  send encrypted data i need to handle the data and stored in to SAP ECC  with out decrypt using PI .what should i take for receiver  can i use inbound proxy or RFC  and how can handle the encrypted data  for decrypt.
    Regards
    Ravi

    1. my sender is HTTP POST . what should i configure in sender communication channel in SAP PI .like SOAP or HTTP .What are the parameters i need to pass .
    >>>
    If you are on PI 7.3 and above, configure the HTTP AAE adapter - Configuring the Java HTTP Adapter on the Sender Channel - Advanced Adapter Engine - SAP Library
    2.while using inbound proxy for encrypted data  i need  store the data in to table , the same proxy can i call  another outbound  service for decrypt  same data.
    >>>>
    Yes you can always a proxy within a proxy.

  • Consuming Data from Queue using proxy service

    Hi , i am coming up the problem of consuming the queue .
    My flow is like :
    1. Created Connection factory(JNDI - cf) targeting Admin Server and queue(JNDI - q) targeting WllsbJmsserver.
    2. Created A JMS based Buissness Service of Any XML type and it is used for publishing the incoming xml payload to the destination queue (q).
    3. Now i am able to see the published payload on the console using monitoring option of the queue.
    4. Now i have created the proxy service and gave the same url as given for BS (jms://localhost:7001/cf/q).
    5.After activating the session the Messege Current Count on weblogic console is now coming 0 as i think it's being consumed up by the proxy service, but I am not able to see the consumed message.
    6.I want to do some processing on the message, how to go about this?
    My requirement is that i wanted to store some ID in a queue and used that particular id /consume that particaular id in some other proxy service .

    Anuj,
    I tried one more flow ...
    My resources are:
    1.BS :BSQ_Push
    2.PS :PS_Read_Message
    3.PS: PS_Publish_Message
    I edit the pipeline of PS_Publish_Message and made a route to PS_Publish_Message service and added some more actions and i am listing up all the actions below step by step
    Message Flow for PS_Publish_Message
    a. Postiing Message In Queue stage:
    Publish to [ BSQ_Push ] used , and Request Actions used : Log [ $body ]
    b. Route to [ PS_Read_Messege ]
    Message Flow for PS_Read_Message :
    a. Reading Message Stage :
    Log [$body  ]
    But at the end my logs are as follows when i run the PS_Publish_Message wth a request as <id>Abhinav</id> :
    ####<Apr 1, 2011 2:19:50 PM IST> <Error> <ALSB Logging> <Abhinav9639-g15> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <62e9b948932bcb91:7dc8e539:12f0f9d195c:-8000-0000000000043f89> <1301647790389> <BEA-000000> < [Publishing Messege Pipeline, Publishing Messege Pipeline_request, Postiing Messege In Queue, REQUEST] ||||||||||||Posting Messege In Queue ||||||||||: <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <id>Abhinav</id>
    </soapenv:Body>>
    ####<Apr 1, 2011 2:19:50 PM IST> <Error> <ALSB Logging> <Abhinav9639-g15> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <62e9b948932bcb91:7dc8e539:12f0f9d195c:-8000-0000000000043f89> <1301647790551> <BEA-000000> < [Reading Queue Pipeline, Reading Queue Pipeline_request, Reading Message, REQUEST] ---------------------Log For ID in Read Proxy Flow--------------------------------: <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <id>Abhinav</id>
    </soapenv:Body>>
    ####<Apr 1, 2011 2:19:50 PM IST> <Error> <ALSB Logging> <Abhinav9639-g15> <AdminServer> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <62e9b948932bcb91:7dc8e539:12f0f9d195c:-8000-0000000000043f89> <1301647790578> <BEA-000000> < [Reading Queue Pipeline, Reading Queue Pipeline_request, Reading Message, REQUEST] ---------------------Log For ID in Read Proxy Flow--------------------------------: <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>>

  • Abap Proxy to Send RFC  data  -- xi - File    ,   how to do - pls help  ?

    Hi Friends ,
                           Our scenario is once in day an  RFC is to be triggered and create flat file .That RFC will return data .
       Using  below likns i have configured the RFC Sender adapter
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    First Activate the ABAP Proxy?
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    How to implement a Client Proxy?
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    My question is
    <b>     1.    Is it possible to use ABAP Client proxy   to achive this ?
          2.   Then do we need to write RFC Call in side this proxy call ?
          3.      If we go for proxy do we need RFC Sender Adpater ?</b>
            I am little confused can you please explain , as how it works ?
    <b>       Is there is any other way to trigger RFC to send data ?</b>
    Regards.,
    Shyam

    Hi sabrish ,
                          Tahnks for ur reply. I was waiting for ur response . i have doubt
    the foloowing code i got from ur blog .
    REPORT Z_TEST_RFC_XI_WEBSERVICE.data: lv_distance type char10.CALL FUNCTION 'Z_WEBSERVICE_TEST_SHABZ' <b>destination 'Z_WEBSERVICE' </b> EXPORTING FROMZIP        = '12222' TOZIP          = '22222' IMPORTING  DISTANCE       = lv_distance.write : 'Distance is : ' , lv_distance.
      <b>           1. i have to generate proxy from Out bound interface right ? inside that proxy class whare i have to in clude the code to call rfc ?
                  2. Can u please tell what is the Destination in that report.  What is z_webservice ?</b>
                  3 . Do we need to use RFC Sender adapter ? It is not related to proxy right ?
    Regards.,
    Shyam
    null

  • Is it possible to retrieve data using RFC alone with out using BAPI ?

    Hi ,
    Is it possible to connect SAP to Non-SAP systems to retrieve data using RFC alone with out using BAPI ?
    thanks
    Rama

    Hello Nelson,
    Could you please explain how this can be done. Because my understanding is that only BAPI can be used to connect Non SAP and SAP system not RFC function module.
    Regards
    Farzan

  • Proxies Vs. Adapters: When to use Proxy?

    Could somebody list out the scenarios where you would Proxy and where you would use Adapter?
    Use Proxy or Adapter: What is the best practice to develop my integration?
    An Example Scenario:
    Let's say I have data from legacy systems in legacy format in text files.  I have a standard to BAPI to call to send to R/3.  But, I need to do some lookups, code conversions etc. before I call the standard BAPI.  So, we write a wrapper ABAP fucntion, inside there we write lookup codes, and then call standard BAPI.
    Should I do this scenario using Proxy or regular RFC adapter?
    Thanks.

    Hi Sorna,
    You can do both but since you got the wrapper function it's going to be much easier (**and faster**) to use RFC adapter
    - RFC adapter will be maintained for a quite a long time and it's friendy to monitor
    on the other hand proxies are relatively new concept the will be used more extensively more and more in the future
    (that's what SAP says as least) but it can only be implemented with WAS 6.20 and above so not all systems will have that possibility
    monitoring features of the proxies are on the oter hand based on the local integration server (monitoring - TCODE - SXMB_MONI) on the R/3 system and most probably it will even be improved in the near future:)
    but that's just my opinion:)
    hope that you'll hear some more others
    Regards,
    michal

  • Use proxy or not

    Is it COMPULSARY to use a ABAP proxy to communicate with a SAP BW system. I am trying to send data to SAP BW system from XI,can't i just use a RFC as my communication channel and send it to BW. I am pretty new to XI,i don't know if this is a dumb question,if the proxy usage is compulsary can some one guide me.
    Thank you
    Venkat

    Hi Venkat,
    <i>Is it COMPULSARY to use a ABAP proxy to communicate with a SAP BW system.</i>
    Not neccessary. This depends on many factors.
    But it is advisable to use Proxy rather RFC because of the Perfomance criteria.
    To more~
    Performance
    Good links on SAP BW and XI are as follows-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8c10aa90-0201-0010-98a0-f071394bc9ae
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    /people/kamaljeet.kharbanda/blog/2005/09/16/xi-bi-integration
    /people/piers.harding/blog/2005/11/18/interfacing-data-into-bw-using-perl-ruby-or-python
    Hope this helps,
    Regards,
    Moorthy

  • Possible to send the 50,000 records at a time using proxy?

    Hi All,
    I am using the proxy to send the data form SAP to PI and then send it to Receciver by using JMS. Here i have a small issue.... is it possible to send the 50,000 records at a time using proxy? If not please suggest me how can i send bulk of records through proxy?
    Thanks
    Karthik.

    is it possible to send the 50,000 records at a time using proxy? If not please suggest me how
    can i send bulk of records through proxy?
    you can try this in steps...do not go for a BigBang testing :)....check how much your XI system can handle at a time...then you may need to tune the system parameters to accomodate more message size.....how to do this??...check the below document..section 3.9.2 (Special Cases)
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2016a0b1-1780-2b10-97bd-be3ac62214c7
    Regards,
    Abhishek.

  • How to enable RFC and how to use it in Report..please tell its very urgent

    Dear Techie's,
    Please tell its very urgent..
    How to enable RFC and how to use it in Report. ??
    Virendra

    hi,
    pls chk any of these links.
    http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sapgenie.com/abap/bapi/example.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    rgds
    Anver

  • What is adaptive RFC and How to Use it

    hi friends
    what is the adaptive RFC
    what is the use of it
    how we can use it
    explain me anyone
    and send pdf also
    thanks
    ramu.

    Hi,
    To give u a brief idea.
    rfcs are used to call data from the backend that is R/3.We use the Bapis from the R/3 system which have some pre defined functionality and data is populated in the correspoding ui elements in webdynpro interface.earlier Rfcs were used but now we have adaptive rfcs in which
    if there are changes in the backend(R/3 system) such as changes in the datatype,structures,fields would be automatically be refllected in the rfcs and there would be no errors in web dyn pro even if there is  a change in the back end
    to be more specific folow this link
    http://help.sap.com/saphelp_nw70/helpdata/EN/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm
    and try out this application
    to use the rfcs firstly check out this document for configurations
    Important Configurations for Calling ABAP Function from Java Web Dynpro Application
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07753b9-fa0c-2a10-64a8-c6754c45396e
    heres the application.
    Creating a Web Dynpro Application Accessing ABAP Functions
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/355b9c90-0201-0010-d2a8-89fece426526
    regards
    Nikhil Tapkir

  • ABAP business system vs. 2 integration systems - using proxy

    Hi guys,
    is it possible to use one abap ECC with 2 PI systems and using proxy classes for both PIs?
    Thanks

    Hi Alakov,
    This is not possible. In a SAP environment, u can have one Integration Server (which is XI/PI) and the rest backend systems act as Application systems.
    These backend application systems point to a single Integration Server using rfc destination (create in sm59). for ex: ECC points to PI from sxmb-adm -> Integration Engine Configuration. Here you set the ECC/backend system as Application system and provide the rfc destn of corresponding Integration Server (ex: dest://INTEGRATION_SERVER_DX1)
    If you have to use 2 PI, then you have to switch between the connections all the time which is obviously not feasible.
    Souvik

  • Doubt using Proxy

    Hi,
    I had a small doubt, I want to implement a scenario where in if i post a xml file in the specific directory i need to get that xml data in a user defined table in R/3 sytem.
    To do this can i use a proxy. By defining in SPROXY Transaction.
    Thanks in advance

    Hi,
    That's a good idea to use proxy.
    Your scenario should look like that:
    File->XI->Proxy
    Inside generated proxy just put the code which will add data to the table and handle all errors.
    Please check this blog:
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    Regards,
    Wojciech
    Reminder: please reward points for good answer

  • Data Loader On Demand Proxy Usage for Resume operation

    Hi,
    My project required me to use the proxy feature available in Data Loader R19 release.
    I could use the proxy at command line for insert /update operations.
    However, the same doesnt work for RESUME operation in Data loader.
    Tried using proxy settings from command line as well as property file but to no use.
    Any suggestions...
    Regards,
    Sumeet

    Its a Java application so it may run on your Linux/Unix system, you would have to test to see if works. Last time I checked Oracle only supports the application running on windows.

  • Decision making on using proxy communication

    Hi gurus,
    We need to decide, if we should use proxy communication(sap>PI>Legacy) in realtime scenarios over file based communication(sap>file adapter>PI>file adapterLegacy) & also in comparison with RFC/IDOC adapters.
    Infact, most of the times it is situational, but, we need responses from all of you in general terms.
    Please respond with your suggestions/links supporting your views.
    More replies helps us to decide on this matter.
    Note:- we are on ECC 6.0/PI 7.1. Thank you.
    Cheers.
    santosh.

    > We need to decide, if we should use proxy communication(sap>PI>Legacy) in realtime scenarios over file based communication(sap>file adapter>PI>file adapterLegacy) & also in comparison with RFC/IDOC adapters.
    You should use the proxy over file based communication because proxy communication is faster and easy for error handling.
    RFC & IDOC have their own importance. For exaple if you have standard RFC & IDOCs then there is no meaning to got for custom developement.. and again if your requirement says to do some custom developement then you have to do that.. so everyting depends on your requirement.

  • Use proxy server

    I have installed Fiddler software but it seems it changes proxy server settings beside tracking all browser activity due to statistics.
    When I uninstalled Fiddler I noticed error in Mozilla as all browsing was refused:
    The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is working.
    I have seen that login as another user will work but the same settings will not work under user where is installed Fiddler.
    There is AUTO detecting proxy and use a proxy server.
    How to manage that it will be set use a proxy server but solve browsing when I uninstall Fiddler?
    Is there some Windows 8 configuration as Mozilla is hit by Fiddler.

    Hi,
    I have checked previous posts. I understand it is default Use proxy system and I can use NO proxy. It is an issue that software hits Mozilla settings for the user as Use proxy system and browsing will not work anymore. Fiddler should warn users that even if you use uninstall it will not bring back settings.
    This is time consuming as Mozilla is not responsible.
    Is there system data inside Windows 8 to bring back working Use proxy system in Mozilla for user where is installed Fiddler? I like to use default due to security.

Maybe you are looking for

  • HT4436 how can i create an icloud account without apple device, i.e., on a PC?

    Yes, i can configure and use icloud on a PC, but how do i initially set up an icloud account without an apple device?

  • How do I read/open an external hard drive after using time machine?

    I have an external Seagate HD that I used to back up files using Time Machine.  How do I now read/open/view the Seagate External Hard Drive to see all that was saved for example documents, photos etc?

  • Editable areas within a pdf

    I have a client who wants to product customizable art to sell via her website.  She has a number of prints that we could pdf but want to leave certain aspects open for clients to modify the file and then print.  We would create the print as one solid

  • Memory Frequency-DRAM Clock (MHz)

    Hi, I have a 875P Neo LSR with a P4 2.4GHz C 800MHz and 512 MB(1) Corsair XMS3200 OEM. The memory defaults to PC2700 as it was made befor the JDEC value was official. When I set the DRAM Frequency to 200MHz and reboot it stays at 200 MHz but the DRAM

  • Which is better (Boot Camp) or (Parallel / VMware Fusion)???

    Hi guys, I want to install Windows along OS X... now what is better? to install Windows via Boot Camp or via Parallel / VMware fusion?? and if through one of the virtual machine softwares, which is BETTER?? the Parallel for Desktop or the VMware fusi