Pages

Sunday, 28 April 2013

DIFFERENCE BETWEEN FUNCTION MODULE AND SUBROUTINE

FUNCTION MODULE  
 SUBROUTINE
.they can be tested by itself  
they cannot .
.they can be remote enabled
they cannot .
they can handle exceptions
Only a few can handle.
.they have to be maintained in 
a function group.
It is not necessary
.Can return the value   
Can not return the Value
Executable programs   
NON Executable programs   




5 comments: