cancel
Showing results for 
Search instead for 
Did you mean: 

Idocs and BAPIs

former_member207019
Participant
0 Kudos

Hello,

Could you tell me please what are the standard Idocs and Standard Bapis available.

If possible could you tell me why do we use those standard Idocs and Bapis.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

vijay_b4
Active Contributor
0 Kudos

Hi Jyostna,

IDoc:

IDoc stands for intermediate documents.It is a data container which will carry the data between different systems.whether is can be between two sap systems or from sap to external system.It is used in ALE and XI Scenarios.

You can create the Idoc in WE30.

You can see all the standard Idocs in we60.

You can see the standard inbound and outbound idocs along with their process codes and function modules in we64.

BAPI:

BAPI is a well defined interface to processess the data of the business application system

implemented as business object in the BOR.

Confusing?? It is like a door to the SAP System thru which other systems(Not Just SAP Systems) can access the functionality of the SAP System.

Regards

Vani.

Answers (5)

Answers (5)

turmoll
Active Contributor
0 Kudos

Hi,

You might check BAPIs assigned to business objects by tcode BAPI.

You can get a list of all BAPIs from table TFDIR (tcode SE11) where FUNCNAME = BAPI*

There are to many BAPIs to describe them individually. Look at description of FM.

Regards,

Jakub

former_member556603
Active Contributor
0 Kudos

Hi Jyotsna,

BAPI:

http://help.sap.com/saphelp_nw04/helpdata/en/3e/ecf226942511d2ad4b080009b0fb56/frameset.htm

or

Standard BAPI:

Look at the Transaction BAPI.

T-code: BAPI

Go to the T-Code se37 -


Type BAP* then click F4.

You can find the Standard IDOC's on T- Code in : WE60

check the below link for the list of idocs

http://www.erpgenie.com/sapedi/idoc_interface.htm

Thanks,

Satya Kumar

Reward points if it is useful.

Edited by: SATYA KUMAR AKKARABOYANA on Apr 17, 2008 2:28 PM

Former Member
0 Kudos

Hi Jyotsna,

It will be nice question posted in ABAP- Forums,

Standard BAPI's/IDOC's used to satisfy some custom requirements, if not we will enhance or we create our own.

Search yourself- Hit f4 for possible Help to see all available BAPI's in the main screen itself, go with description to find out the use of it.

Regards,

sri..

Former Member
0 Kudos

Hi,

We can find out the Standard IDOC's in WE60.and we30

For BAPI's--Use Se37

Regards

Seshagiri

Former Member
0 Kudos

HI,

Look the Tcode WE60 or WE64 or WEDI to find out the std IDOC.

chirag