SAP BAPI
BAPI is also a Remote Enable function module, which is used to communicate between SAP-SAP or SAP-NONSAP servers. Basically BAPI uses RFC Technology. Initially BAPI is a RFC Function module later this RFC Function module will be inserted into a business object (BO), now it is converted into BAPI. This post lists the interview questions on BAPI in SAP-ABAP.
BAPI Interview Questions
1) What is a BAPI in SAP-ABAP?
2) Can you elaborate BAPI?
3) What is the diff between RFC and BAPI in SAP-ABAP?
4) What is BO? Tell me the full form of BO?
5) What is the T-code for BO in SAP-ABAP?
6) What is the T-code for BOR?
7) Can you give me some examples on BO in SAP-ABAP?
8) What are the uses of BAPI in SAP?
9) Can I generate reports using BAPI in SAP-ABAP?
10) What is the use of structures in BAPI?
11) What are the pre-requisite for creating BAPI?
12) What are the rules for creating BAPI in SAP-ABAP?
13) Can I use PASS BY REFERENCE in BAPI?
14) Tell me some BAPI names what you have used and where you have used?
15) How do you find BAPI in SAP-ABAP?
16) What are the RETURN and BAPIRET?
17) What is diff between BDC AND BAPI when uploading data?
18) How do you create a custom BAPI in SAP-ABAP?
19) What is the use o RETURN parameter in BAPI?
20) Suppose, if BAPI is success, what will you do?
21) Suppose, if BAPI is Error, what will you do?
Previous Posts:
For More Real Time Interview Questions See Below Posts
"You found the information helpful and want to say thanks? Your donation is enough to inspire us to do more. Thanks a bunch!"
5 comments:
6. SWO2
16)BAPIRETS is a standard SAP Structure available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this table and a few details of the fields which make up this table. You can view this information and more if you enter the Structure name BAPIRETS into the relevant SAP transaction such as SE11 or SE80.
Return.
You have to create a parameter named Return for every BAPI. This parameter returns exception messages or success messages to the calling program.
2,business application programing interface
in bdc data is uploaded by screens....
in bapi data is uploaded directly
3,RFC is used to connect the sap to sap....
BAPI is used to connect from sap to sap and sap to non sap systems
4,BO-business objects
Business Object type contains methods, attributes and events which give a component based view of any Business Process
Post a Comment
Note: Only a member of this blog may post a comment.