cancel
Showing results for 
Search instead for 
Did you mean: 

Viewing and implementing a BAPI

Former Member
0 Kudos

Folks

whats the t-code to view the BAPI's that are implemented ?

Whats the fundemental difference betweena BAPI and BADI ? Can a BAPI be used to access/transfer data between different R3 modules or across different SAP components such as R3 and CRM ?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181995
Active Contributor
0 Kudos

>

> whats the t-code to view the BAPI's that are implemented ?

whats the t-code to view the BAPI's that are implemented ?

T-code is BAPI itself.

Whats the fundemental difference betweena BAPI and BADI ?

Can a BAPI be used to access/transfer data between different R3 modules or across different SAP components such as R3 and CRM ?

Answer is yes.

Former Member
0 Kudos

BAPI stands for Business Application Programming Interfaces :A Business Application Programming Interface (BAPI) is a precisely defined interface providing access to processes and data in business application systems such as R/3.

A BAPI is implemented as a function module, that is stored and described in the Function Builder.

you can see BAPI by Se37 and if it is used in Program can see program by SE38.

http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8464ac011d1894e0000e829fbbd/content.htm

BADI:stands for Business add-ins

Business add-ins are enhancements to the standard version of the system. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.

You implement BADI by SE19 tcode.

Can see availabe BADI by SE18.

http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm

Manish