What is the difference between BAPI and RFC?
Answer Posted / atanu
Bapis are RFC enabled function module stored in BOR
(Business Object Repository) used for access datas from
other system. SAP defined BAPI are easy to use by another
system such as JAVA VB etc.
| Is This Answer Correct ? | 24 Yes | 12 No |
Post New Answer View All Answers
Application Category?
What are the different types of parameters?
What is value table? : abap data dictionary
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
Explain data dictionary in abap?
What are the attributes of a field that can be activated or deactivated during runtime?
Did you create help views?
What is database utility? : abap data dictionary
In sap script how to print bar code in vertical manner
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
In sap scripts, how will you link form with the event driven?
Exception handling and how does it transfer from called method to calling method?
Explain the use of table maintenance allowed?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are the difference between pool tables and transparent tables?