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
How to split one Invoice into Multiple ( Step by Step)?
What is alv programming in abap? When is this grid used in abap? : abap hr
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What is an update type with reference to a match code id? : abap data dictionary
What is the use of the statement leave to list-processing?
why particularly lock object name starts with EZ OR EY?
Which transaction code can I use to analyze the performance of abap program?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What is the syntax for call transaction? : abap bdc
Explain the uses of the simple maintenance interface? : sap abap hr
In the `select' statement what is group by ?
Explain the difference between domain and data element?
Setting up a BDC program where you find information from?
Differentiate between the uline and write: sy-uline statements if any?
What is dynamic action? : sap abap hr