what is the difference between function modules and
subroutines
Answer Posted / venkaiah rudrapati
1) function modules are global we can access the function modules within the server as well as the out side the server also where as subroutines are local we can access the subroutines within the server only.
2)we can test the function module independently without calling where as the subroutine we can't test the subroutine independently.
3) subroutines can't handle the exceptions where as function module can handle the exceptions.
4)
.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is an Unpack command?
What are extracts?
How many structures can be created in a Ztable ?
How to analysis Background Job for performance Issue?
How would you suppress the display of a parameter on the selection screen?
How do you restrict the data to be entered in the payroll area? : sap abap hr
Explain get cursor field?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Does every abap/4 have a modular structure? : abap modularization
What are the different function modules used in sapscript?
How to debug rfc function module?
What are the two ways of producing a list within a transaction?
How move-corresponding works
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?