SAP SUBROUTINE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

subroutine
Obsolete procedure that can be defined in any ABAP program (except
BEGIN_SECTION VERSION 5 OUT type pools,
END_SECTION VERSION 5 OUT class pools, and interface pools), however, can only be implemented outside classes between the statements FORM and ENDFORM . The statement PERFORM can be used to call the subroutines of an ABAP program and of any other programs.
ABAP_MORE_INFO