ABAP Keyword Documentation → ABAP Glossary
subroutine
Obsolete procedure that can be defined in all
ABAP programs (except
type,
class, and
interface pools), but only outside
classes. Can be called from any
program. Begins with FORM
and ends with ENDFORM
.