what is the difference between function modules and
subroutines
Answer Posted / manoj kumar
Function module is globel and Subroutine is local to the
the program in which it is defined. So if we need to use
some functionality more that onece we can make function
module and we can call them where ever we want. without
again redefining it.
| Is This Answer Correct ? | 38 Yes | 13 No |
Post New Answer View All Answers
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is the difference between open_form and close_form?
What is the difference of update types in call transaction method ? : abap bdc
Explain what is the significance of hide?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Can we create an abap program without using y or z?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is step-loop?
What is the difference between commit-work and rollback-work tasks?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Explain the sequences of event block?
How do you populate data into a multiple line field?
What are the basic objects of the data dictionary?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Explain get cursor field?