Answer Posted / sambasivarao
Basically,the word function module come from reusability
technique. Depending on this reusability and scope we can
categorize the types of function modules.
4 types of function modules:
1. Subroutines - scope is within program or package
(using external calling mechanism).
2.Normal function module- scope is within R3 system.
3.Remote enable function module(RFC)- scope is between R3
systems
4. BAPI - scope is between sap and non-sap legacy systems
and can be used within R3 systems also.
| Is This Answer Correct ? | 6 Yes | 36 No |
Post New Answer View All Answers
What are the data types of the abap/4 layer?
What is the difference b/t Session method and call transaction method ??
What are the steps in a bdc session? : abap bdc
Explain what is sap script? What is the purpose of sap script?
What is the differences between structure and table in the data dictionary in abap?
What is the use of the raising exception? : abap modularization
What are the parameters in bdc_insert? : abap bdc
Difference between transparent tables and pooled tables? : abap hr
what is friend class
Which function module reads the data for particular infotype ? : abap hr
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Explain the advantages and disadvantages of abap query tool?
What are the different control break statements available inside a loop?
What is a variable in the sap abap?
What is table buffer?