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

What are the components of sap scripts? : abap hr

677


What are the system fields? Explain?

755


If yes then why do we require logical database

2797


What are the merits of its?-

718


What are the control break events in abap? : abap data dictionary

710






Write the bdc table structure? : abap bdc

686


What are the different types of data dictionary objects? : abap data dictionary

763


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

638


What are the attributes of a field that can be activated or deactivated during runtime?

648


How many types of tables exists and what are they in data dictionary?

1091


​​What is view proxy in abap?

887


What are the basic objects of the data dictionary?

664


– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5675


What are two methods of modifying sap standard tables? : abap data dictionary

785


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

683