SAP PROCESSING BLOCK - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Processing block
Modularization unit of an ABAP program that cannot be split or nested. Processing blocks are procedures, dialog modules, and event blocks. They contain commands that are structured into command blocks by control structures. Each non-declared statement in an ABAP program is part of a processing block.