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
Where do you create indexes in abap?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What happens Update command is used without where clause ?
How do you find out who has transported a transport request?
What are the system fields?
What happens if a function module runs in an update task?
In a loop of an internal table, what is the use of at first & at last statements?
What is the difference between upload and ws_upload ? : abap bdc
What are the buffering options in abap?
Explain buffering
How the transaction that are programmed by the user can be protected?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Explain the Importance of pa20? : abap hr