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
What is the function of a domain?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is the difference between field-group header and other field groups? : abap modularization
Explain the uses of the simple maintenance interface? : sap abap hr
What are standard layouts sets in the sap script?
What are the 3 types of function modules in sap?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is at exit-command:?
What are the different database integrities?
what is a text table ?
what is leave to TRANSACTION?
What are the payroll related infotypes? : abap hr
what is the t-code to link technical and functional operation?
In a loop of an internal table, what is the use of at first & at last statements?
Explain the advantages of logical databases?