InterviewSolution
Saved Bookmarks
| 1. |
What Are Subroutines? |
|
Answer» SUBROUTINES are PROGRAM MODULES, which can be CALLED from other ABAP/4 PROGRAMS or within the same program. Subroutines are program modules, which can be called from other ABAP/4 programs or within the same program. |
|