Can any one tell me the exact difference between BAPI and
RFC.
Answers were Sorted based on User's Feedback
Answer / raj
In Bapi, You create business objects and those are then registered
in your BOR (Business Object Repository) which can be accessed outside the
SAP system by using some other applications (Non-SAP) such as VB or JAVA
In this case you only specify the business object and its method from
external system, in BAPI there is no direct system call. while RFC are direct
system call
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / ramya
rfc-used in sap to sap system data transfer
bapi-for non sap systems also
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / ganesh sawant
1. RFC is subset of BAPI...or BAPI is more polished for external use than RFC
2. BAPI is used in LSMW after connecting it with the business object and can be register with the data transfer work bench.
3. BAPI are used to create BAPI ALE Interface.
4. BAPI's follow strict naming conventions and can be searched by tcode BAPI.
5. BAPI use external to internal coversion modules for all input parameters.
6. All the Message are to be returned in BAPIRET2 structure.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sudhakar kakarla
BAPI is used to connect with SAP to SAP as well as SAP to non-SAP .
Where as RFC is used to connected with sap to sap only.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / madhu
bapi-used in sap to sap system data transfer
rfc-for non sap systems also
Is This Answer Correct ? | 1 Yes | 12 No |
what is the way to find out user exits?
when do you need to create an internal table with header line ? and with out a header line?
how many types of windows are there in SMARTFORMS?not in scripts?
How did you test the form u developed? how did you taken print?
A window is missing while copying a sapscript from one client to another client. What should be done?
What are the things you did in ALV grid display?
hi friends i am having one doubt. if i have main window in secondpage also in smart form wether it will trigger are not?
2-What is the difference between At New and On change Of inside a loop??I want inside a loop difference not basic difference??
What is sap script? Describe its components.
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
what are the characteristics of a bapi?