ABAP Keyword Documentation → ABAP Glossary
next dynpro
Each dynpro has a next dynpro. This means that each dynpro is part of a
dynpro sequence. Next dynpros can be set statically in
Screen Painter or by
using SET SCREEN
or LEAVE TO SCREEN
in the
ABAP program. If a dynpro links to a next dynpro with the
dynpro number 0, it is the last dynpro of the dynpro sequence.