what is the difference between function modules and
subroutines
Answer Posted / smart varghese
funtion modules subroutines
1.they can be tested by itself 1.they cannot .
2.they can be remote enabled 2.they cannot .
3.they can handle exceptions 3.Only a few can handle.
4.they have to be maintained in 4.It is not necessary.
a function group.
| Is This Answer Correct ? | 55 Yes | 7 No |
Post New Answer View All Answers
Explain the session method? : abap bdc
Polymorphism real time scenario
difference between Valuation type and valuation category?
Difference between call by value and call by reference? : abap data dictionary
What are the ways you can do the tuning?
Why cant we use Normal function module for data transfer?
What are the differences between macro and subroutine?
What is the differences between structure and table in the data dictionary in abap?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are Pull and Push Methods?
How do you activate a function exit?
How we can retrieve data using secondary index. Explain with simple example?
What are the advantages of logical databases : abap hr