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


Please Help Members By Posting Answers For Below Questions

Exception handling and how does it transfer from called method to calling method?

874


How to find the return code of a statement in abap programs?

609


Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?

1980


Where do you find info on new developments in SAP?

1568


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

929






In which particular scenario we use sorted table and which particular scenario we use standard table?

1024


What is synchronous update?

573


What is a sequence of event-triggered in report?

634


Explain the disadvantages of different types of bdc's?

518


What are the screen elements.

523


What are the differences between a database index and a match code?

602


How will you transfer data into a file in application server?

595


Double click function on the lists, identifying the line selected by the user on the list?

634


What is the sap abap?

633


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

704