What is the difference between BAPI and RFC?
Answer Posted / kishan.nareddy
i)Every BAPI is an RFC but every RFC can not be a BAPI
untill is defined as a method in Business Object Repository.
ii)RFC has Exceptions.Bcz they are for SAP systems.Where as
BAPI has no Exceptions.Bcz they are for Non SAP Systems.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
In ALV reporting when u execute your report which event gets triggered.
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is the use of at new statement ?
What is tcode se16?
What are the advantages/ dis-advantages of logical databases?
What are the functional areas, user groups? How does abap query work in relation to these?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What kind of financial periods exist in SAP? What is the relevant table for that?
What are the different abap/4 editors?
What is the difference between a substructure and an append structure? : abap data dictionary
What is the difference between scrolling a table horizontally and vertically?
Persistent class
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary