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
Event handling in oops
What are the page windows?
How to do find it?
What is payroll area
What is the use of at new statement ?
What is the disadvantage of a call by reference? : abap modularization
Can a transparent table exist in the data dictionary but not in the database physically?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
How to debug rfc function module?
what is diff between idocs,bdc,rfc and bapi. give real time answer
What are the drill-down features provided by abap/4 in interactive lists?
Explain what is step-loop? Explain all the steps?
Which objects are independent transport objects?
What are conversion & interface programs in sap?
What are the differences between session method and call transaction method? : abap bdc