Difference between the sub-routines and function modules
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nimmu
1)Function module is a global to the program where as subroutine is local to the program.
2) Exceptions are handles in function modules where as subroutines do not.
Is This Answer Correct ? | 3 Yes | 0 No |
will the messages in the call tr. Will be stored in the database?
How to display or know if the value entered contains records or not?
What are the events in abap/4 language? : abap hr
What are the basic objects of the data dictionary? : abap data dictionary
What is the use of info groups? : sap abap hr
HOW MANY WAYS TO DEFINE INTERNAL TABLES.
What is value table?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Which commands are used for interactive reports?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What is the significance of at line-selection event?
How can we set the table spaces and extent sizes? : abap data dictionary