Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Program Layout →  Modularization Statements 

Dialog Modules

Dialog modules help prepare and process screens of dynpros. No local data types and data objects can be declared within a dialog module whose functions are implemented between the following statements:

MODULE
  ...
ENDMODULE

All declarative statements in dialog modules are global data declarations of the ABAP program and are visible in all following processing blocks. A dialog module works with the global data types and data objects of the master program and therefore should not contain its own declarations.

Other versions: 7.31 | 7.40 | 7.54

Continue

MODULE

ENDMODULE