cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or Proxies

Former Member
0 Kudos

Dear All,

If the same functionality can be achieved using IDocs, BAPI and Proxies than which one should be chosen in Descending order and why?

Regards,

Ashish

Accepted Solutions (0)

Answers (4)

Answers (4)

deviprasad_pothireddy
Active Participant
0 Kudos

Also refer Ravi's weblog

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

XI Customer Polling 2006 – Summary of Results

/people/swen.conrad/blog/2007/01/26/xi-customer-polling-2006-150-summary-of-results

Regards,

Deviprasad

Former Member
0 Kudos

IDOCS- Reporcessing debuging,error handling.

Peroxies-larger voulme,no adapters

BAPI->synchrououse case

Shabarish_Nair
Active Contributor
0 Kudos

you can always sent an idoc or a bapi thru a call in the proxy.

but in case of an Idoc it would be suggested to use the Idoc itself not incorporating it in the proxy. In case of BAPI it is still a better idea to call it in a proxy.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

IDocs <---(great error handling and all in standard)

Proxies (from which you can call bapis) <-- (you need to code the error handling youself)

don't use BAPIs if you have proxies...

Regards,

michal