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 are roles and authorization objects?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are the difference between pool tables and transparent tables?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
How will you define org structure in MM?
Explain what is step-loop? Explain all the steps?
What are the basic components of dialog program?
What is buffering in abap?
Which function module reads the data for particular infotype ? : abap hr
What happens if a function module runs in an update task?
What will happen when we use fully buffered in abap?
What are the requirements a dialog program must fulfill?
What is search help exit? : sap abap data dictionary
What is a table cluster? : abap data dictionary
What is sap locking?