SAP DYNPRO SEQUENCE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

ABAP_DYNPRO sequence
Processing sequence of dynpros whose flow is determined by the next dynpro for each dynpro involved. The first dynpro in a dynpro sequence is the initial dynpro. Dynpro sequences are called using transaction codes or CALL SCREEN. A dynpro sequence always belongs to a single popup level and is executed in a single GUI window. A dynpro sequence is ended when the next dynpro with the dynpro number 0 is called.
ABAP_MORE_INFO