SAP DYNPRO FLOW LOGIC - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

ABAP_DYNPRO flow logic
Procedural part of a dynpro with its own programming language, similar to ABAP. Executed in AS ABAP. It is separated into the processing blocks PROCESS AFTER INPUT, PROCESS BEFORE OUTPUT, PROCESS ON HELP-REQUEST, and PROCESS ON VALUE-REQUEST, which react to the dynpro events PAI , PBO, POH, and POV and call dialog modules of the corresponding ABAP program.
ABAP_MORE_INFO