what is the difference between function modules and
subroutines

Answer Posted / venkaiah rudrapati

1) function modules are global we can access the function modules within the server as well as the out side the server also where as subroutines are local we can access the subroutines within the server only.

2)we can test the function module independently without calling where as the subroutine we can't test the subroutine independently.

3) subroutines can't handle the exceptions where as function module can handle the exceptions.

4)
.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you define posting procedures?

1068


What is sequence number

1876


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

705


What is table attribute? : abap data dictionary

737


What is the difference between native sql & open sql? : abap data dictionary

758






What are local objects?

748


How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization

748


Module Pool Programming: Events and Table Control handling.

1004


In SAP Script,How to display a single field(like matnr)at the right end of the form.

2131


What is the advantage of structures?

729


Application Category?

1065


How do you write transaction programs in sap?

726


did u done enhancement framework?how u implemented?

5226


What is at exit-command:?

702


Explain what is the significance of hide?

705