You are on page 1of 2

ABAP User Dialogs

Module Pool
Programming

Screen Painter
Q&A
Q. What are user dialogs?
User defined screens
Created using ABAP statements
Enables user to interact with ABAP programs.
Q. What are the Examples of user dialogs?
ABAP user dialogs include:
- Screens - Normal , Sub-screen
- Selection Screens PARAMETERS , SELECT-

OPTIONS
- Modal dialog boxes , lists and messages
Q. What is user dialog programming?
- Process of creating user dialogs
programmatically.
- We can create and design screens, according
to user requirements.
- Sequence of screens.
Q. How can we start or execute a dialog program?
- Started by using Transaction Codes. SE93
Q. Types of programs for which we can design
screens?
- Executable Programs(Reports) - Type 1
- Module Pool Programs - Type M
- Function Groups - Type F

You might also like