SAP SUBROUTINE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.
ABAP_MORE_INFO