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
How will you define posting procedures?
What is sequence number
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is table attribute? : abap data dictionary
What is the difference between native sql & open sql? : abap data dictionary
What are local objects?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
Module Pool Programming: Events and Table Control handling.
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is the advantage of structures?
Application Category?
How do you write transaction programs in sap?
did u done enhancement framework?how u implemented?
What is at exit-command:?
Explain what is the significance of hide?