what is the difference between function modules and
subroutines
Answer Posted / manoj kumar
Function module is globel and Subroutine is local to the
the program in which it is defined. So if we need to use
some functionality more that onece we can make function
module and we can call them where ever we want. without
again redefining it.
| Is This Answer Correct ? | 38 Yes | 13 No |
Post New Answer View All Answers
How many types of views are there? : abap data dictionary
What is the function of the transport system and workbench organiser? : abap data dictionary
What is the use of buffering?
In which table the material master data is stored?
How can the standard tables of sap be modified?
What is the bitwise operator in the sap abap?
what are the various types of parameters and how are they distinguished from one another?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is the difference between the exits created in M.M and S&D?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
Of the two call transaction and session method, which is faster?
How do you get the number of lines in an internal table?
What is open sql?
What is lock objects? : sap abap data dictionary
What is the difference b/t Session method and call transaction method ??