Difference between the sub-routines and function modules
Answer Posted / nimmu
1)Function module is a global to the program where as subroutine is local to the program.
2) Exceptions are handles in function modules where as subroutines do not.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why do we need enhancements?
How we can retrieve data using secondary index. Explain with simple example?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How do you move on to the next screen in interactive reporting?
Which infotype records can not be deleted ? : abap hr
How are the function code handles in flow logic?
What is the use of the raising exception?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
How can you distinguish between different kinds of parameters?
How do you work with semi colon se[arated files in BDC ?
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
How do you do bdc for a table control? : abap bdc
Is it possible to pass data to and from include programs explicitly?
what will happen if called program is not executable ?