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
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are the types of views? : sap abap data dictionary
What is the difference between a pool table and a transparent table?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What are the two statements which are required in an abap program to output an icon using a write statement?
Why do we use logical blocks in abap program?
Explain the advantages of logical databases?
What is the use of the raising exception? : abap modularization
What is value table? : abap data dictionary
How many types of data classes are there in sap abap? : abap data dictionary
What is a modification assistant?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What are the kinds of foreign key fields?
What is internal payroll process? : sap abap hr
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