What is the difference b/w BAPI and Function module
Answer Posted / anurag
One of the main differances is that:
BAPI doesnot have a changing parameter, instead it has a
import parameter called "RETURN".
whereas Function Module has a changing parameter and no
special import parameter.
| Is This Answer Correct ? | 6 Yes | 20 No |
Post New Answer View All Answers
What is an rfc?
What are interactive reports?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How would you suppress the display of a parameter on the selection screen?
What is erp? : sap abap hr
What is a transaction variant and why are they used?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
If yes then why do we require logical database
Difference between sy-tabix and sy-index? Where it is used?
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 are the two different ways of building a match code object?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What is function group?
What does the insert statement in extract datasets do?
What is the use of a pretty printer?