What is the difference between BAPI and RFC?
Answer Posted / vijay
Bapi can't handle exceptions , the calling program has to
handle it whereas RFC fm can handle it.
every BAPI is a RFc whereas every RFC is not a BAPI.
Rfc enabled are basically for sap systems whereas BAPI are
for non sap systems like i want to acess data via java or vb.
| Is This Answer Correct ? | 47 Yes | 8 No |
Post New Answer View All Answers
What is the abap program name to process the batch input session automatically? : abap bdc
How can end-of-selection be used?
What are the domains and data element?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
Why do we need enhancements?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What does the ‘suppress dialog’ do?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What is a table attribute?
Can we define our own match code id's for sap matchcodes ?
What are null values?
What is gui status? How to create /edit gui status?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Can you print decimals in type n? What is difference between float and packed data type?