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
What is a development class? : abap data dictionary
What is the difference between call transaction method and the session method? : abap bdc
What are the components of sap scripts? : abap hr
Which commands are used for interactive reports?
Explain the difference between float and packed data type?
What is the difference between tables and structures?
What will you code in start-of-selection & end-of-selecton & why?
How do you display a data in a detail list?
Explain about workbench request and customization requests?
foreign key enforcement?
How collect statement is different from append?
What is the significance of delivery class?
Can a constructor be redefined?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Explain the session method? : abap bdc