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 does the insert statement in extract datasets do? : abap modularization
What is the Process to transfer IDOC from Outbound System to Inbound system.
How to combine multiple billing into one RV document ( Step by Step)?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What is database utility? : abap data dictionary
Why do we use abstract class
Performance tuning techniques
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is the syntax of packed number?
What is the function of the transport system and workbench organiser? : abap data dictionary
Describe the data classes?
Differentiate between table and template ?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What is the differences between structure and table in the data dictionary in abap?