Difference between the sub-routines and function modules

Answer Posted / rakesh mishra

1)subroutines may or may not require input parameters .
function module require input as well as output parameters ,
2)subroutines does not have exceptions but function mod can have exceptions ,
3)subroutines do not have a return value
funct have return value

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc

720


What are the types of views? : sap abap data dictionary

862


What is the difference between a pool table and a transparent table?

757


If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?

768


What are the two statements which are required in an abap program to output an icon using a write statement?

994


Why do we use logical blocks in abap program?

1763


Explain the advantages of logical databases?

795


What is the use of the raising exception? : abap modularization

720


What is value table? : abap data dictionary

847


How many types of data classes are there in sap abap? : abap data dictionary

818


What is a modification assistant?

785


in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.

1993


What are the kinds of foreign key fields?

744


What is internal payroll process? : sap abap hr

814


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

2741