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
What are the components of sap scripts? : abap hr
What are the system fields? Explain?
If yes then why do we require logical database
What are the merits of its?-
What are the control break events in abap? : abap data dictionary
Write the bdc table structure? : abap bdc
What are the different types of data dictionary objects? : abap data dictionary
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the attributes of a field that can be activated or deactivated during runtime?
How many types of tables exists and what are they in data dictionary?
What is view proxy in abap?
What are the basic objects of the data dictionary?
– 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
What are two methods of modifying sap standard tables? : abap data dictionary
How will you transfer data into a file in application server?