ABAP Keyword Documentation →  ABAP Glossary → 

subroutine

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

More