what is diff between idocs,bdc,rfc and bapi. give real time
answer
Answer Posted / deepak
BAPI and BADI are completely different. BAPI is similar to
RFC. In simple terms BAPI is just a function module but
remote enabled.
Difference between BAPI and RFC is that BAPI can be used
from non direct systems. Eg: from java to sap. While RFC
will support only direct systems. For Eg: Within SAP.
BADI is Business Add Ins which has a slight similarity to
user exits but different from it. When an additional
feature is added, it can be done through BADI. BADIs are
generally defined by SAP and implemented by the developers.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is the client concept in sap?
how can you display data say "your name"in sap script without print program or driver program??
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
How do you find out who has transported a transport request?
What is a subscreen? How can we use a subscreen?
Explain the use of table maintenance allowed?
when do you need to create an internal table with header line ? and with out a header line?
In order to upload purchase order details, how you handle multiple values for a single field?
What do you understand by work area and internal tables in abap? Why do we use it?
How can we upload a text file having delimiters in to legacy system?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
Explain what are the problems in processing batch input sessions?
What is locking ?
What is payroll driver ? : abap hr
how to read the standard field value in your custom program.