SAP PROCESSING BLOCK - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

processing block
Indivisible and non-nestable modularization unit of an ABAP program.
BEGIN_SECTION VERSION 5 OUT Possible processing blocks are procedures, dialog modules, and event blocks.
END_SECTION VERSION 5 OUT 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.