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
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What are the events driven batch jobs?
while implementing badi what are the tables u find??
What does the insert statement in extract datasets do?
What is exception class and test class. How to use it?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Create any functions? How to go about it?
How are BAPI different from Normal function modules ?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is meant by authorization? : sap abap hr
What are the types of table fields in the sap abap?
Explain the different types of mode (run code) in call transaction method?
Define external layer? : abap data dictionary
What is an abap data dictionary? : abap data dictionary
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?