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
when does a list get sent to the screen on the presentation layer?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
When the top-of-page event does get triggered?
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the user interfaces of interactive lists?
What are the differences between session method and call transaction method? : abap bdc
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
what is difference between user exit, customer exit and badi?
What are the different window types in sapscript?
What are the kinds of foreign key fields?
Explain lsmw?
Define database layer? : abap data dictionary
Difference between top-of-page and top-of-page during at line- selection?
How do you read files from the presentation server ? : abap bdc
How does the interection between the dynpro and the abap/4 modules takes place?