Application Development and Automation 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: 
Read only

calling BAPI

Former Member
0 Likes
672

Hi all,

I want to know that from what all places we can call BAPI.

With thanks,

Chinmay

6 REPLIES 6
Read only

Former Member
0 Likes
646

Bapi is nothing but just a remote enabled Function module

so like a simple Function module ,u can call the Bapi's from ur programs..

hope it clarifies .

reward helpfull answers.

amit

Read only

Former Member
0 Likes
646

These are what i can recollect as of now:

1. SE37 - Directly

2. SE37 - with in another customized FM.

3. SE38 - Via a report program.

4. As an RFC by external systems.

5. Transaction Code - which calls a module pool program which internally calls the BAPI.

Kind Regards

Eswar

Read only

Former Member
0 Likes
646

Hi Chinmay,

Refer the following documentation provided by SAP for BAPI's:

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm</a>

Regards,

Chetan.

PS:Reward points if this helps

Read only

Former Member
0 Likes
646

Bapi can Be Called from SAP & Non SAP system .

In case non-SAP system TRFC port has to be setup to make the Connectivity with SAP system

OR Just Go thru BAPI user Guide

http://help.sap.com/saphelp_47x200/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm

*Please mark useful Answers

Read only

Former Member
0 Likes
646

u can call bapi from report program ,

in se37 u can test the bapi ,

In LSMW there is a method using BAPI to upload the data,

We can connect the external environment like VB through BAPI only.

Read only

Former Member
0 Likes
646

Thanks for all ur valuable replies......