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
Explain what are standard layouts sets in the sap script?
What is a match code? : abap data dictionary
How is collect statement different from append?
What is the use of the raising exception? : abap modularization
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is gui status? How to create /edit gui status?
How to get that a secondary index is attached to a select query?
Why do we use types statement in abap programming?
What is difference between check table and value table ?
Difference between domain and data element? What are aggregate object?
In a loop of an internal table, what is the use of at first & at last statements?
What are conversion routines? : abap data dictionary
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What should be the approach for writing a bdc program? : abap bdc
Explain lsmw?