ABAP Keyword Documentation → ABAP Glossary
processing block
Modularization unit of an ABAP program that cannot be split or nested. Possible processing blocks are procedures, dialog modules, and event blocks. They contain statements that are structured into statement blocks by control structures. Each non-declarative statement in an ABAP program is part of a processing block.