ABAP Keyword Documentation → ABAP Glossary
dialog module object
Obsolete repository object. Predecessor of function modules. Like a transaction code, is associated with an initial dynpro of a dynpro sequence of any ABAP program. Can contain interface parameters that have to be declared in the ABAP program as global data. Different dialog modules can be assigned to one ABAP program. Called using CALL DIALOG. Dialog modules are edited using the transaction code SE35.