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
Update types in Call transaction method. What is the difference?
Describe the data classes?
What are critical issues you have faced in your project
How can we determine a vendor is Bloc/Unblock from the table LFA1?
ABAP : Classical reports events name
What is a modification assistant?
What is the t-code to display batch input sessions? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
How did you test the form you developed? How did you taken print?
How to debug a script in abap?
Why do we use Abstract classes give an example from your project?
What is the difference between function group and function module?
Differentiate database index and match code.