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
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What are the three hierarchical levels of data types and objects?
What are the different types of view?
Have you printed any report?
How many tables are there in sap?
What is the difference between a pool table and a transparent table?
Give an example of interface from your project explaining why you used it?
How do you find out whether a file exits on the presentation server?
What are the ways you can do the tuning?
How will you read from internal table records in a given value range (without using loop)
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What are screen painter and menu painter? : abap hr
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What are logical databases? : abap hr