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
Will 50,000 records be uploaded directly into APP's Server?
What are the different types joins?
What are the differences between a database index and a match code? : abap data dictionary
while implementing badi what are the tables u find??
What two statements would be used to exchange data between programs using abap memory?
How we can retrieve data using secondary index. Explain with simple example?
What is full form of bdc session? : abap bdc
What is an update type with reference to a match code id? : abap data dictionary
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
Explain the different types of view?
When the get cursor command used in interactive lists?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What is the transaction code to display the payroll results ? : abap hr
What is gui status? How to create /edit gui status?