SAP DYNPRO SEQUENCE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

screen sequence
The sequence in which screens are processed, whose flow is determined by the next screen for each screen in the sequence. The first screen in a screen sequence is the initial screen. Screen sequences are called with transaction codes or CALL SCREEN. A screen sequence always belongs to a single popup level and is executed in a single window. A screen sequence is ended when the next screen with the screen number 0 is called.
ABAP_MORE_INFO