ABAP Keyword Documentation → ABAP Glossary
dynpro flow logic
Procedural part of a dynpro with own programming language, similar to ABAP. The dynpro flow logic is executed in the
application layer and is separated into the
processing blocks
PROCESS AFTER INPUT,
PROCESS BEFORE OUTPUT, PROCESS
ON HELP-REQUEST and PROCESS ON VALUE-REQUEST, which react on the
dynpro events
PAI,
PBO,
POH and
POV and call
dialog modules of the corresponding ABAP program.