SAP ABAP LANGUAGE PROCEDURES

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Procedures
Procedures are processing blocks with an interface and a local data area. They can be called from an ABAP program. A distinction is made between:
Methods
Function modules
The following are an obsolete form of procedure:
Subroutines