on 2007 Feb 27 4:32 AM
hi
can anyone, will provide answer to this ) suppose there is a scenario of sending purchase order
From sap r/3 system to file system? how do u select common will
Be used
{How to select whether to use idoc or rfc or proxy on what
Basis u select}?
regards
Ashok
Hi Ashok,
see if your SAP WEB AS system is having 6.2 or higer version, then the best way is to go for proxy - use XI adapter in ID then and connect SAP R/3 to XI with a HTTP conn made in SM59 in XI.
If you dont have WEB AS 6.2 or higher, then make a RFC adapter comm channel for connecting to R/3 from XI by making a R/3 conn from XI to R/3.
But if you have to get data from SAP and you have an IDOC for it, then the best way is to make an IDOC adapter in XI. If you dont have any IDOC available in SAP for getting your data, then go for proxy or RFC as i have said above.
Hope this solves your query.
Thanks,
Rajeev Gupta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi
if u r WAS<=6.2 U Will use IDOC or RFC.
If it is async and SAP System use IDOC
If it is sync and SAP System use RFC.
if u r WAS>=6.2 Use proxy.
One of the things that SAP strongly suggests is the usage of PROXIES.
The biggest advantage of the proxy is that it always by passes the Adapter Engine and will directly interact with the application system and Integration engine - so it will and should give us a better performance.
for clear idea go through
/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
proxies provide a better perfromance than other adapters and so, if you are planning to integrate with a SAP system that is on a WAS >= 6.20 then use proxies.
If lesser than 6.2 then for asynch proxessing using idoc's and synch processing using RFC's.
Proxies support both synch and asynch calls.
Regards
Bhavesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashok,
Hope the following link helps....
<a href="/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems:///people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems
Regards,
Akshay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ashok,
if their IDOC such orders etc then use IDOC otherwise if the data voulmeisless andyou have BAPI then use RFC if no iDOC or BAPI or More volme ofdata transfered through thourgh BAPI then PORXY.
let meknow still if you face any problems
Regards
Sreeram.G.Reddy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.