ABAP Keyword Documentation → ABAP Glossary
dialog module
Processing block without a local
data area that can be defined in
ABAP programs that support their own dynpros
(executable programs,
function groups,
module pools) and is called from the
dynpro flow logic.
Begins with MODULE
and ends with ENDMODULE
.