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: 

Bapi

Former Member
0 Kudos

Hi,

Bapis are remote enabled function modules.Bapi fm are stored in R/3.My question is, Using them,

1. can we get data from legacy system and

2. can we send data from R/3.

Please elaborate.

Rgds,

khadeer.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Yes. We can get the Data from Legacy System using BAPIs. In some of the scenarios, we may need information for our R/3 System from the Legacy System which contains data relevant for R/3 Transactions. So, by using BAPI calls, we can get the Data from the Legacy Systems. The Key is that the Legacy / Remote System should be able to respond to our BAPI Calls.

Coming to your second question, we can send data to Legacy System in various forms using BAPI calls.

For example, I have worked on a Scenario where the Customer enters the Customer Number, Order Number, PO Number & the Date Range on a Web Site and Clicks on Submit button to Check the Status of all the Orders he placed. Now, internally, the Java Script / VB Script code written at the Web Services call the BAPI which I've developed in the R/3 System.

And this BAPI fetches all the data from Sales Order Header / Item & Business as well as the Status Tables and sends the data back to the Customer's Web Site.

Hope the explanation was clear.

Thanks and Regards,

Venkat Phani Prasad Konduri

1 REPLY 1

Former Member
0 Kudos

Hello,

Yes. We can get the Data from Legacy System using BAPIs. In some of the scenarios, we may need information for our R/3 System from the Legacy System which contains data relevant for R/3 Transactions. So, by using BAPI calls, we can get the Data from the Legacy Systems. The Key is that the Legacy / Remote System should be able to respond to our BAPI Calls.

Coming to your second question, we can send data to Legacy System in various forms using BAPI calls.

For example, I have worked on a Scenario where the Customer enters the Customer Number, Order Number, PO Number & the Date Range on a Web Site and Clicks on Submit button to Check the Status of all the Orders he placed. Now, internally, the Java Script / VB Script code written at the Web Services call the BAPI which I've developed in the R/3 System.

And this BAPI fetches all the data from Sales Order Header / Item & Business as well as the Status Tables and sends the data back to the Customer's Web Site.

Hope the explanation was clear.

Thanks and Regards,

Venkat Phani Prasad Konduri