ABAP Keyword Documentation → ABAP Glossary
procedure
Processing block that can be called using an ABAP statement. The ABAP program returns to the position after the call point after the procedure is called. A procedure has a parameter interface and a local data area. Possible procedures are methods, function modules, and subroutines .