Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why to use bapis and what is IDoc s

Former Member
0 Kudos

Dear Abap colleagues,

How can I use a bapi, create and find if available like user-exits.

And where will I use the bapi, with java or c# or from sap side?

Could you please send me doc on Idoc and bapis if you have,

please notify me here whethet you have sent me docs.

Thanks.

Deniz.

3 REPLIES 3

0 Kudos

Thank you mahalakshmi.

My email is: deniz_toprak45@yahoo.com

Thanks.

Former Member
0 Kudos

Hi Deniz,

Bapi: Bapis are programming interfaces to acess Sap Db fro wthn or from other independent platforms..

Business objects are created using tcode: SWo1,

and all business objects are stored in tcode BAPI i.e in Bor Business object repository....

parameters of bapi Bapi function module are always Call by Value

Components of bapi are Interfaces, Events, Keyfields, Methods, Attributes

for more information u can check these links....

searchsap.techtarget.com/sDefinition/0,,sid21_gci845424,00.html

searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm

www.planetsap.com/Bapi_main_page.htm

Ale idoc and Bapi

Bapi Tips and traps..

www.sap-img.com/bapi.htm

Idocs:

idoc is an data container hich is in text format.Each Idoc is identified with a 16 digit number.There are 2 types of sending and recievng idoc s like outbound idoc and inbound idoc

check these links for idocs:

<u>searchsap.techtarget.com/sDefinition/0,,sid21_gci852485,00.html</u>

<u><u>help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/content.htm</u>

<u>www.sap-img.com/abap/ale-bapi.htm</u>

<u>articles.techrepublic.com.com/5100-6329-1051228.html</u>

<u>Idocs tutorial to practice check this:</u>

<u>www.thespot4sap.com/Articles/SAP_ALE_IDOCS.asp</u>