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
What are standard layouts sets in the sap script?
Explain the use of table maintenance allowed?
What are the abap/4 commands that link to a layout set?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is a table pool?
What is sap script? Describe its components.
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain sap abap 3-tier architecture?
Explain Catch Command in ABAP?
What are roles and authorization objects?
Can we create an abap program without using y or z?
How do you restrict the data to be entered in the payroll area? : sap abap hr
How do you find the information on the current screen?
What are the two ways of producing a list within a transaction?
What is the bitwise operator in the sap abap?