+1 vote
in SAP by
What Are The Fundamental Components Of Dialog Program?

1 Answer

0 votes
by

Screens (Dynpros).

Each dialog in an SAP system is controlled by dan pros. A dan pro consists of a screen and its flow logic and controls just one dialog step.

ABAP/4 module Pool.

Each Dynpro refers to exactly one ABAP/4 dialog program. Such a dialog program is also referred to as module pool since it consists of interactive modules.

...